summaryrefslogtreecommitdiffstats
path: root/kftpgrabber
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS causes by invalid casts. This resolves issue #13HEADmasterMichele Calgaro2024-04-163-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-2852-313/+313
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2071-87/+87
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-081-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Slávek Banko2022-02-017-290/+24
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.Slávek Banko2022-02-0121-430/+0
| | | | | | Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS when using automake build.Slávek Banko2021-10-031-0/+1
| | | | | | This resolves issue #6. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Get rid of warning 'ISO C++11 does not allow conversion from string literal ↵Michele Calgaro2021-09-174-4/+4
| | | | | | to char *' in sftp_canonicalize_path Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove KDE_IS_VERSION definition.gregory guy2021-09-156-32/+0
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Cleanup headers in UI files to prevent potential FTBFS.gregory guy2021-09-1512-86/+59
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Cleanup headers.gregory guy2021-09-15137-334/+334
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion to the cmake building system.gregory guy2021-09-0954-35/+692
| | | | | | | Add a man page taken from the Debian packaging. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Copy translations to a new directory layout.Slávek Banko2021-09-071-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-303-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix branding of KFTPGrabber.Chris2019-07-271-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fixed lint messages related to bug 2409.Michele Calgaro2019-03-163-15/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-271-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-024-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for OpenSSL 1.1Slávek Banko2017-01-073-13/+48
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-237-0/+0
|
* Bring system icon into XDG complianceTimothy Pearson2015-03-261-1/+1
|
* Fix remaining issues from mimetype icon renamer14.0.0Timothy Pearson2014-10-223-3/+3
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-225-9/+9
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-3/+3
| | | | 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-136-15/+15
| | | | 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-131-1/+1
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-132-6/+6
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-5/+5
| | | | match XDG specifications
* Fixed TQLayout warning message on start up. This relates to bug 1947.Michele Calgaro2014-08-161-1/+1
|
* Add help handbook, DocPath, enable configuration Help button.Darrell Anderson2014-02-192-1/+2
|
* Fix unintended renamingDarrell Anderson2014-02-162-6/+6
|
* Branding cleanup.Darrell Anderson2014-01-092-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-038-14/+14
|
* Rename KWallet to TDEWalletTimothy Pearson2013-08-276-14/+14
|
* Fix FTBFSSlávek Banko2013-07-271-1/+1
|
* Fix build outside sourceSlávek Banko2013-07-2614-0/+27
|
* Convert to TDE R14 APITimothy Pearson2013-07-24201-3696/+3696
|
* Fix FTBFSFrancois Andriot2013-07-245-8/+14
|
* Initial import of kftpgrabber 0.8.1 from sourcesTimothy Pearson2013-07-24260-0/+55594