summaryrefslogtreecommitdiff
path: root/src/modflagicondelegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-8/+10
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-35/+35
|
* Display mod flags on collapsed separators.Mikaël Capelle2021-01-101-1/+6
|
* Display children contents in collapsed separator.Mikaël Capelle2021-01-101-12/+10
|
* Clean code and reorganize.Mikaël Capelle2021-01-021-3/+3
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-4/+0
|
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-4/+7
|
* Enable compact mode for mod list flags when column is smaller than 6 iconsLostDragonist2019-02-071-1/+12
|
* Improved refresh performance by replacing std::transform() with ↵Al12rs2018-12-121-1/+1
| | | | | | 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-0/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-9/+8
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-8/+9
|
* icon delegates now use a pixmap cache to improve rendering performanceTannin2015-02-251-2/+2
|
* - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-211-0/+1
| | | | | | | 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/+2
| | | | - updated installer
* - boss integrationTannin2014-01-231-0/+18
- plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries