summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Mass Metadata Parsing: Prevent re-querying and manual prompts to enter ↵Jonathan Feenstra2025-05-231-0/+20
| | | | | | | | | | | missing data (#2135) * Add a button to "Query Info" of every download in the list --------- Co-authored-by: Deewens <dudonadrien@gmail.com> Co-authored-by: KenJyn76 <liambonilla@gmail.com> Co-authored-by: Al <26797547+Al12rs@users.noreply.github.com>
* Match capitilization of "Hidden files" in data tab with downloads tab (#2142)Jonathan Feenstra2024-10-131-1/+1
|
* Add filter checkbox to data tab to show/hide hidden files (#2136)Jonathan Feenstra2024-10-101-0/+19
|
* Tutorial updatesJeremy Rimpo2023-09-251-45/+54
| | | | | - Add ability to exit tutorial early - Update and clarify many of the tutorials
* Stretch last section in the Saves tab.Mikaël Capelle2021-03-141-1/+1
|
* Display savegame name and filepath in saves tab.Mikaël Capelle2021-02-271-2/+39
|
* Rename DownloadListWidget -> DownloadListView. Clean context menu.Mikaël Capelle2021-01-151-6/+6
|
* Allow extended selection in log list and implement copy.Mikaël Capelle2021-01-131-0/+3
|
* refresh action, added in toolbar and menuisanae2020-12-281-0/+14
|
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+1
| | | | FilterWidget for downloads tab
* Better 'Browse Mod Page' menu.Mikaël Capelle2020-11-131-0/+22
|
* renamed "change game" button to "manage instances"isanae2020-11-071-9/+9
|
* Made all lists uniform row heights for performance and alternate row colorAL2020-02-291-0/+9
|
* Removed "State" header from filterlist.AL2020-02-261-9/+21
| | | | | Allow lower vertical sizes for loglist. Fixed alignments and size of various elements.
* Allow log to be reduced in size to a greater extent.AL2020-02-261-1/+19
|
* Moved filters back to the bottomAL2020-02-231-59/+181
|
* removed bad minimum column width in the data tabisanae2020-02-051-3/+0
| | | | fixed crash in log when restart MO
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-171/+91
|
* fixed warning when comparing empty stringsisanae2020-02-051-3/+10
| | | | | | | | | | filter in data tab fixed some bad iterators when removing rows fixed empty directories not being marked as such when refreshing always sort directories first even when reversing the sort order fixed children not being sorted fixed errors about file sizes for directories remember state of checkboxes in data tab
* moved refresh and checkboxes to the topisanae2020-02-041-38/+51
|
* sortisanae2020-02-041-0/+3
|
* shell menu for multiple filesisanae2020-02-041-0/+3
|
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-12/+2
|
* Add headers with tooltips to Filter view.AL2020-01-091-3/+9
|
* Add alternatingRowColors to saves and data tab.Al2019-12-091-0/+6
|
* keyboard nav for filter list, alternating row colorsisanae2019-12-041-0/+6
|
* don't show the lock overlay for processes that are not hookedisanae2019-12-021-3/+0
| | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs
* three modes for separators, save stateisanae2019-12-021-5/+16
| | | | renamed enumerators
* made all categories positiveisanae2019-11-301-0/+3
| | | | fixed context menu sometimes appearing
* fixed separators option being used even without filtersisanae2019-11-301-27/+37
| | | | changed filter list to use tristate items without selection
* always enable clear filter button, made it so it also removes not flagsisanae2019-11-301-6/+0
| | | | | removed "deselect filters" context menu, redundant disable not flag menu items without selection
* removed redundant categories now that there's a not filterisanae2019-11-301-0/+3
| | | | disabled collapsing for filter, there's already a button to hide it
* renamed filters to criteriaisanae2019-11-301-22/+16
| | | | | merged categories and content, they can be distinguished using the type added a not flag for criteria, not used yet
* moved all remaining filter stuff to FilterListisanae2019-11-291-6/+6
| | | | renamed some widgets
* renamed "Categories" frame to "Filters"isanae2019-11-271-1/+1
|
* fixed tooltipsisanae2019-11-271-2/+8
|
* added separators filterisanae2019-11-271-0/+7
| | | | changed notendorsed filter to include anything else than true
* added not filter, not functional yetisanae2019-11-271-0/+7
| | | | fixed no mods being displayed for OR with no conditions
* changed labels that have links to new LinkLabel, removed hardcoded colorsisanae2019-11-271-2/+7
| | | | changed the link colors on dark themes to something saner
* visible property was falseisanae2019-10-101-3/+0
|
* Set Plugins tab as default tab again after last commit.Al2019-10-021-1/+1
|
* Made categories section (filters) resizable via a splitter. Correctly ↵Al2019-10-021-1114/+1095
| | | | handled hiding and unhiding as well as saving the state between sessions.
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-1048/+1053
| | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid
* split into GeometrySettingsisanae2019-08-041-5/+0
| | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional
* moved setLogLevel() to OrganizerCoreisanae2019-07-221-14/+0
| | | | moved context menu to LogList
* use log::Levels instead of intsisanae2019-07-221-15/+15
| | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list
* moved setup to new LogList classisanae2019-07-221-4/+6
|
* removed unused or redundant stuff in error_report.hisanae2019-07-221-6/+9
| | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency
* moved the log to a dock widgetisanae2019-07-221-17/+52
| | | | added a menu item in the view menu for it
* fixed duplicate mnemonic for status barisanae2019-07-061-1/+1
|