1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- updated pot/po files More... about 15 years ago
- updated pot/po files More... about 15 years ago
- commented out all audio levels related code - moved the current line widget out of the main window splitter (eliminates unnecesary flicker while moving the splitter handler) - added undoCount() and redoCount() methods to ActionManager class (they can be used to check if an action generates some change by comparing the before and after results) - fixed bugs in ActionManager class - popUndo(), undo() and redo() methods would attempt to remove items from an empty list resulting in a crash - fixed bug in closeTrSubtitle() method of Application class - popUndo() would be called on the subtitle ActionManager even if no change had been generated More... about 15 years ago
- commented out all audio levels related code More... about 15 years ago
- commented out all audio levels related code - moved the current line widget out of the main window splitter (eliminates unnecesary flicker while moving the splitter handler) - added undoCount() and redoCount() methods to ActionManager class (they can be used to check if an action generates some change by comparing the before and after results) - fixed bugs in ActionManager class - popUndo(), undo() and redo() methods would attempt to remove items from an empty list resulting in a crash - fixed bug in closeTrSubtitle() method of Application class - popUndo() would be called on the subtitle ActionManager even if no change had been generated More... about 15 years ago
- moved auto clear reposability from ErrorsModel class to a new one, ErrorTracker - this was necesary because the subtitle is not always connected to the ErrorModel (making imposible for it to track some changes) - updated pot/po files More... about 15 years ago
- moved auto clear reposability from ErrorsModel class to a new one, ErrorTracker - this was necesary because the subtitle is not always connected to the ErrorModel (making imposible for it to track some changes) - updated pot/po files More... about 15 years ago
- moved auto clear reposability from ErrorsModel class to a new one, ErrorTracker More... about 15 years ago
- replaced methods insertRangeAndShift() and removeRangeAndShift() in RangeList class with (much saner) shift() method More... about 15 years ago
- replaced methods insertRangeAndShift() and removeRangeAndShift() in RangeList class with (much saner) shift() method - renamed enum SubtitleLine::OpMode to SubtitleLine::TextTarget and added enum Subtitle::TextTarget that mirrors SubtitleLine::TextTarget - renamed method syncToSubtitle() to syncWithSubtitle() in Subtitle class - renamed adjustText() method in SubtitleLine class to breakText() - renamed method simplifySpaces() to simplifyTextWhiteSpace() in Subtitle and SubtitleLine classes - removed most default params from Subtitle and SubtitleLine classes - added subtitle() and linesWidget() methods to Application class - changed ConfigDialog to update only the affected pages when there's a change in the configuration - lines widget now provides visual feedback for lines inserted/removed by selecting the inserted lines and scrolling to the change area - moved scriptsmanager.* from src/main/utils to src/main/scripting - added complete (safe) scripting interface to Range, RangeList, Subtitle, SubtitleLine and Styles functionality More... about 15 years ago
- replaced methods insertRangeAndShift() and removeRangeAndShift() in RangeList class with (much saner) shift() method - renamed enum SubtitleLine::OpMode to SubtitleLine::TextTarget and added enum Subtitle::TextTarget that mirrors SubtitleLine::TextTarget - renamed method syncToSubtitle() to syncWithSubtitle() in Subtitle class - renamed adjustText() method in SubtitleLine class to breakText() - renamed method simplifySpaces() to simplifyTextWhiteSpace() in Subtitle and SubtitleLine classes - removed most default params from Subtitle and SubtitleLine classes - added subtitle() and linesWidget() methods to Application class - changed ConfigDialog to update only the affected pages when there's a change in the configuration - lines widget now provides visual feedback for lines inserted/removed by selecting the inserted lines and scrolling to the change area - moved scriptsmanager.* from src/main/utils to src/main/scripting - added complete (safe) scripting interface to Range, RangeList, Subtitle, SubtitleLine and Styles functionality More... about 15 years ago
- added processEventFlags property to QxtSignalWaiter to allow changing the event that should be processes while waiting for a signal - added cancellable capabilities to ProgressDialog and Translator classes - don't split chunk anywhere on Translator class - polished tooltips generation in LinesModel class - launch editor associated with text/plain mimetype instead of a harcoded application for editing the scripts in ScriptManager class - do not immediately delete the instance of QNetworkReply on reply finished handler but use QObject's deleteLater() - also fixed a bug that would cause duplicated deletions under some error circunstances - sanitized errors widget/dialog user interface - changed errors header texts from "Line Issues", "Errors" and "Marks" to "Line Errors", "Count" and "Marked" respectively - user marks are now reported as errors and instead of displaying "0" o "1" for "Marks" we use "yes" or "no" for "Marked" More... about 15 years ago
- added processEventFlags property to QxtSignalWaiter to allow changing the event that should be processes while waiting for a signal - added cancellable capabilities to ProgressDialog and Translator classes - don't split chunk anywhere on Translator class - polished tooltips generation in LinesModel class - launch editor associated with text/plain mimetype instead of a harcoded application for editing the scripts in ScriptManager class - do not immediately delete the instance of QNetworkReply on reply finished handler but use QObject's deleteLater() - also fixed a bug that would cause duplicated deletions under some error circunstances - sanitized errors widget/dialog user interface - changed errors header texts from "Line Issues", "Errors" and "Marks" to "Line Errors", "Count" and "Marked" respectively - user marks are now reported as errors and instead of displaying "0" o "1" for "Marks" we use "yes" or "no" for "Marked" More... about 15 years ago
- added processEventFlags property to QxtSignalWaiter to allow changing the event that should be processes while waiting for a signal More... about 15 years ago
- added method errorCount() to SubtitleLine class More... about 15 years ago
- added method errorCount() to SubtitleLine class - changed ScriptsManager from QTreeWidget to TreeView class - polished error dialog messages for when a script finishes execution with error - we now disconnect the subtitle from the errors model when the errors widget is hidden to improve performance - reimplemented expandAll() method in ErrorWidget class as current Qt implementation has bad side effects - fixed bugs in TreeView - onRowsAboutToBe[Inserted/Removed]() slots were not connected on setModel if the model did not have a dataChanged() signal - onRowsAboutToBe[Inserted/Removed]() slots would change top level rows count if rows were inserted not at the top - fixed minor bugs in errors actions - internal error counts now always include the user marks (makes sense as marks are internally treated like errors now) - calling setSubtitle() on ErrorsModel class with a subtitle with errors would crash the app because of a bug in mapLineIndexToModelL1Row() More... about 15 years ago
- added method errorCount() to SubtitleLine class - changed ScriptsManager from QTreeWidget to TreeView class - polished error dialog messages for when a script finishes execution with error - we now disconnect the subtitle from the errors model when the errors widget is hidden to improve performance - reimplemented expandAll() method in ErrorWidget class as current Qt implementation has bad side effects - fixed bugs in TreeView - onRowsAboutToBe[Inserted/Removed]() slots were not connected on setModel if the model did not have a dataChanged() signal - onRowsAboutToBe[Inserted/Removed]() slots would change top level rows count if rows were inserted not at the top - fixed minor bugs in errors actions - internal error counts now always include the user marks (makes sense as marks are internally treated like errors now) - calling setSubtitle() on ErrorsModel class with a subtitle with errors would crash the app because of a bug in mapLineIndexToModelL1Row() More... about 15 years ago
- added missing buddies to labels in dialogs - removed uneeded uses of setSizePolicy() - clicking action dialog "Target" button now only resizes the dialog vertically More... about 15 years ago
- added missing buddies to labels in dialogs - removed uneeded uses of setSizePolicy() - clicking action dialog "Target" button now only resizes the dialog vertically More... about 15 years ago
- added missing buddies to labels in dialogs More... about 15 years ago
- Initial project import More... about 15 years ago
- Initial project import More... about 15 years ago
- Initial project import More... about 15 years ago
- added support for inverse PresentationLUTShape - use ImagerPixelSpacing if available More... over 16 years ago
- get real bitmap depth (bitsstored) More... almost 17 years ago
*** empty log message *** More... almost 17 years ago
- added 'push-dist' makefile target More... almost 17 years ago
- beta1 debian package More... almost 17 years ago
- added version to about dialog More... almost 17 years ago
- preparing 0.2.2-beta1 More... almost 17 years ago