summaryrefslogtreecommitdiff
path: root/src/qtgroupingproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-53/+34
| | | | removed some commented out logging
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-708/+857
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-857/+708
|
* bugfix: dropping files from overwrite on mod failed whien mod grouping was ↵Tannin2015-06-291-3/+6
| | | | active
* cleanup (mostly removing unused includes)Tannin2015-01-221-1/+1
|
* - mod-list can now be re-ordered with drag&drop while grouping is activeTannin2014-12-141-0/+17
| | | | - drag&drop is not disabled when ordering by other columns than priority. MO will notify using messagedialog that it's impossible instead.
* - some fixes to the refreshing behaviourTannin2013-07-131-8/+4
| | | | | | - "fix" buttons in problems dialog are now actually functional - python proxy now has diagnosis functionality to warn user if correct proxy version is not available - python proxy now has a configurable python path
* - some fixes for qt5 compatibilityTannin2013-06-201-7/+11
| | | | | | | | | | | | | | | | | | | | | - hook.dll no longer creates a dump and uninstalls it if an exception is reported that doesn't originate from it - NCC used read-only transactions again because otherwise solid archives become unusably slow. - removed the integrated nexus browser - the mod description and motd are now rendered in QTextBrowser. This (and the above) eliminates the dependency on qtwebkit - removed the direct file download for mod files - reduced CPU usage during downloads by invalidating only one column of the download list. This widget still needs to be replaced - added the complete filename as an option for the modname - applications that require elevation can now be started by invoking an elevated secondary ModOrganizer instance - MO will now register nexus file servers and provides a settings dialog to pick preferred servers. (This preference is not used yet) - worked around 1-2 bugs in QSortFilterProxy - handling of nxm links is now done by an external application. This allows the registration of different applications depending on the game - integrated fomod installer now displays the screenshot in a scalable view - bugfix: integrated fomod installer didn't name output files correctly if the name differs from the source name - bugfix: a successful login to nexus was (sometimes?) not correctly detected as a success - bugfix: top-level entries in QtGroupingProxy were sometimes incorrectly displayed as groups - bugfix: GetPrivateProfile... optimization could cause null-pointer indirection - bugfix: GetCurrentWorkingDirectory caused buffer overflow in case of pre-flighting (buffer size 0) - bugfix: configurator plugin now also uses qt5 (it's currently broken though)
* - bugfixes in hookdll related to path-reroutingTannin2013-05-281-1/+1
| | | | | - bugfix: expanding modlist groups after changes to modlist works now - bugfix: sorting grouped modlist was broken
* - bugfix: mod priority ordering could become incorrectTannin2013-05-251-0/+7
| | | | | - bugfix: when grouping is enabled, newly installed mods broke grouping - bugfix: syncing overwrite didn't clean up emptied directory
* - creating mods from overwriteTannin2013-04-041-32/+155
| | | | | | | - moving files from overwrite to mods - offline mode - several fixes to the grouping system - fix to "duplicate translation" errors
* some improvements to the grouped modlist viewsTannin2013-03-291-3/+24
|
* - some cleanup to hookdllTannin2013-03-271-0/+897
- exchanged grouping proxies with existing solution from the kde project