1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Jan 15, 2024 — Jan 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added autodetection of encoding using ICU library and KEncodingDetection class as fallback (CMake find module needs more work) More... over 15 years ago
- merged patchs by José Santamaría Lema to fix compilation issues with new versions of GCC, and to change the KAboutData information to use my e-mail address for reporting bugs (for now at least) More... over 15 years ago
- merged patchs by José Santamaría Lema to fix compilation issues with new versions of GCC, and to change the KAboutData information to use my e-mail address for reporting bugs (for now at least) - replaced all occurrences of "splitted" in the code with the correct word "split" (thanks again to José for reporting the issue) - marked for translation a few strings in Application::saveSplitSubtitle method (once again, thanks to José for reporting the issue) - added a couple of options to the MPlayer video backend to selct the number of output audio channels and to allow adjusting the volume amplification - added a new script that fixes dialog cues, removing unneeded spaces and fixing the style of the dash symbol - fixed the the version of the replace method in SString that received a SString as the replacement (that version should always preserve the styles of the replacement SString object) - added missing const keywords to methods in FormatManager class - added a method to FormatManager class to retrieve the default output format (currently harcoded to SubRip) - updated translations pot and po files More... over 15 years ago
- merged patchs by José Santamaría Lema to fix compilation issues with new versions of GCC, and to change the KAboutData information to use my e-mail address for reporting bugs (for now at least) - replaced all occurrences of "splitted" in the code with the correct word "split" (thanks again to José for reporting the issue) - marked for translation a few strings in Application::saveSplitSubtitle method (once again, thanks to José for reporting the issue) - added a couple of options to the MPlayer video backend to selct the number of output audio channels and to allow adjusting the volume amplification - added a new script that fixes dialog cues, removing unneeded spaces and fixing the style of the dash symbol - fixed the the version of the replace method in SString that received a SString as the replacement (that version should always preserve the styles of the replacement SString object) - added missing const keywords to methods in FormatManager class - added a method to FormatManager class to retrieve the default output format (currently harcoded to SubRip) - updated translations pot and po files More... over 15 years ago
- fixed a bug in CurrentLineWidget class: the style buttons for the translation SimpleRichTextEdit widget where connected to the wrong slots - added a new class, LinesWidgetScrollToModelDetacher, to make the LinesWidget class ignore changing current or visible items in response to lines insertions or deletions OA - changed insert lines methods in Application class to use LinesWidgetScrollToModelDetacher and manually set the current line to the inserted one - changed remove selected lines method in Application class to use LinesWidgetScrollToModelDetacher More... over 15 years ago
- fixed a bug in CurrentLineWidget class: the style buttons for the translation SimpleRichTextEdit widget where connected to the wrong slots More... over 15 years ago
- fixed a bug in CurrentLineWidget class: the style buttons for the translation SimpleRichTextEdit widget where connected to the wrong slots - added a new class, LinesWidgetScrollToModelDetacher, to make the LinesWidget class ignore changing current or visible items in response to lines insertions or deletions OA - changed insert lines methods in Application class to use LinesWidgetScrollToModelDetacher and manually set the current line to the inserted one - changed remove selected lines method in Application class to use LinesWidgetScrollToModelDetacher More... over 15 years ago
- updated translations status file More... over 15 years ago
- updated translations status file More... over 15 years ago
- updated translations status file More... over 15 years ago
- merged patch by José Manuel Santamaría Lema to fix GStreamer player CMakeLists.txt file More... over 15 years ago
- merged patch by José Manuel Santamaría Lema to fix GStreamer player CMakeLists.txt file - adds FIND_PACKAGE( GObject REQUIRED ) to initialize needed variables - fixes compilation with binutils-gold - fixed minor bug in changeFramesPerSecond() method of Subtitle class - no operation was performed if the given old FPS value was equal to the new one (yet, the current FPS value must be updated if is different to the new one) More... over 15 years ago
- merged patch by José Manuel Santamaría Lema to fix GStreamer player CMakeLists.txt file - adds FIND_PACKAGE( GObject REQUIRED ) to initialize needed variables - fixes compilation with binutils-gold - fixed minor bug in changeFramesPerSecond() method of Subtitle class - no operation was performed if the given old FPS value was equal to the new one (yet, the current FPS value must be updated if is different to the new one) More... over 15 years ago
-- added files missing in last commit (Hungarian po directory)... More... over 15 years ago
-- added files missing in last commit (Hungarian po directory)... More... over 15 years ago
-- added files missing in last commit (Hungarian po directory)... More... over 15 years ago
- added Hungarian translation and support for Hungarian language in translation services (both contributed by Barcza Károly) More... over 15 years ago
- added Hungarian translation and support for Hungarian language in translation services (both contributed by Barcza Károly) More... over 15 years ago
- added Hungarian translation and support for Hungarian language in translation services (both contributed by Barcza Károly) More... over 15 years ago
- save on exit and restore on start the main splitter proportions More... over 15 years ago
- save on exit and restore on start the main splitter proportions More... over 15 years ago
- save on exit and restore on start the main splitter proportions More... over 15 years ago
- added COPYING-CMAKE-SCRIPTS file to repository, as adviced by José Manuel Santamaría Lema More... over 15 years ago
- added COPYING-CMAKE-SCRIPTS file to repository, as adviced by José Manuel Santamaría Lema More... over 15 years ago
- added COPYING-CMAKE-SCRIPTS file to repository, as adviced by José Manuel Santamaría Lema More... over 15 years ago
- fixed a bug in MPlayer video backend that made changing audio tracks fail sometimes (track ID was confused with track index) - changed the MPlayer video backend to disable input handling through a command line option (removed input.conf file from repo as it is no longer required) More... over 15 years ago
- fixed a bug in MPlayer video backend that made changing audio tracks fail sometimes (track ID was confused with track index) More... over 15 years ago
- fixed a bug in MPlayer video backend that made changing audio tracks fail sometimes (track ID was confused with track index) - changed the MPlayer video backend to disable input handling through a command line option (removed input.conf file from repo as it is no longer required) More... over 15 years ago
- renamed some functions in Player class (update<property name> -> set<property name>) More... over 15 years ago
- renamed some functions in Player class (update<property name> -> set<property name>) - added createElement and inspectTags methods to GStreamer class - added the possibility to inform errors to the backends - backend implementations are not longer friends of the services, they access only needed internal state as exposed by specific methods in the base classes - improved GStreamerPlayerBackend implementation - refactored code in Streamer player backend to GStreamer class - added support for experimental playbin2 to GStreamer player backend - added event filter to CurrentLineWidget class text edits to forward action shortcuts when the text edits have the focus - fixed crash bug in Application triggerAction method and changed its signature to return true if an action was actually triggered (and false otherwise) - dynamic_cast was incorrectly used (i replaced it with qobject_cast though) - fixed crash bug in SubtitleLine class checkPrimaryCapitalAfterEllipsis and checkSecondaryCapitalAfterEllipsis methods - QRegExp class matchedLength method was called without matching any text first - added LanguageCode class to convert beetwen 2 and 3 letters codes and to get the language name from the codes - used when parsing audio streams in player backends More... over 15 years ago