aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/screenrecorder
Commit message (Expand)AuthorAgeFilesLines
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+2
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-1/+1
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Use LayoutBuilder V2hjk2024-05-274-9/+11
* CommandLine: Reuse new c'torJarek Kobus2024-05-222-3/+3
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-3/+5
|\
| * ScreenRecorder: Fix "show dialog or settings" logicAlessandro Portale2024-03-151-3/+5
* | Spinner: Allow setting the spinner colorAlessandro Portale2024-03-151-0/+1
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-121-1/+2
|\|
| * ScreenRecorder: Make Crop&Trim dialog maximizableAlessandro Portale2024-03-111-0/+1
| * ScreenRecorder: Fix widget colors in the Crop&Trim dialogAlessandro Portale2024-03-071-1/+1
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-284-4/+4
|/
* Fix ODR violation with SpinnerEike Ziller2024-02-151-1/+1
* Various plugins: Fix remaining C++20 warnings about [=] capturesJarek Kobus2024-02-061-2/+3
* ScreenRecorder: Use ActionBuilder to create main actionhjk2024-01-291-11/+6
* Various plugins: Remove unused variablesJarek Kobus2024-01-291-1/+0
* Utils: Introduce FilePathAspect::setDefaultPathValue(FilePath)hjk2024-01-241-2/+2
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-2/+1
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-5/+5
* Clean up some lambdashjk2023-12-121-1/+1
* ScreenRecorder: Fix closing namespace commentJarek Kobus2023-11-201-1/+1
* ScreenRecorder: Enable the plugin being SoftLoadableAlessandro Portale2023-11-161-0/+1
* Fix setEnabler / readSettings orderMarcus Tillmanns2023-11-071-2/+3
* ScreenRecorder: Add additional search pathsMarcus Tillmanns2023-11-011-4/+6
* ScreenRecorder: Make recording options dialog non-resizableAlessandro Portale2023-10-301-0/+1
* ScreenRecorder: Add a label to the FPS spinboxAlessandro Portale2023-10-261-0/+2
* Fix UI text capitalization, punctuation, and phrasingLeena Miettinen2023-10-205-10/+10
* ScreenRecorder: Remember the crop area across recordings of same sizeAlessandro Portale2023-10-191-1/+2
* ScreenRecorder: Switch from Experimental to DisabledByDefaultAlessandro Portale2023-10-171-1/+1
* ScreenRecorder: Allow only one screen recorder dialog at a timeAlessandro Portale2023-10-131-3/+14
* ScreenRecorder: Add gdigrab as alternative option on WindowsAlessandro Portale2023-10-053-6/+30
* ScreenRecorder: Fix invalid "-1" CaptureType settingAlessandro Portale2023-10-043-15/+20
* ScreenRecorder: Make the "Stop" tool button icon redAlessandro Portale2023-10-041-1/+1
* ScreenRecorder: Assign "Tools/Record..." a menu iconAlessandro Portale2023-10-041-1/+4
* ScreenRecorder: Fix handling of capture typeChristian Stenger2023-09-271-2/+1
* ScreenRecorder: Fix warningAlessandro Portale2023-09-221-0/+2
* ScreenRecorder: Decouple capture type from host OSAlessandro Portale2023-09-223-6/+41
* ScreenRecorder: Remember the last used export formatAlessandro Portale2023-09-223-3/+15
* ScreenRecorder: Add setting for capturing mouse clicksAlessandro Portale2023-09-223-0/+9
* ScreenRecorder: Add setting for capturing the mouse cursorAlessandro Portale2023-09-223-4/+11
* ScreenRecorder: Turn lambda into member functionAlessandro Portale2023-09-202-10/+12
* ScreenRecorder: Make Selection not movable if fully selectedAlessandro Portale2023-09-192-12/+10
* ScreenRecorder: Use better icon for "copy image"Alessandro Portale2023-09-191-1/+1
* ScreenRecorder: Make crop selection movableAlessandro Portale2023-09-193-16/+38
* ScreenRecorder: Show a ComboBox with display names instead of a SpinBoxAlessandro Portale2023-09-151-2/+15
* ScreenRecorder: Explicitly include <QAction>Alessandro Portale2023-09-141-0/+1
* ScreenRecorder: Offer saving of the current cropped frameAlessandro Portale2023-09-134-0/+50
* ScreenRecorder: Make extra sure that "last opened directory" is writtenAlessandro Portale2023-09-121-0/+2
* Minor fixes to compile for building with Qt6.2Christian Stenger2023-09-121-0/+1
* ScreenRecorder: Make dialog less cluttered and non-resizableAlessandro Portale2023-09-113-10/+17