summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* split nexus tabisanae2019-07-021-131/+36
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-2/+2
* * Changed export to CSV to sort by priority.Al2019-06-201-8/+10
* Disabled toolbar executable shortcut action after click to avoid starting it ...Al2019-06-191-0/+3
* rebase to statusbarisanae2019-06-151-2/+2
* removed concept of custom executables, everything is modifiableisanae2019-06-151-2/+1
* moved commiting changes to EditExecutablesDialog itself instead of doing it f...isanae2019-06-151-34/+2
* removed old, unused stuffisanae2019-06-151-3/+35
* fixed EditExecutablesDialog being opened without a parentisanae2019-06-151-4/+9
* ExecutablesList:isanae2019-06-151-6/+4
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-36/+56
* made Executable members private, added member function to get and set themisanae2019-06-151-25/+25
* re-added the api label tooltipisanae2019-06-141-2/+19
* changed the notifications action back to being disabled when there aren't any...isanae2019-06-141-0/+2
* show executable path in status barisanae2019-06-141-0/+1
* moved api user account classes to their own filesisanae2019-06-141-3/+10
* added option to hide the status barisanae2019-06-131-6/+45
* changed StatusBarNotifications to a generic StatusBarActionisanae2019-06-121-10/+6
* added a StatusBarNotifications class to handle icon, text and double clickisanae2019-06-121-1/+1
* max width for progress barisanae2019-06-121-1/+6
* added a few helper classes for user accounts and statsisanae2019-06-121-38/+30
* added new statusbar class, moved refresh progress bar to itisanae2019-06-121-16/+4
* clarified some commentsisanae2019-06-091-3/+3
* fixed notification icon not respecting the stylesheet on startupisanae2019-06-091-6/+51
* fixes toolbar and menu icons not respecting the stylesheetisanae2019-06-091-13/+66
* Merge pull request #753 from isanae/explore-data-fileAl2019-06-051-10/+35
|\
| * added "Open Origin in Explorer" to the data tabisanae2019-06-041-10/+35
* | show the main menu when releasing alt instead of pressing, less annoying to t...isanae2019-06-041-2/+2
* | reverted changes to the toolbar:isanae2019-06-041-26/+48
|/
* Merge pull request #750 from isanae/more-menu-toolbarAl2019-06-041-12/+66
|\
| * fixed exit menu item not workingisanae2019-06-031-3/+5
| * more commentsisanae2019-06-031-0/+4
| * renamed some of the menus to remove underscoresisanae2019-06-031-11/+19
| * added menubar toggle in the context menuisanae2019-06-031-0/+40