summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | reset m_closing to false when the user cancels closingisanae2019-06-031-0/+1
|/
* Merge pull request #747 from isanae/splash-monitorAl2019-06-031-0/+2
|\
| * remember the monitor numberisanae2019-06-031-0/+2
* | added medium toolbar icon sizeisanae2019-06-021-5/+12
* | the toolbar menu is now in the ui file instead of being created by handisanae2019-06-021-30/+52
* | toolbar size and button style are now configurable and rememberedisanae2019-06-021-0/+71
* | moved links to a new dedicated toolbarisanae2019-06-021-25/+31
* | moved notification menu item to tools, was the only thing in viewisanae2019-06-021-15/+17
* | removed actionToToolButton(), which was replacing QAction's in the toolbar wi...isanae2019-06-021-69/+48
* | - always show statusbar, used by the menu and toolbar to display status tipsisanae2019-06-021-24/+22
|/
* don't activate the window when hovering save filesisanae2019-05-261-2/+9
* moved getFileExecutionContext() and its enum into OrganizerCoreisanae2019-05-261-1/+3