summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* added hide flag to executablesisanae2019-10-081-42/+103
* initial selection in the edit executables dialog from main windowisanae2019-10-081-4/+5
* Merge pull request #855 from isanae/context-menu-log-toggleisanae2019-10-071-12/+18
|\
| * stop reusing the view menu, just create a new context menu with the right stu...isanae2019-10-051-12/+18
* | showEvent() is called for stuff like minimizing and restoring the window, don...isanae2019-10-051-4/+3
|/
* Merge pull request #851 from isanae/api-visible-at-startupisanae2019-10-051-1/+1
|\
| * check the api setting on startup to hide it if neededisanae2019-10-051-1/+1
* | Merge pull request #849 from Al12rs/more-filtersAl2019-10-041-0/+2
|\ \
| * | Added "No valid game data" and "No Nexus ID" filters as per #295Al2019-10-041-0/+2
| |/
* / added error messages to FileRenamer and a few moreisanae2019-10-041-18/+18
|/
* Merge pull request #842 from isanae/dialog-settingsisanae2019-10-041-0/+16
|\
| * changed the layout of the general settings tabisanae2019-09-231-0/+16
* | Made categories section (filters) resizable via a splitter. Correctly handled...Al2019-10-021-0/+2
|/
* Merge pull request #839 from isanae/even-more-loggingisanae2019-09-221-16/+7
|\
| * made SpawnParameters public, changed to Qt typesisanae2019-09-121-5/+7
| * split spawnBinaryProcess() into spawn, no changesisanae2019-09-121-1/+1
| * fixes for ExpanderWidgetisanae2019-09-111-11/+0
* | Add portable lock featureLostDragonist2019-09-111-0/+4
|/
* split settings into a bunch of classesisanae2019-09-021-60/+61
* removed duplicate useProxy()isanae2019-09-021-7/+5
* changed total speed and count to a list of the last 5 downloadsisanae2019-08-261-10/+21
* moved preferred servers into ServerListisanae2019-08-261-1/+1
* ServerList instead of a QList of ServerInfoisanae2019-08-261-9/+13
* made ServerInfo a classisanae2019-08-261-5/+5
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-1/+1
* passes callbacks to QuestionBoxMemory so it doesn't access the ini directlyisanae2019-08-171-3/+3
* put tutorials in the settingsisanae2019-08-171-11/+41
* put endorsement state and first start in settingsisanae2019-08-171-17/+37
* merged DockFixer into GeometrySettingsisanae2019-08-161-127/+29
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-55/+23
* moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-53/+22
* merged toolbars into restoreToolbars() and saveToolbars()isanae2019-08-161-20/+8
* added GeometrySaverisanae2019-08-161-33/+16
* geo already saved by ListDialogisanae2019-08-041-6/+1
* removed registerWidgetState(), was used just for header list headers, now sav...isanae2019-08-041-47/+26
* moved mod list stuff to setupModList(), no changesisanae2019-08-041-42/+78
* moved geometry handling to ProblemsDialog and CategoriesDialogisanae2019-08-041-18/+8
* moved geometry handling to ListDialogisanae2019-08-041-8/+0
* removed convertVariant(), turns out value() does itisanae2019-08-041-12/+18
* moved geometry handling to mod info and overwrite dialogsisanae2019-08-041-17/+1
* moved geometry handling to ProfilesDialogisanae2019-08-041-6/+2
* moved geometry handling to EditExecutablesDialog itselfisanae2019-08-041-8/+1
* moved settings updates to Settings::processUpdates()isanae2019-08-041-32/+12
* split into GeometrySettingsisanae2019-08-041-64/+52
* removed mentions of QSettings from main.cppisanae2019-08-041-3/+3
* moved tabs to SettingsDialogisanae2019-08-021-1/+4
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-101/+194
|\
| * moved setLogLevel() to OrganizerCoreisanae2019-07-221-55/+2
| * replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-7/+18
| * changed qDebug() to log::debug()isanae2019-07-221-23/+14