index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved geometry handling to ProblemsDialog and CategoriesDialog
isanae
2019-08-04
1
-18
/
+8
*
moved geometry handling to ListDialog
isanae
2019-08-04
1
-8
/
+0
*
removed convertVariant(), turns out value() does it
isanae
2019-08-04
1
-12
/
+18
*
moved geometry handling to mod info and overwrite dialogs
isanae
2019-08-04
1
-17
/
+1
*
moved geometry handling to ProfilesDialog
isanae
2019-08-04
1
-6
/
+2
*
moved geometry handling to EditExecutablesDialog itself
isanae
2019-08-04
1
-8
/
+1
*
moved settings updates to Settings::processUpdates()
isanae
2019-08-04
1
-32
/
+12
*
split into GeometrySettings
isanae
2019-08-04
1
-64
/
+52
*
removed mentions of QSettings from main.cpp
isanae
2019-08-04
1
-3
/
+3
*
moved tabs to SettingsDialog
isanae
2019-08-02
1
-1
/
+4
*
Merge pull request #807 from isanae/logging-rework
Jeremy Rimpo
2019-08-02
1
-101
/
+194
|
\
|
*
moved setLogLevel() to OrganizerCore
isanae
2019-07-22
1
-55
/
+2
|
*
replaced formatSystemMessageQ() with formatSystemMessage()
isanae
2019-07-22
1
-7
/
+18
|
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-23
/
+14
|
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-17
/
+17
|
*
replaced qWarning()
isanae
2019-07-22
1
-23
/
+27
|
*
replaced qInfo() with log::info()
isanae
2019-07-22
1
-1
/
+1
|
*
split env
isanae
2019-07-22
1
-0
/
+1
|
*
reversed log level menu actions to fit settings combobox
isanae
2019-07-22
1
-3
/
+3
|
*
use log::Levels instead of ints
isanae
2019-07-22
1
-3
/
+44
|
*
moved setup to new LogList class
isanae
2019-07-22
1
-33
/
+2
|
*
renamed logbuffer files to loglist
isanae
2019-07-22
1
-1
/
+1
|
*
removed unused or redundant stuff in error_report.h
isanae
2019-07-22
1
-9
/
+26
|
*
moved the log to a dock widget
isanae
2019-07-22
1
-4
/
+116
*
|
Merge pull request #806 from ModOrganizer2/qt-5.13
Jeremy Rimpo
2019-08-02
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'Develop' into qt-5.13
Silarn
2019-07-08
1
-152
/
+23
|
|
\
|
*
|
Fix issue if widget isn't on a window
Silarn
2019-07-04
1
-1
/
+6
|
*
|
More refactoring
Silarn
2019-07-03
1
-3
/
+4
*
|
|
removed useless validationFailed() callback in MainWindow
isanae
2019-07-10
1
-6
/
+0
*
|
|
Avoid refreshing Data tab each time directoryStructure is refreshed if the ta...
Al
2019-07-10
1
-1
/
+7
|
|
/
|
/
|
*
|
added new Shortcut class, moved stuff that was in MainWindow into it
isanae
2019-07-06
1
-152
/
+23
|
/
*
reordering tabs, then switching to a mod with a different tab set would disca...
isanae
2019-07-02
1
-1
/
+1
*
added modinfodialogfwd.h, mostly for the enum that's used in various places
isanae
2019-07-02
1
-17
/
+20
*
added a ModInfoDialogTabContext to avoid passing too many things to tab const...
isanae
2019-07-02
1
-3
/
+1
*
changed how the mod url works:
isanae
2019-07-02
1
-24
/
+20
*
changed "tab index" to "tab id", this was confusing the order in the widget a...
isanae
2019-07-02
1
-1
/
+1
*
grey out tab names when they have no data
isanae
2019-07-02
1
-45
/
+59
*
finished splitting filetree tab
isanae
2019-07-02
1
-21
/
+24
*
split nexus tab
isanae
2019-07-02
1
-131
/
+36
*
Correcting minor spelling mistakes in the UI + add contributor
Matte A
2019-06-23
1
-2
/
+2
*
* Changed export to CSV to sort by priority.
Al
2019-06-20
1
-8
/
+10
*
Disabled toolbar executable shortcut action after click to avoid starting it ...
Al
2019-06-19
1
-0
/
+3
*
rebase to statusbar
isanae
2019-06-15
1
-2
/
+2
*
removed concept of custom executables, everything is modifiable
isanae
2019-06-15
1
-2
/
+1
*
moved commiting changes to EditExecutablesDialog itself instead of doing it f...
isanae
2019-06-15
1
-34
/
+2
*
removed old, unused stuff
isanae
2019-06-15
1
-3
/
+35
*
fixed EditExecutablesDialog being opened without a parent
isanae
2019-06-15
1
-4
/
+9
*
ExecutablesList:
isanae
2019-06-15
1
-6
/
+4
*
replaced ExecutablesList::getExecutables() by a standard container interface
isanae
2019-06-15
1
-36
/
+56
*
made Executable members private, added member function to get and set them
isanae
2019-06-15
1
-25
/
+25
[next]