summaryrefslogtreecommitdiff
path: root/src/modinfodialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-12/+17
* Archive preview support (#2056)Jeremy Rimpo2024-07-111-5/+1
* Apply clang-format.Mikaël Capelle2023-07-091-87/+90
* Remove case sensitivity regarding preview file extensionsChris Bessent2021-01-181-1/+1
* Add Page Up/Down shortcut in ModInfoDialog.Mikaël Capelle2021-01-021-2/+12
* Fix parent of ModInfoDialog.Mikaël Capelle2021-01-021-3/+2
* Move more stuff from MainWindow. Minor improvements for prev/next button in M...Mikaël Capelle2021-01-021-18/+30
* Remove context attribute from MainWindow.Mikaël Capelle2021-01-021-2/+2
* moved naturalCompare() to uibaseisanae2020-11-031-24/+0
* split directoryentryisanae2020-02-181-0/+2
* Merge pull request #991 from Al12rs/remember_last_modinfo_tabAl2020-02-141-3/+6
|\
| * Always remember last opened ModInfoDialog tab.AL2020-02-051-3/+6
* | fixed warning when comparing empty stringsisanae2020-02-051-0/+12
* | added a few missing constsisanae2020-02-041-1/+2
|/
* Add "Restore hidden files" context menu option to modlist.Al2020-01-201-0/+40
* Make hidden files extension checks case insensitiveAl2020-01-201-2/+2
* added "open with vfs" option to conflicts tabisanae2019-12-021-3/+20
* don't log widget and geometry setting changesisanae2019-09-021-3/+6
* split settings into a bunch of classesisanae2019-09-021-1/+1
* added GeometrySaverisanae2019-08-161-5/+1
* moved geometry handling to mod info and overwrite dialogsisanae2019-08-041-52/+20
* changed qDebug() to log::debug()isanae2019-07-221-3/+1
* changed qCritical() to log::error()isanae2019-07-221-6/+6
* fixed tab order not being savedisanae2019-07-031-1/+5
* some refactoringisanae2019-07-021-109/+196
* reordering tabs, then switching to a mod with a different tab set would disca...isanae2019-07-021-78/+85
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-34/+26
* added a ModInfoDialogTabContext to avoid passing too many things to tab const...isanae2019-07-021-16/+24
* focus tabs when they need a confirmation to closeisanae2019-07-021-4/+30
* convert fs::path to utf-16 instead of ansiisanae2019-07-021-3/+5
* fixed problems with re-ordering tabs, realPos was never updated properly and ...isanae2019-07-021-4/+36
* fixed crash when opening separatorsisanae2019-07-021-1/+3
* remember state of various widgetsisanae2019-07-021-4/+8
* fixed tab re-ordering not being used if the old setting was presentisanae2019-07-021-0/+5
* added explore menu item to conflict lists and filetreeisanae2019-07-021-0/+6
* replaced reportError() calls by qCritical() because they can come from a thre...isanae2019-07-021-2/+16
* only load nexus website on activationisanae2019-07-021-1/+33
* various optimizations and cachingisanae2019-07-021-3/+9
* performance optimizations: text/ini tabs and advanced conflict list use views...isanae2019-07-021-1/+19
* don't update invisible tabsisanae2019-07-021-18/+39
* changed "tab index" to "tab id", this was confusing the order in the widget a...isanae2019-07-021-67/+137
* grey out tab names when they have no dataisanae2019-07-021-127/+231
* added missing iconsisanae2019-07-021-117/+56
* finished splitting filetree tabisanae2019-07-021-16/+16
* splitting filetree tabisanae2019-07-021-402/+7
* split notes tabisanae2019-07-021-13/+1
* split nexus tabisanae2019-07-021-217/+16
* split categories tabisanae2019-07-021-83/+5
* split ModInfoDialogTabisanae2019-07-021-36/+0
* pass parent widget to tabs for dialogsisanae2019-07-021-372/+72