summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Set Plugins tab as default tab again after last commit.Al2019-10-021-1/+1
|
* Made categories section (filters) resizable via a splitter. Correctly ↵Al2019-10-021-1114/+1095
| | | | handled hiding and unhiding as well as saving the state between sessions.
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-1048/+1053
| | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid
* split into GeometrySettingsisanae2019-08-041-5/+0
| | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional
* moved setLogLevel() to OrganizerCoreisanae2019-07-221-14/+0
| | | | moved context menu to LogList
* use log::Levels instead of intsisanae2019-07-221-15/+15
| | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list
* moved setup to new LogList classisanae2019-07-221-4/+6
|
* removed unused or redundant stuff in error_report.hisanae2019-07-221-6/+9
| | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency
* moved the log to a dock widgetisanae2019-07-221-17/+52
| | | | added a menu item in the view menu for it
* fixed duplicate mnemonic for status barisanae2019-07-061-1/+1
|
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-2/+2
|
* Modified Menu Bar:Al2019-06-201-11/+6
| | | | | | | * Removed Edit and Copy Log as it was useless. * Moved Visit Nexus to Files. * Moved Profiles to Tools. * Renamed Tools submenu to "Tool Plugins".
* added option to hide the status barisanae2019-06-131-0/+9
| | | | centralized menu visibility into a showMenuBar() function
* added a few helper classes for user accounts and statsisanae2019-06-121-45/+1
| | | | | moved the api label to the status bar refactored a bunch of copy/pasted code in NexusInterface to use shouldThrottle() and throttledWarning()
* reverted changes to the toolbar:isanae2019-06-041-34/+9
| | | | | | | - swapped back "add profile" and "install mod" icons - removed links toolbar, icons are added to the main one - locked the toolbar because there's only one now - right align everything after the last separator and executable shortcuts
* renamed some of the menus to remove underscoresisanae2019-06-031-8/+14
| | | | | added Run menu with shortcuts, only visible when there are shortcuts to show fixed menubar visibility not being remembered
* added menubar toggle in the context menuisanae2019-06-031-11/+13
| | | | | | | removed two unused actions: actionToolbar_Size and actionToolbar_style added ways to make the menu reappear if you hide everything: - show the toolbar popup when right-clicking around the border of the main window - intercept the Alt key and make the main menu visible
* missed some mnemonics in the main menuisanae2019-06-021-3/+3
|
* update styles to handle the new menu barisanae2019-06-021-0/+4
| | | | | | also formatted the Transparent styles, all the css was on one line added a separator before the settings menu item fixed medium icon item not being checkable
* added medium toolbar icon sizeisanae2019-06-021-3/+6
|
* the toolbar menu is now in the ui file instead of being created by handisanae2019-06-021-2/+91
| | | | it's also shared between the main menu and the context menu
* moved links to a new dedicated toolbarisanae2019-06-021-18/+25
|
* moved notification menu item to tools, was the only thing in viewisanae2019-06-021-16/+4
| | | | | fixed endorse action to also work with the menu fixed changing endorsement integration setting not changing visibility of actions
* removed actionToToolButton(), which was replacing QAction's in the toolbar ↵isanae2019-06-021-23/+6
| | | | | | with QToolButton's, making it very difficult to have an equivalent in the main menu. QAction's can have a menu, so use that instead. the only place this doesn't work is with the nexus button, which can be replaced by a menu if there are IPluginModPage plugins adding items to it; registerModPage() works fine with the toolbar, but doesn't handle the main menu yet
* - always show statusbar, used by the menu and toolbar to display status tipsisanae2019-06-021-18/+177
| | | | | | | | - reduced margins around central widgets to align it with status bar text, removed bottom margins completely because the statusbar is enough - notifications: now always enabled, dialog shows a special item when empty, just change the tooltip and leave the text alone - added all toolbar actions to menu - non functional in menu for now: tools, help and endorse because they're menus - changed some of the action strings to be the same on both toolbar and menu, added missing status tips
* Clear palette of mod list and plugin list to better support themesLostDragonist2019-03-051-133/+0
|
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-2/+2
|
* Update outdated UI descriptions for API monitorSilarn2019-02-181-3/+3
|
* Fix a typoSilarn2019-02-181-2/+2
|
* Add counter for API requestsSilarn2019-02-181-1703/+1734
|
* Rename problems to notificationsLostDragonist2019-01-301-8/+10
|
* Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-7/+19
|\
| * Some more drag and drop related changes, still no fix though.Al2019-01-121-3/+9
| |
| * Fix drop to downloads tab.Al2019-01-071-8/+14
| | | | | | | | Fix DownloadView to be QtreeView in QCreator.
* | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-011-37/+12
|\|
| * Add default download row sizes for generic styles, sanitize mainwindow.uiKrzysztof Starecki2019-01-011-36/+11
| |
| * Add filetime column to download tabKrzysztof Starecki2018-12-311-1/+1
| |
| * Port context menus to new downloadlistKrzysztof Starecki2018-12-301-1/+1
| |
| * Disable downloadlist widget delegates, port partial functionality to QTreeViewKrzysztof Starecki2018-12-301-1/+1
| |
* | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-6/+69
|\| | | | | | | Updating to 2.1.7alpha1
| * Display counter tooltips when clickedLostDragonist2018-12-261-2/+7
| |
| * Add a small gutter around the active mod/plugin countersLostDragonist2018-12-261-0/+12
| |
| * Improvements to the plugin and mod countersLostDragonist2018-12-241-2/+8
| | | | | | | | | | | | | | * Fix style * Add whatsThis * Add tooltips with additional statistics * Don't count mods like overwrite, unmanaged, DLC, etc.
| * Changed ui of active mod countersAl2018-12-241-20/+40
| |
| * Added Active Plugins and Active Mods countersAl2018-12-241-1/+21
| |
| * Expand mod list search edit to work on categories, nexus IDs, and notesLostDragonist2018-12-201-4/+4
| |
| * Make language about profile-specific settings and save games consistentLostDragonist2018-12-191-1/+1
| |
* | Clean up and fix merge issuesLostDragonist2018-12-121-6/+9
| |
* | Fixed mainwindow.cpp so that Qt Creator does not break it anymore.Al12rs2018-12-121-33/+33
| | | | | | | | | | | | | | | | | | | | | | We should be able to normally use Creator now without having to worry about breaking the build. Partial fix for conflict information getting messd up after opening infodialog or disabling a mod. Icons still get messed up but conflict tab remains consistent at first inspection. Reverted main tab to plugins Changed version of Archive conflicts branch to 2.2.0 pre-alpha.
* | Added button to disable Archives in Data Tree and entirely.Project5792018-12-121-13/+33
|/