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
*
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
*
re-added the api label tooltip
isanae
2019-06-14
1
-2
/
+19
*
changed the notifications action back to being disabled when there aren't any...
isanae
2019-06-14
1
-0
/
+2
*
show executable path in status bar
isanae
2019-06-14
1
-0
/
+1
*
moved api user account classes to their own files
isanae
2019-06-14
1
-3
/
+10
*
added option to hide the status bar
isanae
2019-06-13
1
-6
/
+45
*
changed StatusBarNotifications to a generic StatusBarAction
isanae
2019-06-12
1
-10
/
+6
*
added a StatusBarNotifications class to handle icon, text and double click
isanae
2019-06-12
1
-1
/
+1
*
max width for progress bar
isanae
2019-06-12
1
-1
/
+6
*
added a few helper classes for user accounts and stats
isanae
2019-06-12
1
-38
/
+30
*
added new statusbar class, moved refresh progress bar to it
isanae
2019-06-12
1
-16
/
+4
[next]