Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-16 | 4 | -24/+24 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace various tq* strings with TQt::* equivalents | Michele Calgaro | 2023-11-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 6 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 2 | -2/+2 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵ | Slávek Banko | 2021-05-18 | 1 | -2/+2 |
| | | | | | | special cases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Update CMake rules to change tdehw library to standalone. | Slávek Banko | 2021-05-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-07 | 2 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-28 | 5 | -1601/+14 |
| | | | | | | | + 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> | ||||
* | Add missing include/link directories | aneejit1 | 2020-06-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | In an environment where not everything is in /usr... - drkonqi/CMakeLists.txt requires the libr library path to be specified. - nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified. - tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP. - twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE). Signed-off-by: aneejit1 <aneejit1@gmail.com> | ||||
* | Fix FTBFS due to missing linked libraries. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix typos in texts. | Slávek Banko | 2019-07-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 1 | -0/+3 |
| | | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 1 | -0/+0 |
| | |||||
* | Allow contitional build with tdehwlib | Slávek Banko | 2014-10-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 1 | -1/+1 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Force redraw of desktop shadows | Timothy Pearson | 2014-04-03 | 1 | -3/+3 |
| | | | | | This resolves Bug 1807 Do not abort DrKonqi if a library file could not be opened for SCM analysis | ||||
* | Fix backtrace submission | Timothy Pearson | 2014-04-02 | 4 | -25/+31 |
| | |||||
* | Fix incorrect crash report hash calculation | Timothy Pearson | 2014-03-29 | 2 | -22/+115 |
| | | | | Allow saving of an offline crash report for later upload if crash reporting server is unavailable | ||||
* | Add preliminary support for uploading crash reports to a central server ↵ | Timothy Pearson | 2014-03-29 | 9 | -7/+966 |
| | | | | without requiring Bugzilla | ||||
* | Extract and include any pertinent SCM metadata from the crashed application ↵ | Timothy Pearson | 2014-03-28 | 5 | -3/+86 |
| | | | | in its crash report | ||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 2 | -2/+2 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -2/+2 |
| | |||||
* | Properly obtain threading debug information in TDE crash handler | Timothy Pearson | 2013-05-25 | 6 | -11/+132 |
| | | | | | Fix potential TDE crash handler lockup uncer certain circumstances Enhance crashtest program with three threads | ||||
* | Update drkonqi to collect data on threaded programs and CPU type/speed/core ↵ | Timothy Pearson | 2013-05-08 | 4 | -18/+64 |
| | | | | number | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 6 | -17/+17 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 6 | -11/+11 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 2 | -4/+4 |
| | |||||
* | Rename KCrash to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-05 | 3 | -4/+4 |
| | |||||
* | Rename KStartup for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 1 | -2/+2 |
| | |||||
* | 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-27 | 3 | -4/+4 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 2 | -4/+4 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 5 | -17/+17 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 7 | -11/+11 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 2 | -3/+3 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 3 | -7/+7 |
| | |||||
* | Only request root access in drkonqui if yama ptrace setting requires it | Timothy Pearson | 2012-06-12 | 1 | -1/+21 |
| | | | | This resolves Bug 1005 | ||||
* | Branding cleanup: KDE -> TDE | Darrell Anderson | 2012-06-03 | 1 | -1/+1 |
| | |||||
* | Rename straggling environment variables KDE->TDE. | Darrell Anderson | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Update drkonqui KDE strings and authors | Timothy Pearson | 2012-01-25 | 3 | -73/+74 |
| | |||||
* | Make drkonqui use tdesu when generating backtraces | Timothy Pearson | 2012-01-25 | 2 | -8/+28 |
| | | | | | | | | This allows most Linux installations to gather backtraces with drkonqui If a custom multiuser system does not allow sudo access for a user or users, backtraces will not be available for those users. However, this change is due to Linux distributions attempting to lock down a security hole, so drkonqui was broken for non-root users before this commit anyway. Multiuser system administrators should collect and submit the backtraces anyway. | ||||
* | Add an option to build the crashtest program | Timothy Pearson | 2012-01-11 | 2 | -1/+12 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 4 | -21/+21 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 4 | -22/+22 |
| | | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 4 | -22/+22 |
| |