summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provide a minimum height for the station listview to improve user ↵Michele Calgaro2023-12-161-0/+6
| | | | | | experiences when there are more than a few stations Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Prevent loss of last station across multiple program runs if its description ↵Michele Calgaro2023-12-161-9/+12
| | | | | | is empty Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removing unnecessary functionalityormorph2023-12-163-28/+13
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Added stream editing in a separate dialog boxMichele Calgaro2023-12-1610-160/+188
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: ormorph <roma251078@mail.ru>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-12-082-12/+20
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kstreamripper Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/
* Update translation template.Automated System2023-12-081-5/+10
|
* Add unicode stream supportormorph2023-12-084-5/+46
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Polish)Marek W2023-12-071-27/+31
| | | | | | | Currently translated at 80.0% (24 of 30 strings) Translation: applications/kstreamripper Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/
* Added translation using Weblate (Polish)Marek W2023-12-061-0/+165
|
* Fix deallocation of process controllers when quitting the applicationMichele Calgaro2023-12-062-21/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Added event processing if the process has finished its workormorph2023-12-064-0/+27
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Removed unnecessary code and filesMichele Calgaro2023-12-065-341/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-12-051-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kstreamripper Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/
* Update translation template.Automated System2023-12-051-2/+2
|
* Added processing for stopping processes when closing the program windowormorph2023-12-041-0/+4
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-204-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesr14.1.0TDE Weblate2022-09-081-53/+18
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kstreamripper Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/
* Update translation template.Automated System2022-09-081-53/+18
|
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-082-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-241-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change README to markdown format.Slávek Banko2021-10-191-3/+15
| | | | | | Add translation status overview. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common rules for build and install documentation and translations.Slávek Banko2021-07-226-24/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Added translation of .desktop files.Michele Calgaro2021-03-053-3/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove the original translation directory layout.Michele Calgaro2021-03-053-414/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Copy translations to a new directory layout.Michele Calgaro2021-03-056-2/+417
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop scons build support.gregory guy2021-03-0418-2401/+55
| | | | | | | | | 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>
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/applications/kstreamripper/cmake to latest HEADAutomated System2020-06-121-0/+0
|