summaryrefslogtreecommitdiff
path: root/src/modflagicondelegate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-27/+36
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-93/+93
|
* Display mod flags on collapsed separators.Mikaël Capelle2021-01-101-4/+6
|
* Display children contents in collapsed separator.Mikaël Capelle2021-01-101-13/+3
|
* Some cleaning. Avoid using Qt::UserRole.Mikaël Capelle2021-01-021-3/+4
|
* Fix some more tabsAl2020-01-141-1/+1
|
* Add icon for hidden files flagAl2020-01-141-0/+1
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-72/+2
|
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-51/+61
|
* replaced qWarning()isanae2019-07-221-1/+3
|
* Allow selecting overwrite to trigger mod conflict highlightsLostDragonist2019-03-091-0/+4
|
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-16/+17
|
* Enable compact mode for mod list flags when column is smaller than 6 iconsLostDragonist2019-02-071-7/+15
|
* Don't add empty icons for flags that don't have iconsLostDragonist2019-01-301-2/+10
|
* Clean up and fix merge issuesLostDragonist2018-12-121-3/+0
|
* Improved refresh performance by replacing std::transform() with ↵Al12rs2018-12-121-13/+19
| | | | | | CharLowerBuffer(). Fixed padding to four spaces and removed references to FLAG_ARCHIVE_LOOSE_CONFLICTS_MIXED that isn't used.
* Add flag padding for all conflict iconsSilarn2018-12-121-1/+38
|
* Add loose file/archive conflict iconsSilarn2018-12-121-1/+5
|
* Added new "loose files overwrite archive" icon and all the flags.Al12rs2018-12-121-0/+1
| | | | The logic to show it is still missing until the other issues are fixed.
* Initial archive conflict parsingSilarn2018-12-121-0/+3
| | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files
* Initial icons for alternate gamesSilarn2018-05-031-1/+1
|
* Add alternative game flag and checkSilarn2018-04-271-0/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-70/+72
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-72/+70
|
* reduced number of mod content icons a bit because they take too much spaceTannin2016-06-191-3/+3
|
* cleanupTannin2016-05-071-3/+3
|
* bugfix: not all icons showed upTannin2015-03-271-2/+2
|
* icon delegates now use a pixmap cache to improve rendering performanceTannin2015-02-251-17/+17
|
* - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-0/+17
| | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
* - slightly overworked display of icon delegatesTannin2014-02-231-1/+21
| | | | - updated installer
* - boss integrationTannin2014-01-231-0/+50
- plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries