index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modlistbypriorityproxy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-75
/
+79
*
Use constant for minimum/maximum priorities.
Mikaël Capelle
2021-01-22
1
-1
/
+1
*
INT_MAX -> std::numeric_limits, plus minor clean.
Mikaël Capelle
2021-01-21
1
-1
/
+1
*
Fix refresh on by-priority proxy when changing sort order.
Mikaël Capelle
2021-01-19
1
-1
/
+4
*
Remove log.
Mikaël Capelle
2021-01-18
1
-2
/
+0
*
Better handling of layoutChanged in by-priority proxy to avoid resetting.
Mikaël Capelle
2021-01-18
1
-32
/
+66
*
Add documentation for row computation.
Mikaël Capelle
2021-01-11
1
-3
/
+32
*
Combine nested if clauses.
Mikaël Capelle
2021-01-11
1
-4
/
+2
*
Fix drop in first item of separators.
Mikaël Capelle
2021-01-11
1
-19
/
+36
*
Fix drop in separator and create mod in separator in descending priority.
Mikaël Capelle
2021-01-11
1
-3
/
+0
*
Allow collapsible separator in descending priority.
Mikaël Capelle
2021-01-11
1
-10
/
+49
*
Remove dead code.
Mikaël Capelle
2021-01-11
1
-31
/
+3
*
Remove dropSeparators() method from proxy.
Mikaël Capelle
2021-01-10
1
-20
/
+12
*
Fix drop below collapsed separator.
Mikaël Capelle
2021-01-10
1
-14
/
+24
*
Keep track of expanded items in the view instead of the models.
Mikaël Capelle
2021-01-04
1
-32
/
+0
*
Disable proxies when they are not used.
Mikaël Capelle
2021-01-04
1
-3
/
+6
*
Move markers management for overwrite/overwritten to ModListView.
Mikaël Capelle
2021-01-02
1
-46
/
+0
*
Visual fixes for the modlist.
Mikaël Capelle
2021-01-02
1
-0
/
+46
*
Add message for invalid drag. Split & clean code.
Mikaël Capelle
2021-01-02
1
-2
/
+3
*
Clean drag&drop code and add drop of external folder/archives.
Mikaël Capelle
2021-01-02
1
-40
/
+44
*
Fix and move stuff around.
Mikaël Capelle
2021-01-02
1
-0
/
+17
*
Prevent dropping mods into their current separator.
Mikaël Capelle
2021-01-02
1
-4
/
+16
*
Maintain selection while filtering.
Mikaël Capelle
2021-01-02
1
-1
/
+6
*
Fix dropping below/above separators.
Mikaël Capelle
2021-01-02
1
-1
/
+17
*
Fix automatic refresh of the collapsible separator proxy.
Mikaël Capelle
2021-01-02
1
-1
/
+2
*
Fix sorting of backups when using collapsible separators.
Mikaël Capelle
2021-01-02
1
-2
/
+10
*
Prevent dropping separators onto separators.
Mikaël Capelle
2021-01-02
1
-5
/
+15
*
Fix keyboard move selection.
Mikaël Capelle
2021-01-02
1
-3
/
+7
*
Small refactoring to avoid duplicated code.
Mikaël Capelle
2021-01-02
1
-19
/
+14
*
Clean drag&drop of URLs and mods/archives.
Mikaël Capelle
2021-01-02
1
-46
/
+26
*
Fix drag-and-drop of separators.
Mikaël Capelle
2021-01-02
1
-0
/
+31
*
Allow drop before first separator.
Mikaël Capelle
2021-01-02
1
-3
/
+6
*
Fix expansion of items when building tree.
Mikaël Capelle
2021-01-02
1
-1
/
+1
*
Fix drag and drop of regular mods.
Mikaël Capelle
2021-01-02
1
-3
/
+59
*
Use an intermediate structure to store the separator tree.
Mikaël Capelle
2021-01-02
1
-121
/
+115
*
Start working on collapsible separators.
Mikaël Capelle
2021-01-02
1
-0
/
+214