summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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>
* 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-23336-0/+0
|
* 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>
* 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>
* Ark: added support for rar/unrar 5.x utilities. Both 4.x and 5.x are supported.Michele Calgaro2016-04-222-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>
* 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 to R14.1.0Michele Calgaro2015-07-123-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build on freebsdSlávek Banko2015-06-275-2/+27
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdeutils/cmake to latest HEADSlávek Banko2015-05-311-0/+0
|
* Fixed search button enable in TdeFileReplace. This resolves bug 2449.Michele Calgaro2015-05-291-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-053-51/+51
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-025-6/+6
|
* Added support to remember search/replace strings used in TDEFileReplace. ↵Michele Calgaro2015-02-047-59/+149
| | | | | | This resolves bug 2334. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFileReplace: added 'scanned folders' field in the status bar. This ↵Michele Calgaro2015-02-025-87/+131
| | | | | | relates to bug 2264. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFileReplace: fixed unresponsive GUI and application crash when circular ↵Michele Calgaro2015-02-022-6/+39
| | | | | | | | references are found on the file system. Added a message to advice the user of the possible circular reference. This relates to bug 2264. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed maxDepth option in search-n-replace in TDEFileRelace. This relates to ↵Michele Calgaro2015-01-302-9/+14
| | | | | | bug 1238. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed incorrect slot connection in TDEFileRelace. This resolves bug 2322.Michele Calgaro2015-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated TDEFileReplace handbook after latest changes.Michele Calgaro2015-01-302-23/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed location of widgets in TDEFileReplace. This relates to bug 1238.Michele Calgaro2015-01-301-1/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed location of TDEFileReplace handbook. This resolves bug 767.Michele Calgaro2015-01-292-3/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added 'max depth' search option to TDEFileReplace. This resolves bug 1238.Michele Calgaro2015-01-298-13/+89
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Moved TDEFileReplace to tdeutils. This resolves bug 767.Michele Calgaro2015-01-2790-1/+9330
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-231-1/+1
| | | | 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
| |