openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Subtitle Composer
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
5 months
ago. based on code collected
5 months
ago.
Jan 15, 2024 — Jan 15, 2025
Showing page 98 of 109
Search / Filter on:
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)
attendant
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)
attendant
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
attendant
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
attendant
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
attendant
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
attendant
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
attendant
More...
over 15 years ago
- updated translations status file
attendant
More...
over 15 years ago
- updated translations status file
attendant
More...
over 15 years ago
- updated translations status file
attendant
More...
over 15 years ago
- merged patch by José Manuel Santamaría Lema to fix GStreamer player CMakeLists.txt file
attendant
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)
attendant
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)
attendant
More...
over 15 years ago
-- added files missing in last commit (Hungarian po directory)...
attendant
More...
over 15 years ago
-- added files missing in last commit (Hungarian po directory)...
attendant
More...
over 15 years ago
-- added files missing in last commit (Hungarian po directory)...
attendant
More...
over 15 years ago
- added Hungarian translation and support for Hungarian language in translation services (both contributed by Barcza Károly)
attendant
More...
over 15 years ago
- added Hungarian translation and support for Hungarian language in translation services (both contributed by Barcza Károly)
attendant
More...
over 15 years ago
- added Hungarian translation and support for Hungarian language in translation services (both contributed by Barcza Károly)
attendant
More...
over 15 years ago
- save on exit and restore on start the main splitter proportions
attendant
More...
over 15 years ago
- save on exit and restore on start the main splitter proportions
attendant
More...
over 15 years ago
- save on exit and restore on start the main splitter proportions
attendant
More...
over 15 years ago
- added COPYING-CMAKE-SCRIPTS file to repository, as adviced by José Manuel Santamaría Lema
attendant
More...
over 15 years ago
- added COPYING-CMAKE-SCRIPTS file to repository, as adviced by José Manuel Santamaría Lema
attendant
More...
over 15 years ago
- added COPYING-CMAKE-SCRIPTS file to repository, as adviced by José Manuel Santamaría Lema
attendant
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)
attendant
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)
attendant
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)
attendant
More...
over 15 years ago
- renamed some functions in Player class (update<property name> -> set<property name>)
attendant
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
attendant
More...
over 15 years ago
←
1
2
…
94
95
96
97
98
99
100
101
102
…
108
109
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree