index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modinfodialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oblivion Remastered Meta PR (#2241)
Jeremy Rimpo
2025-05-23
1
-12
/
+17
*
Archive preview support (#2056)
Jeremy Rimpo
2024-07-11
1
-5
/
+1
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-87
/
+90
*
Remove case sensitivity regarding preview file extensions
Chris Bessent
2021-01-18
1
-1
/
+1
*
Add Page Up/Down shortcut in ModInfoDialog.
Mikaël Capelle
2021-01-02
1
-2
/
+12
*
Fix parent of ModInfoDialog.
Mikaël Capelle
2021-01-02
1
-3
/
+2
*
Move more stuff from MainWindow. Minor improvements for prev/next button in M...
Mikaël Capelle
2021-01-02
1
-18
/
+30
*
Remove context attribute from MainWindow.
Mikaël Capelle
2021-01-02
1
-2
/
+2
*
moved naturalCompare() to uibase
isanae
2020-11-03
1
-24
/
+0
*
split directoryentry
isanae
2020-02-18
1
-0
/
+2
*
Merge pull request #991 from Al12rs/remember_last_modinfo_tab
Al
2020-02-14
1
-3
/
+6
|
\
|
*
Always remember last opened ModInfoDialog tab.
AL
2020-02-05
1
-3
/
+6
*
|
fixed warning when comparing empty strings
isanae
2020-02-05
1
-0
/
+12
*
|
added a few missing consts
isanae
2020-02-04
1
-1
/
+2
|
/
*
Add "Restore hidden files" context menu option to modlist.
Al
2020-01-20
1
-0
/
+40
*
Make hidden files extension checks case insensitive
Al
2020-01-20
1
-2
/
+2
*
added "open with vfs" option to conflicts tab
isanae
2019-12-02
1
-3
/
+20
*
don't log widget and geometry setting changes
isanae
2019-09-02
1
-3
/
+6
*
split settings into a bunch of classes
isanae
2019-09-02
1
-1
/
+1
*
added GeometrySaver
isanae
2019-08-16
1
-5
/
+1
*
moved geometry handling to mod info and overwrite dialogs
isanae
2019-08-04
1
-52
/
+20
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-3
/
+1
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-6
/
+6
*
fixed tab order not being saved
isanae
2019-07-03
1
-1
/
+5
*
some refactoring
isanae
2019-07-02
1
-109
/
+196
*
reordering tabs, then switching to a mod with a different tab set would disca...
isanae
2019-07-02
1
-78
/
+85
*
added modinfodialogfwd.h, mostly for the enum that's used in various places
isanae
2019-07-02
1
-34
/
+26
*
added a ModInfoDialogTabContext to avoid passing too many things to tab const...
isanae
2019-07-02
1
-16
/
+24
*
focus tabs when they need a confirmation to close
isanae
2019-07-02
1
-4
/
+30
*
convert fs::path to utf-16 instead of ansi
isanae
2019-07-02
1
-3
/
+5
*
fixed problems with re-ordering tabs, realPos was never updated properly and ...
isanae
2019-07-02
1
-4
/
+36
*
fixed crash when opening separators
isanae
2019-07-02
1
-1
/
+3
*
remember state of various widgets
isanae
2019-07-02
1
-4
/
+8
*
fixed tab re-ordering not being used if the old setting was present
isanae
2019-07-02
1
-0
/
+5
*
added explore menu item to conflict lists and filetree
isanae
2019-07-02
1
-0
/
+6
*
replaced reportError() calls by qCritical() because they can come from a thre...
isanae
2019-07-02
1
-2
/
+16
*
only load nexus website on activation
isanae
2019-07-02
1
-1
/
+33
*
various optimizations and caching
isanae
2019-07-02
1
-3
/
+9
*
performance optimizations: text/ini tabs and advanced conflict list use views...
isanae
2019-07-02
1
-1
/
+19
*
don't update invisible tabs
isanae
2019-07-02
1
-18
/
+39
*
changed "tab index" to "tab id", this was confusing the order in the widget a...
isanae
2019-07-02
1
-67
/
+137
*
grey out tab names when they have no data
isanae
2019-07-02
1
-127
/
+231
*
added missing icons
isanae
2019-07-02
1
-117
/
+56
*
finished splitting filetree tab
isanae
2019-07-02
1
-16
/
+16
*
splitting filetree tab
isanae
2019-07-02
1
-402
/
+7
*
split notes tab
isanae
2019-07-02
1
-13
/
+1
*
split nexus tab
isanae
2019-07-02
1
-217
/
+16
*
split categories tab
isanae
2019-07-02
1
-83
/
+5
*
split ModInfoDialogTab
isanae
2019-07-02
1
-36
/
+0
*
pass parent widget to tabs for dialogs
isanae
2019-07-02
1
-372
/
+72
[next]