summaryrefslogtreecommitdiffstats
path: root/krdc
Commit message (Collapse)AuthorAgeFilesLines
* Add "Paste" command to krdc (#102).Daniel Collins2025-06-306-0/+97
| | | | | | | | | | | This adds a "Paste" command to the toolbar which sends the current clipboard content to the remote host as key presses. Not implemented for RDP as we appear to defer to rdesktop and I'm not sure if we can reliably do it there (also krdc RDP isn't working for me right now). (cherry picked from commit 123ecc2bd9b3e470a34dd3aa3b0f6b66e74d6c76)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-081-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 89969dcb2142d91b295c8d18cde46e22ef118dce)
* Use the normal mouse pointer when local mouse pointer is enabled in krdc.Daniel Collins2025-04-285-8/+3
| | | | | | | | The previously-included mouse pointer is invisible against dark backgrounds. https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98 (cherry picked from commit 40e3e626e4cc8bb2d65788e3c097ddae4192c4d8)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-063-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
* Replace auto_ptrMichele Calgaro2024-01-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bfb6a86ee22664339e8922e55216d12e1a5b2008)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-188-69/+69
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1329ec6abbcb7b79cd960e0ca138f16598d5f11f)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-242-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
* Replace Qt with TQtMichele Calgaro2023-11-092-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b53c83209a6b927b27600899a780db1efc985ecb)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d37705184967f236c728938b2824abbed628ce26)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-171-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6148e60759606fe8c1d7037956a38b9a4427e8b2)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2112-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
* krdc: Do not synchronize the contents of the clipboard in view only mode.Slávek Banko2021-03-231-8/+19
| | | | | | This fixes an incomplete solution from commit 9598af1608. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* krdc: fixed handling of keyboard grab/release. This resolves issue #27.Michele Calgaro2020-10-092-14/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-084-108/+21
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Clean up desktop files and fix German translations.Chris2019-11-281-8/+9
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-201-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-012-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-212-6/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-238-0/+0
|
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-242-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Major overhaul/rewrite of the krdc vnc client to use libvncclientTimothy Pearson2015-01-1322-6848/+760
| | | | | This relates to Bug 2180 among others Please note that only minimal testing has been performed; some features may not yet work correctly
* Use latest libvncserver module for krfbTimothy Pearson2015-01-101-1/+7
| | | | This relates to Bug 1582 among others
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-4/+4
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Add rdp and vnc protocol handbooks and branding cleanup.Darrell Anderson2014-03-042-1/+2
|
* Fix unintended renamingDarrell Anderson2014-02-161-2/+2
|
* Fix minor build warningTimothy Pearson2013-11-251-2/+2
|
* Fix teeny tiny toolbar buttons in fullscreen modeTimothy Pearson2013-11-251-3/+2
|
* Add informational tip in krdc kdialog.Darrell Anderson2013-11-241-1/+1
|
* Update Q->TQ constants in ui files.Darrell Anderson2013-11-111-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename KWallet to TDEWalletTimothy Pearson2013-08-2712-72/+72
|
* Fix krdc fullscreen mode under XineramaTimothy Pearson2013-03-171-10/+24
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1510-16/+16
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-147-9/+9
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-016-10/+10
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-21/+21
|
* Rename KStartup for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename kioslavesTimothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-275-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-266-10/+10
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-256-9/+9
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-243-11/+11
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-203-8/+8
|