index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modlistview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix priority foreground color on colored separators.
Mikaël Capelle
2021-01-16
1
-3
/
+2
*
Add send to last conflict action for modlist.
Mikaël Capelle
2021-01-16
1
-3
/
+15
*
Add setting to enable/disable collapsible priority depending on the sort order.
Mikaël Capelle
2021-01-11
1
-1
/
+1
*
Fix drop in separator and create mod in separator in descending priority.
Mikaël Capelle
2021-01-11
1
-0
/
+5
*
Allow collapsible separator in descending priority.
Mikaël Capelle
2021-01-11
1
-2
/
+2
*
Add comment to mousePressEvent().
Mikaël Capelle
2021-01-11
1
-0
/
+6
*
Change 'Create empty mod' depending on the currently selected mod.
Mikaël Capelle
2021-01-10
1
-1
/
+1
*
Request window focus when dropping external archive.
Mikaël Capelle
2021-01-10
1
-0
/
+1
*
Request window focus when dropping external folder and scroll to new mod.
Mikaël Capelle
2021-01-10
1
-6
/
+16
*
Display upgrade/warning for versions on collapsed separators.
Mikaël Capelle
2021-01-10
1
-0
/
+2
*
Rename ModListStyledItemDelegated -> ModListStyledItemDelegate.
Mikaël Capelle
2021-01-10
1
-4
/
+4
*
Tentative fix for automatic text color when markers or separator colors are u...
Mikaël Capelle
2021-01-10
1
-5
/
+16
*
Fix Alt+Click for selecting children of separators.
Mikaël Capelle
2021-01-10
1
-0
/
+45
*
Fix drop below collapsed separator.
Mikaël Capelle
2021-01-10
1
-1
/
+9
*
Add option to have different separator collapsed/expanded states between prof...
Mikaël Capelle
2021-01-10
1
-3
/
+19
*
Update markers and plugins highligths when separator is expanded/collapsed.
Mikaël Capelle
2021-01-10
1
-40
/
+41
*
Show conflicts and highligth plugins from collapsed separators.
Mikaël Capelle
2021-01-10
1
-47
/
+40
*
Alt+Click select/deselect the rows below from a separator.
Mikaël Capelle
2021-01-10
1
-0
/
+24
*
Display mod flags on collapsed separators.
Mikaël Capelle
2021-01-10
1
-9
/
+35
*
Display children contents in collapsed separator.
Mikaël Capelle
2021-01-10
1
-11
/
+64
*
Avoid switching proxy model when not necessary.
Mikaël Capelle
2021-01-05
1
-22
/
+17
*
Documentation + Refresh expanded state on model reset.
Mikaël Capelle
2021-01-04
1
-5
/
+12
*
Remove useless QObject:: accessor.
Mikaël Capelle
2021-01-04
1
-4
/
+4
*
Keep track of expanded items in the view instead of the models.
Mikaël Capelle
2021-01-04
1
-32
/
+31
*
Disable proxies when they are not used.
Mikaël Capelle
2021-01-04
1
-21
/
+32
*
Reduce auto-expand delay to 750ms.
Mikaël Capelle
2021-01-03
1
-1
/
+1
*
Add option to enable/disable displaying conflicts on collapsed separators.
Mikaël Capelle
2021-01-03
1
-1
/
+34
*
Fix ModListView::visualRect().
Mikaël Capelle
2021-01-03
1
-7
/
+4
*
Create CopyEventFilter. Add Ctrl+C to the plugin list.
Mikaël Capelle
2021-01-03
1
-32
/
+16
*
Update documentation for drawBranches.
Mikaël Capelle
2021-01-03
1
-0
/
+6
*
Fix indentation of indicators branches when using collapsible separators.
Mikaël Capelle
2021-01-03
1
-0
/
+9
*
Fix empty separator name in copy/paste.
Mikaël Capelle
2021-01-03
1
-4
/
+4
*
Move highlighting of mods containing selected plugins to mod view.
Mikaël Capelle
2021-01-02
1
-22
/
+42
*
Move markers management for overwrite/overwritten to ModListView.
Mikaël Capelle
2021-01-02
1
-13
/
+127
*
Save/restore filter list state between run.
Mikaël Capelle
2021-01-02
1
-2
/
+2
*
Add Ctrl+C to copy the current selection of mod in the mod list.
Mikaël Capelle
2021-01-02
1
-2
/
+33
*
Minor refactoring.
Mikaël Capelle
2021-01-02
1
-10
/
+9
*
Disable 'filter separators' combo box when using collapsible separators.
Mikaël Capelle
2021-01-02
1
-2
/
+13
*
Fix highligth of collapsed separator. Move foreground color fix to delegate.
Mikaël Capelle
2021-01-02
1
-3
/
+30
*
Add method to retrieve the grouping mode.
Mikaël Capelle
2021-01-02
1
-1
/
+20
*
Override separator color instead of mixing it.
Mikaël Capelle
2021-01-02
1
-8
/
+11
*
Visual fixes for the modlist.
Mikaël Capelle
2021-01-02
1
-8
/
+9
*
Some cleaning. Avoid using Qt::UserRole.
Mikaël Capelle
2021-01-02
1
-11
/
+13
*
Use topLevelWidget() instead of custom parent in mod list actions.
Mikaël Capelle
2021-01-02
1
-1
/
+1
*
Fix position of markers in scrollbar for non-flat models.
Mikaël Capelle
2021-01-02
1
-13
/
+2
*
Remove selection-related stuff from plugin/mod lists.
Mikaël Capelle
2021-01-02
1
-0
/
+12
*
Add shift+enter shortcut to expand rows in mod list.
Mikaël Capelle
2021-01-02
1
-10
/
+32
*
Move open-explorer key combination to views.
Mikaël Capelle
2021-01-02
1
-10
/
+18
*
Start moving stuff from MainWindow to PluginListView.
Mikaël Capelle
2021-01-02
1
-44
/
+7
*
Documentation for ModListView.
Mikaël Capelle
2021-01-02
1
-24
/
+50
[next]