summaryrefslogtreecommitdiffstats
path: root/src/app/captureFrame.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use nullptr instead of NULL/0 pointer in C++ filesmio2024-08-221-8/+13
| | | | | | See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73 Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit ed55bf072682ebf73239e74b7e3dd286ed5616a5)
* Use safer xine_get_current_frame_smio2024-08-221-3/+4
| | | | | | | | | | | | xine_get_current_frame was deprecated back in 2019 because it is "unsafe by design"[0]. The '_s' version was introduced in xine-lib 1.1.11, which was released in 2008, so there are no version checks. [0]: https://sourceforge.net/p/xine/xine-lib-1.2/ci/c1a154c1a89759a8d69a6895587085adf6868d50/ Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 5e965846d17f7053dca99f3366ce5d8f21e8f649)
* Scale capture preview if it exceeds screen boundsmio2024-08-201-1/+11
| | | | | Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 000a65ca625eca28b5912650325886a9454e05c3)
* Replace Qt with TQtMichele Calgaro2024-02-251-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 00a73f1dea1194890a6db0bd00ec2759e9ff5bc5)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1ca6231ff7a251916340814041990bef8e282308)
* Drop the use of the HAVE_XINE_H definition.Slávek Banko2020-06-291-4/+4
| | | | | | | Add include <xine.h> to the appropriate headers. Clean up the arrangement of include files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2020-06-281-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2020-06-211-9/+9
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion KDE -> TDE environment.gregory guy2020-06-131-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion qt3 -> tqt3gregory guy2020-06-131-31/+31
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial code import from debian snapshotMichele Calgaro2020-06-131-0/+296
https://snapshot.debian.org/package/codeine/1.0.1-3.dfsg-3.1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>