Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from darkautism to master. #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 10, 2021

  1. Merge pull request #11 from jhonathanc/master

    Remove constants from code and, fix a corruption issue on TROPTRNS.DAT when the application is killed.
    darkautism authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d72b6a4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Merge pull request #13 from jhonathanc/master

    Simple error handler to pfdtool and fixes on save/close without open any file
    darkautism authored May 14, 2021
    Configuration menu
    Copy the full SHA
    3d3d4fe View commit details
    Browse the repository at this point in the history
  2. Msvc2010 (#12)

    * Add msvc2010 to fix #10
    darkautism authored May 14, 2021
    Configuration menu
    Copy the full SHA
    a739ab2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Fixes for #6 and #14 issues (#15)

    * Fix error "File is being used by another process".
    
    Copy only necessary files to temp to avoid error "File is being used by another process".
    
    * Fix Instant platinum
    
    Don't overwrite already "get" trophies.
    
    * Don't let user delete a trophy if platinum is already got
    
    * Fix on grid colors
    
    Now, locked trophy is white, unlocked trophy is light gray and synchronized trophy is red.
    jhonathanc authored May 15, 2021
    Configuration menu
    Copy the full SHA
    060e90b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Localization (pt-BR) + fix date validation + interface and visual fix…

    …es + other general fixes (#16)
    
    * Fix error "File is being used by another process".
    
    Copy only necessary files to temp to avoid error "File is being used by another process".
    
    * Fix Instant platinum
    
    Don't overwrite already "get" trophies.
    
    * Don't let user delete a trophy if platinum is already got
    
    * Fix on grid colors
    
    Now, locked trophy is white, unlocked trophy is light gray and synchronized trophy is red.
    
    * Lot of fixes - Check commit details
    
    1. Fix to avoid get trophies with date earlier than the last sync trophy.
    2. Revert colors (I misunderstood the meaning between "achieved" and "not achieved" colors - sorry.
    3. Fix to avoid error if the datetime field of list view is selected (on close app/close file).
    4. Now trophies "not achieved" don't show the datetime (was showing "01/01/0001").
    5. Let user unlock trophy without double click in it. The default date is applied.
    
    * Merge of TROPHYParser branch 'darkautism:master' into master
    
    * Added "IsEditing" property to ListViewEx
    
    * Improvements on TrophyParser
    
    * Alter behavior to get current datetime if the trophy is not achieved.
    
    * Simplify "instant platinum" code
    
    * Avoid errors on ListViewEx if datetime has been edited.
    
    * Fix reversion on validate selected date.
    
    * Use IDisposable interface (with "using" keyword)
    
    Use IDisposable interface (with "using" keyword) instead of control manually the open/close file.
    
    * Add constants to pfdtool.
    
    * "Standardization" before include another languages
    
    * Removed strings from messages to use System.properties.
    
    * Try to include new language (pt-BR)
    
    * Not able to select AM/PM on DateTimePicker, so will use 24h format.
    
    * Fix "yes" and "no" on hidden column.
    
    * Added pt-BR translation.
    
    * Added pt-BR translation.
    
    * Change date format to "original" to avoid confusion to older users.
    
    * Remove not used exception.
    
    * Handle the FileNotFoundException properly.
    jhonathanc authored May 18, 2021
    Configuration menu
    Copy the full SHA
    2344b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7515c View commit details
    Browse the repository at this point in the history