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
*
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
*
in the process of moving stuff to modinfodialogconflicts.h/cpp
isanae
2019-07-02
1
-461
/
+19
*
changed layout of esps tab, moved to modinfodialogesps.cpp/h
isanae
2019-07-02
1
-94
/
+4
*
split images tab stuff in ImagesTab
isanae
2019-07-02
1
-40
/
+11
*
split ini tab stuff to IniFilesTab
isanae
2019-07-02
1
-88
/
+2
*
removed unused ini tweaks widgets
isanae
2019-07-02
1
-89
/
+1
*
split text file tab into its own class
isanae
2019-07-02
1
-59
/
+41
*
split ExpanderWidget into its own set of files
isanae
2019-07-02
1
-54
/
+0
*
line numbers, which required inheriting from QPlainTextEdit instead
isanae
2019-07-02
1
-6
/
+6
*
TextEditor now has a dynamic toolbar
isanae
2019-07-02
1
-31
/
+0
*
added initial toolbar, splitter
isanae
2019-07-02
1
-36
/
+41
*
moved filerenamer to its own .cpp/.h pair
isanae
2019-07-02
1
-187
/
+0
*
clean up the list widgets and thumnails as well as recheck the tabs when refr...
isanae
2019-07-02
1
-8
/
+23
*
Correcting minor spelling mistakes in the UI + add contributor
Matte A
2019-06-23
1
-4
/
+4
*
natural sort for conflict items
isanae
2019-06-04
1
-0
/
+26
*
refactored conflict list items:
isanae
2019-06-04
1
-174
/
+178
*
refresh files in the constructor because the ui is used to determine the tab ...
isanae
2019-05-31
1
-1
/
+8
*
conflict lists:
isanae
2019-05-31
1
-40
/
+131
*
conflict lists
isanae
2019-05-31
1
-2
/
+34
*
don't show open menu item if the files are from an archive
isanae
2019-05-31
1
-1
/
+12
*
replaced all the manual UserRole stuff with a few constants and helper functions
isanae
2019-05-31
1
-61
/
+72
*
restore conflicts selected tab and checkboxes
isanae
2019-05-31
1
-5
/
+23
*
FilterWidget takes a predicate to match strings
isanae
2019-05-31
1
-4
/
+9
*
removed buddy from FilterWidget, the intention was to hook a ctrl+f shortcut ...
isanae
2019-05-31
1
-0
/
+7
*
added new filterwidget, will eventually get the operators functionality from ...
isanae
2019-05-31
1
-0
/
+2
*
elide first two columns of the advanced list
isanae
2019-05-31
1
-0
/
+25
*
comments, switched some of the ifs for clarity
isanae
2019-05-31
1
-5
/
+33
*
added show all/nearest mods radio buttons
isanae
2019-05-31
1
-10
/
+38
*
allow for refreshing individual conflict tabs
isanae
2019-05-31
1
-27
/
+105
*
added AlternativesVector typedef to FileEntry
isanae
2019-05-31
1
-52
/
+78
*
changed iterator loops to ranged for
isanae
2019-05-31
1
-14
/
+28
*
split refreshLists() in two
isanae
2019-05-31
1
-10
/
+18
*
reverted change that showed the conflicted file first in the preview dialog
isanae
2019-05-28
1
-3
/
+1
*
also reversed 'hide' parameter to 'visible' for changeFiletreeVisibility()
isanae
2019-05-28
1
-14
/
+15
*
reversed 'hide' parameter to 'visible' for changeConflictItemsVisibility()
isanae
2019-05-28
1
-11
/
+13
*
added selectedOrigin to previewFileWithAlternatives()
isanae
2019-05-28
1
-1
/
+3
*
multiple selection for noconflict and overwritten lists
isanae
2019-05-27
1
-109
/
+81
*
changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...
isanae
2019-05-26
1
-2
/
+1
*
put explore and open functions in namespace shell
isanae
2019-05-25
1
-81
/
+52
[next]