| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add "Paste" command to krdc (#102). | Daniel Collins | 2025-06-30 | 1 | -0/+51 |
| | | | | | | | | | | | | 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) | ||||
| * | Use the normal mouse pointer when local mouse pointer is enabled in krdc. | Daniel Collins | 2025-04-28 | 1 | -6/+1 |
| | | | | | | | | | 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) | ||||
| * | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-18 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1329ec6abbcb7b79cd960e0ca138f16598d5f11f) | ||||
| * | Replace Qt with TQt | Michele Calgaro | 2023-11-09 | 1 | -6/+6 |
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b53c83209a6b927b27600899a780db1efc985ecb) | ||||
| * | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d37705184967f236c728938b2824abbed628ce26) | ||||
| * | krdc: Do not synchronize the contents of the clipboard in view only mode. | Slávek Banko | 2021-03-23 | 1 | -8/+19 |
| | | | | | | | This fixes an incomplete solution from commit 9598af1608. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Adapted to new KPasswordEdit::password() signature. This relates to bug 2961. | Michele Calgaro | 2018-12-01 | 1 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Major overhaul/rewrite of the krdc vnc client to use libvncclient | Timothy Pearson | 2015-01-13 | 1 | -69/+73 |
| | | | | | | This relates to Bug 2180 among others Please note that only minimal testing has been performed; some features may not yet work correctly | ||||
| * | Add informational tip in krdc kdialog. | Darrell Anderson | 2013-11-24 | 1 | -1/+1 |
| | | |||||
| * | Rename KWallet to TDEWallet | Timothy Pearson | 2013-08-27 | 1 | -13/+13 |
| | | |||||
| * | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -2/+2 |
| | | |||||
| * | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 1 | -1/+1 |
| | | |||||
| * | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -3/+3 |
| | | |||||
| * | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 1 | -1/+1 |
| | | |||||
| * | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -3/+3 |
| | | |||||
| * | Fix krdc in view only mode: block key press events, disable clipboard sharing | Slávek Banko | 2013-01-15 | 1 | -0/+7 |
| | | | | | This resolves Bug 1390 | ||||
| * | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 1 | -7/+7 |
| | | |||||
| * | Rename additional global functions and variables for tqt3 | Timothy Pearson | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 1 | -1/+1 |
| | | |||||
| * | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 1 | -1/+1 |
| | | |||||
| * | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -6/+6 |
| | | |||||
| * | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -9/+9 |
| | | | | | This reverts commit 808e453c56036211f57482ed847d54aca01bba68. | ||||
| * | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -9/+9 |
| | | |||||
| * | rename the following methods: | tpearson | 2011-08-10 | 1 | -3/+3 |
| | | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
| * | rename the following methods: | tpearson | 2011-08-10 | 1 | -1/+1 |
| | | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
| * | TQt4 port kdenetwork | tpearson | 2011-06-22 | 1 | -34/+34 |
| | | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
| * | Trinity Qt initial conversion | tpearson | 2010-07-31 | 1 | -66/+66 |
| | | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
| * | Update to Trinity 3.5.11 | tpearson | 2009-12-13 | 1 | -0/+7 |
| | | | | | | | Will need to watch for commit warnings and rebuild test git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1061808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
| * | Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. | toma | 2009-11-25 | 1 | -0/+828 |
| BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | |||||
