summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Avoid repeated connection of the same signal when ripping the same item ↵Michele Calgaro2023-12-061-8/+11
| | | | | | | multiple times Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0effe456c6b43661f43d251c7923ebf3b953cba)
* Added event processing if the process has finished its workormorph2023-12-064-0/+27
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 7bd4251db36952dce6c17d477f4671199d5c9971)
* Removed unnecessary code and filesMichele Calgaro2023-12-062-97/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc6622cea71b99a59e4631652c02af6f5ad324d0)
* Added processing for stopping processes when closing the program windowormorph2023-12-051-0/+4
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 8ae7f36329a0f259a7bfc5fa47b55ed227cb2373)
* Replace Q_OBJECT with TQ_OBJECTr14.1.1Michele Calgaro2023-07-244-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3f12e375e0f59a603642726e14617664ce088dd4)
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-082-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation of .desktop files.Michele Calgaro2021-03-052-3/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Copy translations to a new directory layout.Michele Calgaro2021-03-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop scons build support.gregory guy2021-03-042-72/+1
| | | | | | | | | Deleted empty file ChangeLog. Update some cmake files with latest macros. Add basic cmake build instructions. Few cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add top-left main window icon (hi*-app-kstreamripper.png)gregory guy2021-03-031-2/+2
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Merge desktop file entries from DEB packaging.Slávek Banko2020-03-171-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix unnecessary automatic ascii conversion.Slávek Banko2020-03-171-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2020-03-141-0/+52
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Add CMakeL10n rules.Slávek Banko2019-01-061-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to missing automocSlávek Banko2018-07-204-2/+6
| | | | | | This resolves last part of bug 2950 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS in OpenSUSE (all versions) and Fedora 28.François Andriot2018-07-201-2/+1
| | | | | Signed-off-by: François Andriot <albator78@libertysurf.fr> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with SCons 3.xSlávek Banko2017-10-201-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-232-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Add Help button to access help handbook.Darrell Anderson2014-02-173-3/+19
| | | | This resolves bug report 1869.
* Update incomplete (template-only) help handbook to new default format.Darrell Anderson2014-01-251-5/+1
|
* Prevent empty help handbook from populating the main handbook table of contents.Darrell Anderson2014-01-181-1/+5
|
* Fix FTBFSSlávek Banko2013-03-281-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-152-3/+3
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-4/+4
|
* FIx FTBFSTimothy Pearson2013-02-111-1/+1
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-2/+2
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Update desktop file.Darrell Anderson2012-06-111-9/+4
|
* Fix kstreamripper build failuresTimothy Pearson2012-06-111-1/+1
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-9/+9
|
* Update lsm files.Darrell Anderson2012-05-271-13/+11
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-174-4/+4
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-1/+1
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-1/+1
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-11/+11
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-164-14/+14
| | | | This reverts commit b932f954f8815ccba418aa03db82af9cde97f946.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-154-14/+14
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-163-3/+3
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-1/+1
|