summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move common code to method.Mikaël Capelle2021-01-021-0/+1
* Use an intermediate structure to store the separator tree.Mikaël Capelle2021-01-021-0/+2
* refresh action, added in toolbar and menuisanae2020-12-281-0/+1
* split saves tab, no changesisanae2020-12-281-25/+2
* split downloads tabisanae2020-12-261-6/+2
* Avoid duplicating code to simulate startup.Mikaël Capelle2020-12-041-8/+0
* Add MainWindow::onPluginRegistrationChanged.Mikaël Capelle2020-12-041-0/+2
* Add timer to the save list watcher to avoid error during refresh.Mikaël Capelle2020-11-211-0/+1
* Update following addition of IPluginGame::listSaves().Mikaël Capelle2020-11-181-0/+1
* Proper handling of mod pages.Mikaël Capelle2020-11-131-0/+1
* Better 'Browse Mod Page' menu.Mikaël Capelle2020-11-131-4/+0
* Fix display of tools in the MainWindow menu.Mikaël Capelle2020-11-111-5/+4
* hide tutorial question optionisanae2020-11-031-0/+1
* shift+ and ctrl+double-click in mod list will now only open one mod instead o...isanae2020-07-201-1/+2
* Clean notification of userInterfaceInitialized between MainWindow and Organiz...Mikaël Capelle2020-06-161-1/+6
* Make checks that occur at the same time not return immediately to avoid issue...AL2020-06-071-2/+2
* Make even the last direct call to checkForProblemsImpl use the async version.AL2020-06-071-2/+2
* Avoid executing Problems checks concurrently.AL2020-06-071-0/+2
* Fix comment on checkForProblems()AL2020-06-071-1/+1
* Make m_NumberOfProblems atomicAL2020-06-071-1/+1
* Make checkForProblems update local variable with the problem count,AL2020-06-061-4/+14
* hook ctrl+f and escape directly on widgets instead of on the main window to a...isanae2020-04-171-3/+0
* moved TimeThis to uibaseisanae2020-02-181-1/+3
* customizable columns for mod and plugin listsisanae2020-02-181-3/+0
* Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into g...isanae2020-02-071-0/+1
|\
| * Allow Shift-double click on modlist to open Nexus or custom URL as fall-back.AL2020-02-041-0/+1
* | fixed LogModel not being thread safeisanae2020-02-051-2/+2
* | fixed warning when comparing empty stringsisanae2020-02-051-2/+0
* | split data tabisanae2020-02-041-42/+2
|/
* Add "Restore hidden files" context menu option to modlist.Al2020-01-201-0/+1
* moved the conflicts column back to its proper position in the enumisanae2019-12-091-1/+0
* move the conflicts column when resetting geometriesisanae2019-12-091-0/+1
* use paintEvent() to allow interactive resize because showEvent() is too earlyisanae2019-12-091-0/+2
* Merge pull request #931 from isanae/double-click-unhookedisanae2019-12-091-0/+1
|\
| * data tab: run exes unhooked by defaultisanae2019-12-091-0/+1
* | Rework column insertion to move to the intended position post-factoSilarn2019-12-081-1/+1
|/
* removed unused on_clickBlankButton_clicked()isanae2019-12-071-3/+0
* implemented previews on double-click for the data and conflicts tabsisanae2019-12-041-0/+1
* added explore button in the settings to open stylesheets folderisanae2019-12-041-0/+1
* double-click now opens files for the data tab, filetree and conflict listsisanae2019-12-021-0/+2
* added "open with vfs" to the data tabisanae2019-12-021-0/+1
* three modes for separators, save stateisanae2019-12-021-1/+2
* renamed filters to criteriaisanae2019-11-301-2/+2
* moved all remaining filter stuff to FilterListisanae2019-11-291-4/+3
* split filter listisanae2019-11-271-9/+3
* added separators filterisanae2019-11-271-0/+1
* added not filter, not functional yetisanae2019-11-271-0/+1
* added open mod info to data tab context menuisanae2019-11-261-0/+1
* split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-4/+0
* added lockwidget to replace all the other dialogsisanae2019-11-061-7/+0