summaryrefslogtreecommitdiffstats
path: root/krfb
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-052-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-137-79/+79
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-211-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-093-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-219-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SunOS cosmetic changesDenis Kozadaev2023-05-291-1/+1
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-071-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0911-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-0813-2055/+62
| | | | | | | + 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>
* Clean up desktop files and fix German translations.Chris2019-11-281-8/+9
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* krfb: Add a function for appending new symbols to the actual X-server keymapRoman Savochenko2019-08-142-0/+54
| | | | | | This resolves bug 3014 and issue #11 Signed-off-by: Roman Savochenko <roman@oscada.org>
* Add CMakeL10n rules.Slávek Banko2018-12-203-0/+16
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-131-2/+2
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-213-4/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-239-0/+0
|
* Fix missing configure checks for CMake buildSlávek Banko2015-06-261-0/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Release onHold signal when connection allowedTimothy Pearson2015-01-131-0/+1
|
* Set krfb version stringTimothy Pearson2015-01-121-0/+2
|
* Fix accidental cruft causing FTBFSTimothy Pearson2015-01-101-5/+0
|
* Use latest libvncserver module for krfbTimothy Pearson2015-01-103-4/+9
| | | | This relates to Bug 1582 among others
* Port to standard shared libvncserver and delete old buggy libvncserver ↵Timothy Pearson2015-01-1056-18184/+56
| | | | | | | library sources Note that this DOES NOT WORK as some TDE-specific changes to libvncserver will be required The commit is a "clean slate" for the TDE-specific changes to follow
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-47/+47
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-47/+47
| | | | This reverts commit 125d8418ee991d6583f91acb8d4257253e2e055a.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-47/+47
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-5/+5
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-47/+47
|
* Add handbookSection support to tabbed "Internet & Network" TDEControl modulesTimothy Pearson2014-10-102-1/+20
| | | | This relates to Bug 1850
* Do not print bind failure warnings during port availability scanTimothy Pearson2014-10-041-1/+1
| | | | This resolves Bug 1988
* Add Help button to kcontrol module dialog in support of bug report 1889.Darrell Anderson2014-02-171-1/+1
|
* Fix unintended renamingDarrell Anderson2014-02-161-3/+3
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-262-3/+3
|
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
|
* Fix improper thread support in krfbTimothy Pearson2013-11-242-4/+65
| | | | This relates to bug 1583
* Update krfb_httpd scriptFrancois Andriot2013-09-081-7/+4
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Use TQThread in krfb where threads interact with TQt3 instead of direct ↵Timothy Pearson2013-04-086-59/+165
| | | | | | pthread access This resolves Bug 1403
* Fix shift key failure in krfbTimothy Pearson2013-02-201-2/+2
| | | | This is a backport of KDE SVN commit 1164724
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-159-15/+15
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-146-10/+10
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-015-6/+6
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-14/+14
|
* Rename kioslavesTimothy Pearson2013-01-272-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-278-8/+8
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-263-3/+3
|