index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modlistsortproxy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add author and uploader columns to mod list (#2269)
Jonathan Feenstra
2025-08-18
1
-6
/
+38
*
Include notes in search when filtering mods if the column is enabled (#2139)
Jonathan Feenstra
2024-10-10
1
-1
/
+2
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-292
/
+270
*
Convert everything to CRLF.
Mikaël Capelle
2023-07-09
1
-705
/
+705
*
First pass for Qt6 compatibility
Jeremy Rimpo
2022-04-19
1
-2
/
+2
*
Fix sorting by priority when grouping by priority.
Mikaël Capelle
2021-02-23
1
-0
/
+6
*
Expose proper priority in ModList and sort in the sort proxy.
Mikaël Capelle
2021-01-21
1
-1
/
+6
*
Add documentation for row computation.
Mikaël Capelle
2021-01-11
1
-5
/
+6
*
Fix drop in first item of separators.
Mikaël Capelle
2021-01-11
1
-3
/
+8
*
Fix drop in separator and create mod in separator in descending priority.
Mikaël Capelle
2021-01-11
1
-2
/
+2
*
Allow collapsible separator in descending priority.
Mikaël Capelle
2021-01-11
1
-0
/
+7
*
Disable proxies when they are not used.
Mikaël Capelle
2021-01-04
1
-2
/
+4
*
Some cleaning. Avoid using Qt::UserRole.
Mikaël Capelle
2021-01-02
1
-12
/
+1
*
Maintain selection while filtering (again).
Mikaël Capelle
2021-01-02
1
-0
/
+3
*
Add message for invalid drag. Split & clean code.
Mikaël Capelle
2021-01-02
1
-2
/
+3
*
Fix canDrop in sort proxy.
Mikaël Capelle
2021-01-02
1
-3
/
+3
*
Clean drag&drop code and add drop of external folder/archives.
Mikaël Capelle
2021-01-02
1
-3
/
+9
*
Do not invalidate the sort proxy when not required (keep selection).
Mikaël Capelle
2021-01-02
1
-3
/
+3
*
Fix and move stuff around.
Mikaël Capelle
2021-01-02
1
-7
/
+0
*
Refactoring and fixes.
Mikaël Capelle
2021-01-02
1
-26
/
+0
*
Fix filtering for separators.
Mikaël Capelle
2021-01-02
1
-6
/
+21
*
Fix sorting of backups when using collapsible separators.
Mikaël Capelle
2021-01-02
1
-3
/
+8
*
Better drag handling.
Mikaël Capelle
2021-01-02
1
-0
/
+20
*
Fix drag and drop of regular mods.
Mikaël Capelle
2021-01-02
1
-4
/
+1
*
Start working on collapsible separators.
Mikaël Capelle
2021-01-02
1
-2
/
+2
*
Change modId() to nexusId().
Mikaël Capelle
2020-09-22
1
-4
/
+4
*
Add getters for most meta-information in mod.
Mikaël Capelle
2020-09-20
1
-15
/
+15
*
Change auto& to const auto&.
Mikaël Capelle
2020-05-28
1
-2
/
+2
*
Expose ModDataContentHolder from OrganizerCore instead of vector of Content.
Mikaël Capelle
2020-05-28
1
-10
/
+6
*
Ignore filter-only content when sorting.
Mikaël Capelle
2020-05-27
1
-7
/
+16
*
Fix sorting for the Content column.
Mikaël Capelle
2020-05-27
1
-1
/
+9
*
Switch to using the ModDataContent feature from the game plugin.
Mikaël Capelle
2020-05-25
1
-17
/
+2
*
Fix incorrect tabs
Al
2020-01-14
1
-1
/
+1
*
Add has hidden files filter for modlist.
Al
2020-01-14
1
-0
/
+6
*
Fix conflict filter
Silarn
2019-12-19
1
-3
/
+3
*
Separate conflict flags and render them in separate columns
Silarn
2019-12-06
1
-0
/
+21
*
added "tracked on nexus" filter
isanae
2019-12-02
1
-0
/
+6
*
three modes for separators, save state
isanae
2019-12-02
1
-25
/
+40
*
made all categories positive
isanae
2019-11-30
1
-13
/
+16
*
fixed separators option being used even without filters
isanae
2019-11-30
1
-5
/
+21
*
removed redundant categories now that there's a not filter
isanae
2019-11-30
1
-22
/
+10
*
implemented not flag
isanae
2019-11-30
1
-3
/
+20
*
renamed filters to criteria
isanae
2019-11-30
1
-76
/
+42
*
implemented not filter
isanae
2019-11-27
1
-22
/
+77
*
added separators filter
isanae
2019-11-27
1
-2
/
+18
*
refactored matching into one function instead of repeating them for OR and AND
isanae
2019-11-27
1
-84
/
+70
*
added not filter, not functional yet
isanae
2019-11-27
1
-5
/
+12
*
Added "No valid game data" and "No Nexus ID" filters as per #295
Al
2019-10-04
1
-0
/
+18
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-1
/
+1
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-1
/
+1
[next]