index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modinfodialogtextfiles.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dependency Updates Meta PR (#2242)
Jeremy Rimpo
2025-05-22
1
-0
/
+3
*
Apply clang-format.
Mikaƫl Capelle
2023-07-09
1
-49
/
+26
*
removed setUpdateDelay(false) calls, it's the default
isanae
2020-12-26
1
-1
/
+0
*
stop using deprecated map()
isanae
2020-11-03
1
-1
/
+1
*
stack overflow when searching text files/ini lists because they reported chil...
isanae
2020-10-31
1
-1
/
+6
*
Show .toml files in the "Text Files" modInfoDialog tab.
AL
2020-06-24
1
-1
/
+2
*
Remove .cfg from INI Files tab as it's in Text Files tab now.
AL
2020-02-04
1
-1
/
+1
*
Add support for other text file types to Text Files modinfo tab
AL
2020-02-04
1
-10
/
+9
*
finished moving mod info dialog directinterface to settings
isanae
2019-08-24
1
-2
/
+2
*
added a ModInfoDialogTabContext to avoid passing too many things to tab const...
isanae
2019-07-02
1
-18
/
+12
*
focus tabs when they need a confirmation to close
isanae
2019-07-02
1
-0
/
+2
*
remember state of various widgets
isanae
2019-07-02
1
-4
/
+15
*
fixed text editors not clearing when switching mods
isanae
2019-07-02
1
-0
/
+1
*
replaced reportError() calls by qCritical() because they can come from a thre...
isanae
2019-07-02
1
-1
/
+1
*
filterwidget now support automatically installing a proxy on lists
isanae
2019-07-02
1
-4
/
+9
*
various optimizations and caching
isanae
2019-07-02
1
-9
/
+6
*
custom models for esp lists
isanae
2019-07-02
1
-1
/
+2
*
performance optimizations: text/ini tabs and advanced conflict list use views...
isanae
2019-07-02
1
-28
/
+105
*
changed "tab index" to "tab id", this was confusing the order in the widget a...
isanae
2019-07-02
1
-6
/
+6
*
grey out tab names when they have no data
isanae
2019-07-02
1
-0
/
+2
*
added missing icons
isanae
2019-07-02
1
-6
/
+6
*
split nexus tab
isanae
2019-07-02
1
-9
/
+17
*
pass parent widget to tabs for dialogs
isanae
2019-07-02
1
-7
/
+10
*
split ini tab stuff to IniFilesTab
isanae
2019-07-02
1
-34
/
+83
*
disable editor without selection
isanae
2019-07-02
1
-1
/
+12
*
split text file tab into its own class
isanae
2019-07-02
1
-0
/
+91