summaryrefslogtreecommitdiffstats
path: root/drkonqi
Commit message (Collapse)AuthorAgeFilesLines
* Respect build option WITH_TDEHWLIB, otherwise it can lead to FTBFS in ↵Slávek Banko2021-05-181-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 Banko2021-05-071-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-072-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-285-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 directoriesaneejit12020-06-191-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 Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix typos in texts.Slávek Banko2019-07-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-091-0/+3
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-231-0/+0
|
* Allow contitional build with tdehwlibSlávek Banko2014-10-181-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Force redraw of desktop shadowsTimothy Pearson2014-04-031-3/+3
| | | | | This resolves Bug 1807 Do not abort DrKonqi if a library file could not be opened for SCM analysis
* Fix backtrace submissionTimothy Pearson2014-04-024-25/+31
|
* Fix incorrect crash report hash calculationTimothy Pearson2014-03-292-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 Pearson2014-03-299-7/+966
| | | | without requiring Bugzilla
* Extract and include any pertinent SCM metadata from the crashed application ↵Timothy Pearson2014-03-285-3/+86
| | | | in its crash report
* Add end-of-file newlines.Darrell Anderson2013-11-302-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-2/+2
|
* Properly obtain threading debug information in TDE crash handlerTimothy Pearson2013-05-256-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 Pearson2013-05-084-18/+64
| | | | number
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-156-17/+17
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-146-11/+11
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-4/+4
|
* Rename KCrash to avoid conflicts with KDE4Timothy Pearson2013-02-053-4/+4
|
* Rename KStartup for enhanced compatibility with KDE4Timothy Pearson2013-01-311-2/+2
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-4/+4
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-17/+17
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-227-11/+11
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-202-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-193-7/+7
|
* Only request root access in drkonqui if yama ptrace setting requires itTimothy Pearson2012-06-121-1/+21
| | | | This resolves Bug 1005
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-1/+1
|
* Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-071-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Update drkonqui KDE strings and authorsTimothy Pearson2012-01-253-73/+74
|
* Make drkonqui use tdesu when generating backtracesTimothy Pearson2012-01-252-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 programTimothy Pearson2012-01-112-1/+12
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-21/+21
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-164-22/+22
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-154-22/+22
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-2/+2
|
* Additional kde to tde renamingTimothy Pearson2011-11-063-4/+4
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da