summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't activate the root data itemisanae2019-12-141-0/+4
* set default window size to 1300x800isanae2019-12-091-1/+4
* moved the conflicts column back to its proper position in the enumisanae2019-12-091-26/+0
* move the conflicts column when resetting geometriesisanae2019-12-091-23/+22
* use paintEvent() to allow interactive resize because showEvent() is too earlyisanae2019-12-091-5/+11
* Merge pull request #931 from isanae/double-click-unhookedisanae2019-12-091-88/+94
|\
| * removed dead setDefaultActivationActionForFile()isanae2019-12-091-50/+0
| * data tab: run exes unhooked by defaultisanae2019-12-091-37/+92
| * conflicts tab: run exes unhooked by defaultisanae2019-12-081-1/+2
* | Rework column insertion to move to the intended position post-factoSilarn2019-12-081-15/+26
* | Change compact size for the conflicts column to be shorter since there are le...Al2019-12-091-1/+1
* | Rework logic to parse by visual indexSilarn2019-12-081-6/+6
|/
* removed unused on_clickBlankButton_clicked()isanae2019-12-071-5/+0
* Fix mistakenly added modinfo tab IDSilarn2019-12-061-1/+0
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-1/+21
* moved logs back to the bottom of the list, they're not game relatedisanae2019-12-041-1/+5
* implemented previews on double-click for the data and conflicts tabsisanae2019-12-041-9/+81
* added explore button in the settings to open stylesheets folderisanae2019-12-041-10/+7
* double-click now opens files for the data tab, filetree and conflict listsisanae2019-12-021-6/+30
* added "open with vfs" to the data tabisanae2019-12-021-8/+29
* three modes for separators, save stateisanae2019-12-021-6/+10
* fixed setting selection when checking for updatesisanae2019-11-301-1/+5
* fixed bad label for content categoriesisanae2019-11-301-2/+8
* removed redundant categories now that there's a not filterisanae2019-11-301-2/+2
* renamed filters to criteriaisanae2019-11-301-29/+21
* moved all remaining filter stuff to FilterListisanae2019-11-291-32/+75
* split filter listisanae2019-11-271-165/+12
* added separators filterisanae2019-11-271-0/+5
* added not filter, not functional yetisanae2019-11-271-0/+5
* changed mod name of unmanaged files from "data" to "<Unmanaged>" in the data ...isanae2019-11-271-6/+26
* added open mod info to data tab context menuisanae2019-11-261-0/+23
* fix sort in overwrite, remember settingsisanae2019-11-261-0/+1
* added option to hide confirmation when switching instancesisanae2019-11-261-6/+10
* threaded lootisanae2019-11-161-1/+2
* split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-223/+4
* removed unused filesisanae2019-11-061-1/+0
* refresh ui after running an exe from 1) an external message, and 2) the data tabisanae2019-11-061-1/+1
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-1/+1
* added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's...isanae2019-11-061-3/+1
* removed runExecutable()isanae2019-11-061-2/+6
* removed runExecutableFile()isanae2019-11-061-33/+10
* explicit refresh parameter for setWaitForCompletion(), some parts of the ui w...isanae2019-11-061-1/+5
* added lockwidget to replace all the other dialogsisanae2019-11-061-40/+4
* split to processrunnerisanae2019-11-061-4/+9
* spawning an executable now only waits for that particular processisanae2019-11-061-10/+4
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-32/+32
* renamed runExecutable() to runExecutablefile()isanae2019-11-061-21/+3
* initial Spawner and SpawnedProcessisanae2019-11-061-2/+2
* Improve automatic naming of new executablesLostDragonist2019-10-221-1/+1
* fixed loot not being hookedisanae2019-10-121-0/+1