summaryrefslogtreecommitdiffstats
path: root/src/sessionsiconholder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add TODO for url-icon support, if we were to use that feature again oneJonathan Bauer2018-12-111-0/+1
| | | | day
* WTF did we have two classes for downloading files?Simon Rettberg2018-11-301-39/+27Star
|
* Cleanup code style (C++11, casts, etc)Simon Rettberg2018-07-261-1/+1
|
* Clean up globals.* (remove unused, rename constants, prefix)Simon Rettberg2018-06-151-4/+4
|
* Fix indentation, cleanup, refactoring, deletionsSimon Rettberg2018-06-151-72/+72
| | | | | | | | | | * 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
|
* always look in the filesystem for the iconJonathan Bauer2016-02-251-4/+5
| | | | vsession/xsession handle their fallback icon themselves
* Revert "load icon from the filesystem (if path is set in the xsession file)"Jonathan Bauer2016-02-251-22/+8Star
| | | | This reverts commit 25960be7c786690c14586f3e873012d45935080f.
* load icon from the filesystem (if path is set in the xsession file)Jonathan Bauer2016-02-181-8/+22
| | | | 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-19/+28
|
* Help/News improvement, added ini settings, made some translations for new ↵Nils Schwabe2014-03-311-3/+0Star
| | | | text elemtents, cleaned code
* removed the file and path option for XMLsNils Schwabe2014-03-191-1/+3
|
* - changed dialog desginNils Schwabe2014-03-191-1/+1
| | | | - added details view
* - removed function to load icons locallyNils Schwabe2014-03-181-32/+42
| | | | - added function to load icon from a given url (xml parameter)
* - Added IconHolder to cache itemsNils Schwabe2014-03-141-0/+90
- Added FileDownloader for icon downloads