Commit Graph

185 Commits

Author SHA1 Message Date
lantzelot-swe bad517d5e9 Feat: adds undo-redo and right-click popup menu for all text components 2021-02-11 21:25:28 +01:00
lantzelot-swe e0127603b9 fix: More adjustments of the UI. Adds scrollpane for joystick and system panel in small 2021-02-11 15:46:31 +01:00
lantzelot-swe 631dd23af7 fix: Adjustments of UI for smaller resolutions 2021-02-10 12:13:10 +01:00
lantzelot-swe 8485c64419 fix: UI adjustments 2021-02-09 10:45:15 +01:00
mikael.lantz c11731d151 Update TODO.txt 2021-02-08 14:07:12 +01:00
lantzelot-swe 492c1ff4f4 Update pom.xml 2021-02-07 22:11:57 +01:00
lantzelot-swe 5041b0e42a Update TODO.txt 2021-02-07 21:29:38 +01:00
lantzelot-swe 87548c15d8 fix: adds new dialog when deleting games to give an option to first backup the db 2021-02-07 21:29:15 +01:00
lantzelot-swe 4ba96a2a6a feat: adds menu option for deleting all games in the selected view.
Also keeps all games that has "THEC64" in the title when deleting multiple games
2021-02-06 23:28:40 +01:00
lantzelot-swe 1ebd4a14e7 fix: only empty fields are pre-selected in the scraper dialog when opened 2021-02-06 15:58:56 +01:00
mikael.lantz 5ef84bf316 feat: Adds menu option to convert all screenshots to 32-bit color depth 2021-02-05 16:18:14 +01:00
mikael.lantz e0b75056ca feat: adds REU support to the system settings 2021-02-05 10:30:19 +01:00
lantzelot-swe 901956a63d feat: start of UI for REU support 2021-02-04 22:52:36 +01:00
lantzelot-swe bf85d07e63 Update TODO.txt 2021-02-04 22:52:06 +01:00
lantzelot-swe b7d8c529b4 feat: Adds progress dialog for translations and logic for pre-selecting empty languages 2021-02-04 22:41:34 +01:00
mikael.lantz a6a093b8db feat: adds dialog for translation of description 2021-02-04 16:49:23 +01:00
lantzelot-swe f4c929daa5
Update README.md 2021-02-04 10:44:58 +01:00
lantzelot-swe 4c7dec4738
Update README.md 2021-02-04 10:43:23 +01:00
mikael.lantz 1373017aa0 feat: adds translate button 2021-02-04 10:13:49 +01:00
lantzelot-swe c7281671fb Fix: Converts screenshot to 32-bit color depth when saved. 2021-02-02 19:54:30 +01:00
lantzelot-swe 56f0c7e642 Update pom.xml 2021-02-02 19:29:37 +01:00
mikael.lantz 90aedfa2a6 fix: Change from INT_RGB to INT_ARGB when changing images to use 24-bit color depth 2021-02-02 16:36:19 +01:00
mikael.lantz bcad1bfafd Update TODO.txt 2021-02-02 14:36:13 +01:00
lantzelot-swe b38f0011e0 feat: add Favorite to selectable fields in the game view edit dialog
With this you can e.g. exclude favorites from a view. Also adds better value handling (year only accepts four digits as input, favorite only "true" or "false")
2021-01-31 22:40:39 +01:00
lantzelot-swe c1cceb5d84 fix: adds support for the "basic" flag for the X: field in tsg files 2021-01-30 22:48:31 +01:00
lantzelot-swe b6a264c3b4 fix: Sorting in game list is performed in Java instead of the unreliable sorting made by the db 2021-01-30 22:39:33 +01:00
lantzelot-swe 5f4e9e2e54 Update pom.xml 2021-01-30 00:13:27 +01:00
lantzelot-swe e4a3647cff fix: bug#4 covers more cases when screen names are non-standard 2021-01-30 00:03:24 +01:00
mikael.lantz 71ba40d933 fix: Bug #4 Problems loading and saving second screen
If a tsg file that is imported only contains one screen entry problems can occur. Adds more checks to rename screens if they have wrong name when saving.
2021-01-29 16:50:14 +01:00
mikael.lantz ee5c191a10 Update TODO.txt 2021-01-28 15:32:46 +01:00
mikael.lantz 56374f7eb3 chore: updates TODO 2021-01-28 15:25:34 +01:00
mikael.lantz 820ae962f4 Feat: First version of description translater 2021-01-28 11:23:47 +01:00
lantzelot-swe 65e1653cba fix: add good size of dir text field 2021-01-26 22:00:22 +01:00
lantzelot-swe 7a780c8606 chore: Updated version in pom 2021-01-26 19:27:43 +01:00
lantzelot-swe a56e1216d6 feat: importing games now allows for a games subfolder or games directly in the selected folder. 2021-01-26 19:27:16 +01:00
mikael.lantz c94af67302 fix: remove the "favorite" export format, no need for it in coming PCU releases 2021-01-26 14:53:51 +01:00
lantzelot-swe 1a27b817d8 fix: spelling 2021-01-25 23:04:33 +01:00
lantzelot-swe 7111b4d4f3 feat: add option to use "games" subdir or not when exporting. 2021-01-25 22:53:13 +01:00
lantzelot-swe 7f317cd6a2 feat: Changed export dialog to include export dir selection and option to delete all available games 2021-01-24 23:20:19 +01:00
lantzelot-swe 986b88156e fix: select the english description tab when scraping. 2021-01-24 00:14:59 +01:00
lantzelot-swe 615147e83b feat: adds language support for the description field
4 new tabs in the ui, 4 new columns in the db for de,fr,es,it.
Db is updated automatically at startup.
Bug fix: Year is exported properly
2021-01-23 23:48:48 +01:00
lantzelot-swe 692a236252 fix: update all games count correctly in combobox when adding/removing games 2021-01-22 22:59:14 +01:00
lantzelot-swe 973652c99c fix: count of favorites is synched when selecting/deselecting a favorite. Favorite count is also present after loading all games. 2021-01-22 22:49:15 +01:00
mikael.lantz fd12733038 fix: alignment of change cover button 2021-01-22 16:23:45 +01:00
mikael.lantz 9cc504b1d7 fix: updates game count for current game view when adding/removing a game entry 2021-01-22 16:19:29 +01:00
lantzelot-swe 7a0ca694ea Fix: smarter file selection for downloaded zipped game files from gb64.com 2021-01-21 23:20:42 +01:00
lantzelot-swe 2fd367d0b3 fix: right scraper panel used for gb64 scraper fields 2021-01-21 23:19:47 +01:00
lantzelot-swe 242089f7db fix: sorting in the game list is case insensitve 2021-01-20 23:19:06 +01:00
lantzelot-swe 0f84d48758 fix: renaming a game will rename files properly also if they have non-standard names after file import 2021-01-20 22:50:14 +01:00
lantzelot-swe 9fe2fbb482 chore: update pom version
Change order of gb64.com and c64.com
2021-01-16 22:22:49 +01:00