index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modlist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use isBackup() and isOverwrite() instead of testing flags.
Mikaël Capelle
2021-01-13
1
-3
/
+2
*
Remove OrganizerCore::modsSortedByProfilePriority.
Mikaël Capelle
2021-01-13
1
-1
/
+13
*
Do not notifyChange if the new name is identical to the old name.
Mikaël Capelle
2021-01-10
1
-4
/
+5
*
Display children contents in collapsed separator.
Mikaël Capelle
2021-01-10
1
-30
/
+0
*
NameRole -> GameNameRole.
Mikaël Capelle
2021-01-10
1
-1
/
+1
*
Fix indentation of indicators branches when using collapsible separators.
Mikaël Capelle
2021-01-03
1
-2
/
+0
*
Move highlighting of mods containing selected plugins to mod view.
Mikaël Capelle
2021-01-02
1
-24
/
+0
*
Move markers management for overwrite/overwritten to ModListView.
Mikaël Capelle
2021-01-02
1
-50
/
+1
*
Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() c...
Mikaël Capelle
2021-01-02
1
-10
/
+1
*
Minor cleaning and fix in ModList.
Mikaël Capelle
2021-01-02
1
-80
/
+126
*
Minor refactoring.
Mikaël Capelle
2021-01-02
1
-16
/
+20
*
Fix notification for removed mods.
Mikaël Capelle
2021-01-02
1
-6
/
+7
*
Fix highligth of collapsed separator. Move foreground color fix to delegate.
Mikaël Capelle
2021-01-02
1
-3
/
+1
*
Minor cleaning in ModList.
Mikaël Capelle
2021-01-02
1
-5
/
+5
*
Some cleaning. Avoid using Qt::UserRole.
Mikaël Capelle
2021-01-02
1
-20
/
+44
*
Remove selection-related stuff from plugin/mod lists.
Mikaël Capelle
2021-01-02
1
-3
/
+5
*
More stuff moved to mod list context.
Mikaël Capelle
2021-01-02
1
-1
/
+21
*
Add message for invalid drag. Split & clean code.
Mikaël Capelle
2021-01-02
1
-133
/
+7
*
Clean drag&drop code and add drop of external folder/archives.
Mikaël Capelle
2021-01-02
1
-110
/
+160
*
Remove unused method.
Mikaël Capelle
2021-01-02
1
-17
/
+0
*
Do not invalidate the sort proxy when not required (keep selection).
Mikaël Capelle
2021-01-02
1
-21
/
+10
*
Fix and move stuff around.
Mikaël Capelle
2021-01-02
1
-87
/
+25
*
Fix automatic refresh of the collapsible separator proxy.
Mikaël Capelle
2021-01-02
1
-0
/
+30
*
Disable drag&drop of mods in backups.
Mikaël Capelle
2021-01-02
1
-1
/
+1
*
Fix keyboard move selection.
Mikaël Capelle
2021-01-02
1
-15
/
+14
*
Do not set Qt::ItemIsDropEnabled all the time.
Mikaël Capelle
2021-01-02
1
-5
/
+13
*
Small refactoring to avoid duplicated code.
Mikaël Capelle
2021-01-02
1
-4
/
+4
*
Clean drag&drop of URLs and mods/archives.
Mikaël Capelle
2021-01-02
1
-75
/
+97
*
Drag and drop from download view to install + Expand and scroll to mod on ins...
Mikaël Capelle
2021-01-02
1
-21
/
+67
*
Use an intermediate structure to store the separator tree.
Mikaël Capelle
2021-01-02
1
-1
/
+1
*
Remove setName and remove from mod interface.
Mikaël Capelle
2021-01-02
1
-1
/
+28
*
Fix callbacks for pluginlist, modlist and download manager.
Mikaël Capelle
2020-12-02
1
-10
/
+9
*
highlighting plugins from the data directory would crash
isanae
2020-11-12
1
-3
/
+5
*
added IPlugin::registered()
isanae
2020-11-04
1
-71
/
+0
*
fixes after rebasing
isanae
2020-11-03
1
-9
/
+39
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-0
/
+41
*
Change Alternatives vector to use a struct
AL
2020-11-02
1
-17
/
+7
*
Use static_cast instead of dynamic_cast.
Mikaël Capelle
2020-10-25
1
-2
/
+1
*
Move IOrganizer::getMod() to IModList::getMod().
Mikaël Capelle
2020-10-25
1
-0
/
+6
*
Move IOrganizer::removeMod() to IModList::removeMod().
Mikaël Capelle
2020-10-25
1
-0
/
+12
*
Add missing notifyModRemoved().
Mikaël Capelle
2020-10-25
1
-0
/
+2
*
Move IOrganizer::modsSortedByProfilePriority() to IModList::allModsByProfileP...
Mikaël Capelle
2020-10-25
1
-0
/
+8
*
Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().
Mikaël Capelle
2020-10-25
1
-2
/
+23
*
Change modId() to nexusId().
Mikaël Capelle
2020-09-22
1
-3
/
+3
*
Add getters for most meta-information in mod.
Mikaël Capelle
2020-09-20
1
-20
/
+20
*
Update for change to onModStateChanged.
Mikaël Capelle
2020-08-29
1
-4
/
+7
*
Refactor the way m_ModStateChanged works.
Mikaël Capelle
2020-08-29
1
-21
/
+7
*
Remove check for alwaysEnabled() and log missing mods in ModList::setActive().
Mikaël Capelle
2020-08-29
1
-7
/
+7
*
Add a bulk-version of ModList::setActive.
Mikaël Capelle
2020-08-29
1
-0
/
+34
*
Don't mark a file as uninstalled when removing a backup.
AL
2020-08-26
1
-2
/
+4
[next]