Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up desktop files and fix German translations. | Chris | 2019-11-28 | 1 | -8/+9 |
| | | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit adcc0f44eff3ad8cbd07c6d1ba1efe7226189a01) | ||||
* | krfb: Add a function for appending new symbols to the actual X-server keymap | Roman Savochenko | 2019-08-14 | 2 | -0/+54 |
| | | | | | | | This resolves bug 3014 and issue #11 Signed-off-by: Roman Savochenko <roman@oscada.org> (cherry picked from commit b75ba2ef0d61d0d356a3a0fe9e581e5aaf29b7a4) | ||||
* | Limit client cut text length to 1 MB | Petr Písař | 2019-03-03 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | This patch constrains a client cut text length to 1 MB. Otherwise a client could make server allocate 2 GB of memory and that seems to be to much to classify it as a denial of service. The limit also prevents from an integer overflow followed by copying an uninitilized memory when processing msg.cct.length value larger than SIZE_MAX or INT_MAX - sz_rfbClientCutTextMsg. This patch also corrects accepting length value of zero (malloc(0) is interpreted on differnet systems differently). CVE-2018-7225 <https://github.com/LibVNC/libvncserver/issues/218> (cherry picked from commit 28afb6c537dc82ba04d5f245b15ca7205c6dbb9c) | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-20 | 3 | -0/+16 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ba6db0daa96b932cb8a5cfe83ae1449c90c1b7f1) | ||||
* | Add includes to UI files to resolve FTBFS | Slávek Banko | 2018-09-21 | 3 | -4/+9 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 94033dc8bbdc719864d178f67d9a32396ec35583) | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-24 | 9 | -0/+0 |
| | | | | (cherry picked from commit c6c696949006ef3231b7b5e21e3498a8fa22c7d0) | ||||
* | Fix missing configure checks for CMake build | Slávek Banko | 2015-06-26 | 1 | -0/+11 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 82dd739ceb246c8d8d10faf03b1a2267d8352d16) | ||||
* | Fix remaining missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-19 | 1 | -47/+47 |
| | |||||
* | Revert "Fix remaining missing semicolons at end of Keywords strings" | Timothy Pearson | 2014-10-19 | 1 | -47/+47 |
| | | | | This reverts commit 125d8418ee991d6583f91acb8d4257253e2e055a. | ||||
* | Fix remaining missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-19 | 1 | -47/+47 |
| | |||||
* | Fix missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 5 | -5/+5 |
| | | | | match XDG specifications | ||||
* | Fix Keywords separators to match XDG desktop specifications | Timothy Pearson | 2014-10-11 | 1 | -47/+47 |
| | |||||
* | Add handbookSection support to tabbed "Internet & Network" TDEControl modules | Timothy Pearson | 2014-10-10 | 2 | -1/+20 |
| | | | | This relates to Bug 1850 | ||||
* | Do not print bind failure warnings during port availability scan | Timothy Pearson | 2014-10-04 | 1 | -1/+1 |
| | | | | This resolves Bug 1988 | ||||
* | Add Help button to kcontrol module dialog in support of bug report 1889. | Darrell Anderson | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -3/+3 |
| | |||||
* | KDE->TDE branding cleanup. | Darrell Anderson | 2013-12-26 | 2 | -3/+3 |
| | |||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 1 | -1/+1 |
| | |||||
* | Fix improper thread support in krfb | Timothy Pearson | 2013-11-24 | 2 | -4/+65 |
| | | | | This relates to bug 1583 | ||||
* | Update krfb_httpd script | Francois Andriot | 2013-09-08 | 1 | -7/+4 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -2/+2 |
| | |||||
* | Use TQThread in krfb where threads interact with TQt3 instead of direct ↵ | Timothy Pearson | 2013-04-08 | 6 | -59/+165 |
| | | | | | | pthread access This resolves Bug 1403 | ||||
* | Fix shift key failure in krfb | Timothy Pearson | 2013-02-20 | 1 | -2/+2 |
| | | | | This is a backport of KDE SVN commit 1164724 | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 9 | -15/+15 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 6 | -10/+10 |
| | |||||
* | Rename KAbout to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -3/+3 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 5 | -6/+6 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 6 | -14/+14 |
| | |||||
* | Rename kioslaves | Timothy Pearson | 2013-01-27 | 2 | -2/+2 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 8 | -8/+8 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 3 | -3/+3 |
| | |||||
* | Fix FTBFS resulting from KCModule rename | Timothy Pearson | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 9 | -40/+40 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 5 | -6/+6 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 2 | -4/+4 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 5 | -10/+10 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -3/+3 |
| | |||||
* | Added OpenSLP support to CMake | Slávek Banko | 2012-10-26 | 1 | -0/+2 |
| | |||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 7 | -57/+57 |
| | |||||
* | Branding cleanup: KDE -> TDE | Darrell Anderson | 2012-06-03 | 2 | -3/+3 |
| | |||||
* | Branding cleanup: *.desktop files | Darrell Anderson | 2012-05-28 | 1 | -1/+0 |
| | |||||
* | Branding cleanup: KDE -> TDE | Darrell Anderson | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Fix KControl KDE->TDE branding issues. | Darrell Anderson | 2012-03-09 | 1 | -54/+54 |
| | |||||
* | Rename additional global functions and variables for tqt3 | Timothy Pearson | 2012-03-02 | 1 | -7/+7 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 9 | -12/+12 |
| | |||||
* | Fix up desktop file type specifiers for tqt3 | Timothy Pearson | 2012-02-12 | 1 | -7/+7 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 2 | -3/+3 |
| |