summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update date in lsm filesr14.0.4Slávek Banko2016-10-232-2/+2
|
* Fix FTBFS with GCC6Slávek Banko2016-09-032-2/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 785a180341c7a5200bef31bcebc9851bc63d8ea9)
* Ark: [rar module] fix suppport for buggy rar versionsAlexander Golubev2016-09-033-8/+26
| | | | | | | | | | | | Rar versions from 5.0 till 5.3, not including the last one were added extra spaces to short directory/file names. This behaviour resulted in appearing of additional entries for directories and may be some other issues. Also slightly rework internal rar version parsing/storing and fix some comments. (cherry picked from commit e5a3116cffdf87b13912803006311262219aeb7b)
* Ark: [rar module] fixed update of folder info for archives with multiple ↵Alexander Golubev2016-08-201-4/+20
| | | | | | | | | | | subfolders Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Fixed and partially reworked. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d8d57cf6e803e70b62f3c630f6d54d9cc5350776)
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-24291-0/+0
| | | | (cherry picked from commit a25f3c7aa6ff34e78ad7050e2d999a8be7662046)
* Removed crappy FileListView::updateItem() method and replace it with ↵Alexander Golubev2016-05-073-150/+121
| | | | | | | | | | | | addOrUpdateItem() Enhanced in several ways parsing of rar-5+ output (fixes a crash and several potential issues) Spacing fixes Minor modification: replace assert with if() Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8cf274c35a83bf829a54cf22f0c82fdbfb333c03)
* Ark: info for folders in rar archives are now displayed as well.Fabio Rossi2016-04-233-21/+76
| | | | | | | | | | This relates to bug 2541. Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Patch updated and slightly reworked to fit TQt framework Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 058176316ee0b92a9d50d0c842690869af09e3de)
* Ark: added support for rar/unrar 5.x utilities. Both 4.x and 5.x are supported.Michele Calgaro2016-04-232-33/+82
| | | | | | | Special thanks to Fabio Rossi <rossi.f@inwind.it> for raising the issue and providing an initial patch. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e99fc39eb61da7ad6fedaa05df76101c6db571e)
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2016-04-191-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2016-03-171-0/+0
|
* Update version number for new target R14.0.4Slávek Banko2016-02-293-5/+5
|
* Update date in lsm filesr14.0.3Slávek Banko2016-02-072-2/+2
|
* Update version number for new target R14.0.3Slávek Banko2015-11-303-5/+5
|
* Update date in lsm filesr14.0.2Slávek Banko2015-10-252-2/+2
|
* Update version number for new target R14.0.2Slávek Banko2015-08-263-5/+5
|
* Update date in lsm filesr14.0.1Slávek Banko2015-07-132-2/+2
|
* Update version in CMakeLists filesSlávek Banko2015-07-111-1/+1
|
* Update version in lsm filesSlávek Banko2015-07-112-2/+2
|
* Fix build on freebsdSlávek Banko2015-06-275-2/+27
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 421c249f1ff8e75ce646b6d94c0e0a141b30f2a8)
* Reset submodule main/tdeutils/cmake to latest HEADSlávek Banko2015-05-311-0/+0
|
* Reset submodule main/tdeutils/cmake to latest HEADSlávek Banko2015-04-171-0/+0
|
* Reset submodule main/tdeutils/admin to latest HEADSlávek Banko2015-04-171-0/+0
|
* Bring mouse icon into XDG complianceTimothy Pearson2015-03-261-1/+1
| | | | (cherry picked from commit 9301439c5d3ddd13d7430597d65cb524dbeb359e)
* Fix incorrectly renamed stringsSlávek Banko2015-03-053-51/+51
| | | | (cherry picked from commit 4dfdee6d8e7c32950ded8497d939f56bda3f2976)
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-045-6/+6
| | | | (cherry picked from commit 8ebcedc9d5fa93b00af95ac31fd252e2efe6caca)
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-231-1/+1
| | | | | (cherry picked from commit 3c091bf671d1802dceabd5b820290b0828abf949) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed help handbook in tdelirc. This finally resolves bug 1850.r14.0.0Michele Calgaro2014-12-032-0/+13
|
* Fix incorrect icons in ui filesTimothy Pearson2014-11-241-1/+1
|
* Fixed help handbook sections for Security & Privary -> TDE Wallet. This ↵Michele Calgaro2014-11-174-8/+23
| | | | relates to bug 1850.
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-1/+1
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-223-3/+3
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Reset submodule main/tdeutils/admin to latest HEADAutomated System2014-10-191-0/+0
|
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-194-129/+129
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-194-129/+129
| | | | This reverts commit ea8f97246037c0681095c3eff9a29044c8516ee9.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-194-129/+129
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-184-4/+4
|
* Reset submodule main/tdeutils/cmake to latest HEADAutomated System2014-10-141-0/+0
|
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-1/+1
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-142-2/+2
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdeutilsTimothy Pearson2014-10-131-0/+0
|\
| * Reset submodule main/tdeutils/cmake to latest HEADAutomated System2014-10-131-0/+0
| |
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-132-5/+5
|/ | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-1310-31/+31
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-132-3/+3
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-132-5/+5
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdeutilsTimothy Pearson2014-10-121-0/+0
|\
| * Reset submodule main/tdeutils/cmake to latest HEADAutomated System2014-10-121-0/+0
| |
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-127-10/+10
|/
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1143-49/+49
| | | | match XDG specifications