summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed enum case to follow conventionisanae2019-05-261-2/+2
* put explore and open functions in namespace shellisanae2019-05-251-79/+19
* moved GetFileExecutionContext() out of OrganizerCore, no reason for it to be ...isanae2019-05-251-25/+18
* a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow an...isanae2019-05-251-86/+28
* download list: added columns for mod name, version and nexus idisanae2019-05-221-0/+6
* added const version of Settings::directInterface() for restoring statesisanae2019-05-201-2/+2
* when removing mods, limit the number of items in the list so the dialog stays...isanae2019-05-161-1/+17
* Update NXM link handling to support premium link and validate user infoSilarn2019-05-091-6/+6
* Improve ignoring of missing English translationsLostDragonist2019-04-131-2/+2
* Fix performance when selecting many modsLostDragonist2019-03-301-6/+5
* Add more protection against missing game pluginsLostDragonist2019-03-251-1/+1
* Prevent diagnose plugins that return false for isActive from reporting notifi...LostDragonist2019-03-231-3/+8
* Connect diagnosisUpdate and updateProblemsButton so the notification button i...LostDragonist2019-03-231-0/+2
* Only change to the update filter if mods are being checked for update or mods...LostDragonist2019-03-221-6/+18
* Don't delete the Nexus ID on invalid update requestsLostDragonist2019-03-221-12/+1
* Refresh mod list after clearing overwrite folderLostDragonist2019-03-091-2/+6
* Improve updating mod highlights when no mod is selectedLostDragonist2019-03-091-11/+10
* Use MD5 when querying info before bothering the userLostDragonist2019-03-071-0/+1
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-0/+112
* Add setting to hide the API counterLostDragonist2019-03-061-0/+3
* Do not add inactive tool plugins to the tools menuLostDragonist2019-02-241-0/+6