| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mass Metadata Parsing: Prevent re-querying and manual prompts to enter missin... | Jonathan Feenstra | 2025-05-23 | 1 | -0/+20 |
| * | Match capitilization of "Hidden files" in data tab with downloads tab (#2142) | Jonathan Feenstra | 2024-10-13 | 1 | -1/+1 |
| * | Add filter checkbox to data tab to show/hide hidden files (#2136) | Jonathan Feenstra | 2024-10-10 | 1 | -0/+19 |
| * | Tutorial updates | Jeremy Rimpo | 2023-09-25 | 1 | -45/+54 |
| * | Stretch last section in the Saves tab. | Mikaël Capelle | 2021-03-14 | 1 | -1/+1 |
| * | Display savegame name and filepath in saves tab. | Mikaël Capelle | 2021-02-27 | 1 | -2/+39 |
| * | Rename DownloadListWidget -> DownloadListView. Clean context menu. | Mikaël Capelle | 2021-01-15 | 1 | -6/+6 |
| * | Allow extended selection in log list and implement copy. | Mikaël Capelle | 2021-01-13 | 1 | -0/+3 |
| * | refresh action, added in toolbar and menu | isanae | 2020-12-28 | 1 | -0/+14 |
| * | removed setUpdateDelay(false) calls, it's the default | isanae | 2020-12-26 | 1 | -1/+1 |
| * | Better 'Browse Mod Page' menu. | Mikaël Capelle | 2020-11-13 | 1 | -0/+22 |
| * | renamed "change game" button to "manage instances" | isanae | 2020-11-07 | 1 | -9/+9 |
| * | Made all lists uniform row heights for performance and alternate row color | AL | 2020-02-29 | 1 | -0/+9 |
| * | Removed "State" header from filterlist. | AL | 2020-02-26 | 1 | -9/+21 |
| * | Allow log to be reduced in size to a greater extent. | AL | 2020-02-26 | 1 | -1/+19 |
| * | Moved filters back to the bottom | AL | 2020-02-23 | 1 | -59/+181 |
| * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 1 | -3/+0 |
| * | harmonized widgets in the tabs, fixed styles | isanae | 2020-02-05 | 1 | -171/+91 |
| * | fixed warning when comparing empty strings | isanae | 2020-02-05 | 1 | -3/+10 |
| * | moved refresh and checkboxes to the top | isanae | 2020-02-04 | 1 | -38/+51 |
| * | sort | isanae | 2020-02-04 | 1 | -0/+3 |
| * | shell menu for multiple files | isanae | 2020-02-04 | 1 | -0/+3 |
| * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 1 | -12/+2 |
| * | Add headers with tooltips to Filter view. | AL | 2020-01-09 | 1 | -3/+9 |
| * | Add alternatingRowColors to saves and data tab. | Al | 2019-12-09 | 1 | -0/+6 |
| * | keyboard nav for filter list, alternating row colors | isanae | 2019-12-04 | 1 | -0/+6 |
| * | don't show the lock overlay for processes that are not hooked | isanae | 2019-12-02 | 1 | -3/+0 |
| * | three modes for separators, save state | isanae | 2019-12-02 | 1 | -5/+16 |
| * | made all categories positive | isanae | 2019-11-30 | 1 | -0/+3 |
| * | fixed separators option being used even without filters | isanae | 2019-11-30 | 1 | -27/+37 |
| * | always enable clear filter button, made it so it also removes not flags | isanae | 2019-11-30 | 1 | -6/+0 |
| * | removed redundant categories now that there's a not filter | isanae | 2019-11-30 | 1 | -0/+3 |
| * | renamed filters to criteria | isanae | 2019-11-30 | 1 | -22/+16 |
| * | moved all remaining filter stuff to FilterList | isanae | 2019-11-29 | 1 | -6/+6 |
| * | renamed "Categories" frame to "Filters" | isanae | 2019-11-27 | 1 | -1/+1 |
| * | fixed tooltips | isanae | 2019-11-27 | 1 | -2/+8 |
| * | added separators filter | isanae | 2019-11-27 | 1 | -0/+7 |
| * | added not filter, not functional yet | isanae | 2019-11-27 | 1 | -0/+7 |
| * | changed labels that have links to new LinkLabel, removed hardcoded colors | isanae | 2019-11-27 | 1 | -2/+7 |
| * | visible property was false | isanae | 2019-10-10 | 1 | -3/+0 |
| * | Set Plugins tab as default tab again after last commit. | Al | 2019-10-02 | 1 | -1/+1 |
| * | Made categories section (filters) resizable via a splitter. Correctly handled... | Al | 2019-10-02 | 1 | -1114/+1095 |
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -1048/+1053 |
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -5/+0 |
| * | moved setLogLevel() to OrganizerCore | isanae | 2019-07-22 | 1 | -14/+0 |
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -15/+15 |
| * | moved setup to new LogList class | isanae | 2019-07-22 | 1 | -4/+6 |
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -6/+9 |
| * | moved the log to a dock widget | isanae | 2019-07-22 | 1 | -17/+52 |
| * | fixed duplicate mnemonic for status bar | isanae | 2019-07-06 | 1 | -1/+1 |