| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | moved notification menu item to tools, was the only thing in view | isanae | 2019-06-02 | 1 | -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 ↵ | isanae | 2019-06-02 | 1 | -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 tips | isanae | 2019-06-02 | 1 | -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 themes | LostDragonist | 2019-03-05 | 1 | -133/+0 | |
| | | ||||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | Update outdated UI descriptions for API monitor | Silarn | 2019-02-18 | 1 | -3/+3 | |
| | | ||||||
| * | Fix a typo | Silarn | 2019-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | Add counter for API requests | Silarn | 2019-02-18 | 1 | -1703/+1734 | |
| | | ||||||
| * | Rename problems to notifications | LostDragonist | 2019-01-30 | 1 | -8/+10 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -7/+19 | |
| |\ | ||||||
| | * | Some more drag and drop related changes, still no fix though. | Al | 2019-01-12 | 1 | -3/+9 | |
| | | | ||||||
| | * | Fix drop to downloads tab. | Al | 2019-01-07 | 1 | -8/+14 | |
| | | | | | | | | | Fix DownloadView to be QtreeView in QCreator. | |||||
| * | | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-01 | 1 | -37/+12 | |
| |\| | ||||||
| | * | Add default download row sizes for generic styles, sanitize mainwindow.ui | Krzysztof Starecki | 2019-01-01 | 1 | -36/+11 | |
| | | | ||||||
| | * | Add filetime column to download tab | Krzysztof Starecki | 2018-12-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | Port context menus to new downloadlist | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Disable downloadlist widget delegates, port partial functionality to QTreeView | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -6/+69 | |
| |\| | | | | | | | Updating to 2.1.7alpha1 | |||||
| | * | Display counter tooltips when clicked | LostDragonist | 2018-12-26 | 1 | -2/+7 | |
| | | | ||||||
| | * | Add a small gutter around the active mod/plugin counters | LostDragonist | 2018-12-26 | 1 | -0/+12 | |
| | | | ||||||
| | * | Improvements to the plugin and mod counters | LostDragonist | 2018-12-24 | 1 | -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 counters | Al | 2018-12-24 | 1 | -20/+40 | |
| | | | ||||||
| | * | Added Active Plugins and Active Mods counters | Al | 2018-12-24 | 1 | -1/+21 | |
| | | | ||||||
| | * | Expand mod list search edit to work on categories, nexus IDs, and notes | LostDragonist | 2018-12-20 | 1 | -4/+4 | |
| | | | ||||||
| | * | Make language about profile-specific settings and save games consistent | LostDragonist | 2018-12-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -6/+9 | |
| | | | ||||||
| * | | Fixed mainwindow.cpp so that Qt Creator does not break it anymore. | Al12rs | 2018-12-12 | 1 | -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. | Project579 | 2018-12-12 | 1 | -13/+33 | |
| |/ | ||||||
| * | Added `uniformRowHeight = true` property to the modlist, data tab, filters ↵ | Al12rs | 2018-10-27 | 1 | -0/+12 | |
| | | | | | view and Log area. It should make Qt perform better when showing a large number of items. | |||||
| * | Increase filterview size to not cut off filternames | Al12rs | 2018-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | Fix Creator setting Boss button to invisible each time | Al12rs | 2018-10-13 | 1 | -3/+0 | |
| | | ||||||
| * | Fixed UI file to not break each time it's opened in creator. | Al12rs | 2018-10-13 | 1 | -11/+16 | |
| | | ||||||
| * | Added "Refresh" button to downloads tab. | Al12rs | 2018-08-31 | 1 | -0/+14 | |
| | | ||||||
| * | Enabled Ctrl+C to copy selected stuff instead of the entire log. No one used ↵ | Al12rs | 2018-08-01 | 1 | -3/+0 | |
| | | | | | it before and now it's much more practical. | |||||
| * | Avoided downloads defaulting to "File Time" sorting at each startup. | Al12rs | 2018-07-21 | 1 | -2/+5 | |
| | | | | | Improved downloads tab header sizes and resize policy. | |||||
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -79/+36 | |
| | | ||||||
| * | Fixed default size and positioning of some ui elements to accomodate the new ↵ | Al12rs | 2018-03-15 | 1 | -10/+51 | |
| | | | | | | | ones. Fixed incorrect settings for the layout stretching. | |||||
| * | Reverted some changes added by Qt configurator that caused some wird ↵ | Al12rs | 2018-03-12 | 1 | -2/+2 | |
| | | | | | stretching of the mainwindow. I suspect this is caused by the fact that the archive tab was not disabled in a way that Configurator liked and it is messing with it. | |||||
| * | Changed tooltip of Open Folder menu. | Al12rs | 2018-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | - Added Open Folders drop-down menu over the modlist (using new custom icon) ↵ | Al12rs | 2018-02-28 | 1 | -2/+29 | |
| | | | | | | | and moved there all previuolsy added "open <> folder" menu options. - Added "Open MO install folder" option. | |||||
| * | Reduced Clear filter red border to one pixel instead of two. | Al12rs | 2018-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | Changed switch instance icon and tooltip | Al12rs | 2018-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | - Added "Clear all Filters" button with red outline that only shows up if ↵ | Al12rs | 2018-02-15 | 1 | -4/+45 | |
| | | | | | | | | one or more filters are selected. - Fixed a bug that would not allow the already present "Clear" button under the filters tab to clear "contains" type of filters. - Fixed a bug that enabled the "Clear" button at the start even if there were no filters selected. | |||||
| * | Disable the bsa tab for release | LePresidente | 2017-12-25 | 1 | -1/+3 | |
| | | | | | | Version bump to 2.1.0 Updated about window | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -15/+15 | |
| | | ||||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -0/+107 | |
| | | ||||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -1/+6 | |
| | | ||||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Re-enabled the boss button | ZachHaber | 2017-01-17 | 1 | -1/+1 | |
| | | | | | Properly this time =P | |||||
| * | Revert "Loot Button" | ZachHaber | 2017-01-17 | 1 | -0/+3 | |
| | | | | | This reverts commit f2b33d75cb147965306e075f0b921cbad6c04334. | |||||
