Skip to content

Releases: BlueDragon28/GameSorting

GameSorting v1.3.2

20 May 21:52

Choose a tag to compare

Little patch to fix a annoying bug. When saving a list with URL attached to some item, when loading the list if the URL had %n (ex: %1) the loading will crash.

GameSorting v1.3.1

30 Apr 15:13
7554045

Choose a tag to compare

Short release to fix critical bugs.

What's Changed

  • Fix books utility editor not setting data #13
  • Some url containing %1, %2 and %3 were not saved #14

Full Changelog: v1.3...v1.3.1

GameSorting v1.3

29 Apr 14:30

Choose a tag to compare

GameSorting v1.3 is now here with new features and bugs fix.

I hope you'll like it. Please report me bugs and ask me if you want some features to be added.

New features

  • Updating the utilities in the list (Categories, Series, Authors...) is now done with a line editor with auto-completition support. Just type in it the utilities (Categories, Series, Authors...) separated by a comma. You don't need to add them previously in the utilities list before, it will be added automatically. If you don't like it, you can still use the old editor by changing it in the settings.
  • Adding an Edit menu.
  • Adding Settings in Edit -> Settings, howether, there is only one setting.
  • You can add items after selection. Select an item in the list and push the + button or using the Ctrl+A short-keys.
  • You can copy and paste the name of the items (first column).
  • Url dialog show the previously entered url.
  • Url dialog support url without http(s)://.

Bugs fix

  • Series item position where not set properly resulting in bug when reloading or actualizing the list.
  • Common utility menu was named Movies Utilities instead of Common Utilities.
  • Various bugs fix.

GameSorting v1.2

02 Mar 19:34

Choose a tag to compare

The version 1.2 of gamesorting is here with new lists and some modifications with the previous existing lists.

Features

New lists :

  • Books list.
  • Series list.
  • Common list.

A Series column has been added to the Games and Movies lists. This is here to help regroup items based on what series it's part of. You can still open a list created on the previous version of gamesorting, however, if you save it, older version of gamesorting won't be able to open it.

For clarity, the extensions .mld has been removed from the saving dialog. There is only the .gld extensions (it is still possible to save to custom extensions). However, the .mld extensions is still available on the open dialog.

I updated the settings to my new user name BlueDragon28. So, your old settings won't be loaded.

Bugs fix

  • After a certain number of rows, the utilities of the movies list won't work anymore.
  • Some other bugs fix.

GameSorting v1.1

26 Aug 20:53

Choose a tag to compare

Version 1.1 of the GameSorting program. The movies list has been added and some other little features and bugs fix.
I hope you will like it.

New Features:

  • Adding movies list.
  • Adding title to utilities selection dialog, sensitive content selection dialog and filter dialog.
  • In the utilities selection dialog and the sensitive content dialog, auto-check the already selected utilities on an item.
  • Adding a OK button to the licence and the about dialog.
  • Adding utilities selection preview in the utilities selection editor.

Various bugs fix.

GameSorting v1.0

19 Jul 08:32

Choose a tag to compare

The first release of the application completely remade from scratch is here. There still a lot of features missing, but it is now enough for a daily use. You can use both the old GameSorting and the new GameSorting, but of course the files are not compatible.
In the previous version of the program, the v0.13, it was possible to use it for movies, series, etc. This features are not yet implemented here, but will be in the future.
I hope you will like it.

New Features:

  • Moving game up and down or reinserting it.
  • Sorting game from any columns.
  • Saving sorted columns in the saved list file.
  • Moving items up and down or reinserting them in UtilityListView Editor.
  • Sensitive content is listed with stars and color code.
  • Sensitive content is listed with number when the column width is to small.
  • Show number instead of stars when the Rate column is too small.
  • Use a QSpinBox instead of the StarEditor when changing the value of the Rate column when the Rate column is too small.
  • Drawing the hidden stars with line in sensitive content editor and filter editor.
  • Filtering the games based on the Name, Utilities (categories, platforms, etc) or the rate.
  • Sorting the utilities (categories, platforms, etc) in the utilities selection editor.
  • Recently opened files.
  • Search in the utilities selection editor.

Various bugs fix.

Game Sorting v1.0-alpha1

28 May 14:29

Choose a tag to compare

Pre-release

IT IS NOT READY TO BE USED, ONLY FOR TESTING PURPOSE.

First alpha of the rewriting of Game Sorting. This alpha release is in development and a lot of features need to be added.

The program use the SQLite engine to help to simplify the implementation of advanced features like filtering and sorting (which are not implemented yet.)

Please, give me feedback about what you think about the program and what need to be changed or added (remember there is a lot of feature I'm planning to implement that is not implemented yet.). There is no wiki yet, so, you are on your own.

GameSorting v0.13

18 Feb 01:20

Choose a tag to compare

New features

  • Moving from Qt5 to Qt6.
  • Adding recents files in the menu file.

Bugs fix

  • Fixing a bug when a file loaded from the command line, the member variable m_gFilePath was not set.
  • Fixing a bug where a list will be resorted when switching to a tab where sorting is enable.
  • Fixing a bug on loading a file where sorting is enable that cause the list to be sorted again and changing the order of the same values.

GameSorting v0.12

11 Feb 21:00

Choose a tag to compare

GameSorting v0.12 Pre-release
Pre-release

List of all the features of GameSorting :

  • The program is composed of a table with three column named : Game name, Game type and Game rate.
  • New row can be added or deleted.
  • The program is also composed of tab, it's possible to create new one or delete it. It's also possible to rename the tabs' name.
  • It's possible to save or load a list of games.
  • It's possible to sort each tab separately and filtering by Game type. It's not possible to enable sorting and filtering simultaneously.
  • It's also possible to drag and drop each rows and rearrange them and drag them to another tabs.