summaryrefslogtreecommitdiffstats
path: root/src/sessionsiconholder.h
Commit message (Collapse)AuthorAgeFilesLines
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-4/+0Star
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-1/+1
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-9/+9
| | | | | | | | | | * Remove unused methods for adding hostname and user to xml * Avoid copying/(de)serializing XML a thousand times * Fix Session::isValid() or rather make it a bit more usable (although it's unused currently) * baseDir is global, not per VSession, which doesn't make any sense without the legacy approach of recusively loading one xml file per entry
* fileDownloader.* -> filedownloader.*Simon Rettberg2018-06-151-1/+1
|
* FileDownloader.* -> fileDownloader.*Jonathan Bauer2017-11-291-1/+1
|
* Revert "load icon from the filesystem (if path is set in the xsession file)"Jonathan Bauer2016-02-251-1/+0Star
| | | | This reverts commit 25960be7c786690c14586f3e873012d45935080f.
* load icon from the filesystem (if path is set in the xsession file)Jonathan Bauer2016-02-181-0/+1
| | | | if no icon is found as a resource or from the filesystem always load the default linux icon as fallback
* Start refactoring download helpers and icon managementSimon Rettberg2015-11-121-4/+8
|
* - removed function to load icons locallyNils Schwabe2014-03-181-7/+7
| | | | - added function to load icon from a given url (xml parameter)
* - Added IconHolder to cache itemsNils Schwabe2014-03-141-0/+40
- Added FileDownloader for icon downloads