summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * changed qCritical() to log::error()isanae2019-07-221-17/+17
| * replaced qWarning()isanae2019-07-221-23/+27
| * replaced qInfo() with log::info()isanae2019-07-221-1/+1
| * split envisanae2019-07-221-0/+1
| * reversed log level menu actions to fit settings comboboxisanae2019-07-221-3/+3
| * use log::Levels instead of intsisanae2019-07-221-3/+44
| * moved setup to new LogList classisanae2019-07-221-33/+2
| * renamed logbuffer files to loglistisanae2019-07-221-1/+1
| * removed unused or redundant stuff in error_report.hisanae2019-07-221-9/+26
| * moved the log to a dock widgetisanae2019-07-221-4/+116
* | Merge pull request #806 from ModOrganizer2/qt-5.13Jeremy Rimpo2019-08-021-3/+9
|\ \ | |/ |/|
| * Merge branch 'Develop' into qt-5.13Silarn2019-07-081-152/+23
| |\
| * | Fix issue if widget isn't on a windowSilarn2019-07-041-1/+6
| * | More refactoringSilarn2019-07-031-3/+4
* | | removed useless validationFailed() callback in MainWindowisanae2019-07-101-6/+0
* | | Avoid refreshing Data tab each time directoryStructure is refreshed if the ta...Al2019-07-101-1/+7
| |/ |/|
* | added new Shortcut class, moved stuff that was in MainWindow into itisanae2019-07-061-152/+23
|/
* reordering tabs, then switching to a mod with a different tab set would disca...isanae2019-07-021-1/+1
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-17/+20
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-3/+1
* changed how the mod url works:isanae2019-07-021-24/+20
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-1/+1
* grey out tab names when they have no dataisanae2019-07-021-45/+59
* finished splitting filetree tabisanae2019-07-021-21/+24