Commit Graph

620 Commits (c0ca8145ad153f857ed3567a49fe0bd5acfe685b)

Author SHA1 Message Date
Michele Calgaro 4060db0242
Fixed mistake in commit b3f07ed6c2, where the wrong icon (kwikdisk) was used for kcmdf (diskfree).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy b3f07ed6c2
add icons for control center modules, this relates to bug 1023
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
gregory guy 28c1ae5ff7 rename kdelogo into tdelogo
Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro b854e365af
Conversion startkde -> starttde, exitkde -> exittde in r14-xdg-upd file and related usage in code. This resolves bug 2282 and 2283.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 3822225bbb
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 99ec83a687
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 0d9863ce23
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 0911b4d0ca
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 661ed658b7
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 887cea6320
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
gregory guy 6e32e1ee97
Some missing desktop icons in tdebase
Signed-off-by: gregory guy <g-gregory@gmx.fr>
7 years ago
Michele Calgaro 7ed618b826
Added missing ; at the end of japanese lines. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 2bcacaf331
Fix FTBFS with stricter C++11
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 42974b5ab6
Fixed corrupted japanese translations. This relates to bug 2952.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 967cf90889 cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )
instead of set_source_files_properties( ... COMPILE_FLAGS )
to avoid the problem of double escaping quotation marks.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko e544c498c0 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro f2ca34345e Removed unrequired comments.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Nikolaus Klepp 808ae9f156 Update URL for TDE main site, wiki, themes and applications
This resolves bug 2924

Signed-off-by: Nikolaus Klepp <office@klepp.biz>
7 years ago
Michele Calgaro 19d18dfef1 Removed "Direct Rendering" double entry in opengl info window. This
relates to bug 2697.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro b5741b3692 Fixed problem with opening of 'tdecmshell opengl'. This relates to bug 2697.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 5b8d6b25f2 Kcontrol: Set really intended parameters for previews in Konqueror
This relates to bug 2758

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko d7b8615289 Allow openssl detection without pkg-config file
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko 624478c73d kcontrol/crypto: Disable SSLv3, if is not supported by OpenSSL
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko d9b4ee04db Added support for OpenSSL 1.1
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko 48c6b8ff3d kcontrol/crypto: Use KOpenSSLProxy methods
instead of direct calls SSL functions

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson 3252800255 Fix prior commit 9 years ago
Timothy Pearson 3c8aaa46e7 Fix display of unknown attributes in device manager details dialog 9 years ago
Timothy Pearson 6b95715d47 Make device details selectable in hardware info dialog 9 years ago
Timothy Pearson 09dce5e19f Fix invalid headers in PNG files and optimize for size 9 years ago
Timothy Pearson efd8b858ef Fix invalid png file 9 years ago
Slávek Banko c9a9474085 Faulty line break in kcontrol/krdb/ad/WPerfect.ad
This relates to bug 1375

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko 142b3f67a6 Revert "Add -nocpp option to be consistent with other usages of xrdb in source code."
This reverts commit 41095d1c9c.
This resolves bug 1375
9 years ago
Michele Calgaro b49194171a kcontrol: Added support for hybrid suspend (aka suspend to RAM + suspend to disk)
in hardware manager. This relates to bug 2601.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko 34db5c9408 Change Hardware Device Manager icon to hwinfo
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Michele Calgaro 66e8d0eddd Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from version 1.0.2d-3,
openssl ships with ssl3 methods disabled by default.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko e790a33645 Fix prior commit - delete UseSAK from wrong configuration group
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson 41e2702cbd Fix prior commit 10 years ago
Timothy Pearson 812398d820 Fix SAK enable / disable checkbox in TDM TDEControl module 10 years ago
Slávek Banko d6572f16d5 Install hwdevicetray desktop files as tdehwdevicetray
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson f05cf05bc1 Add camera device detection to hwdevicetray 10 years ago
Timothy Pearson 15f094afbd Install hwdevicetry desktop files 10 years ago
Timothy Pearson f8035fe97c Add desktop files and autostart file for hwdevicetray 10 years ago
Timothy Pearson b5cb2797d6 Add new hardware device tray application
Allow removable media action request popups to be suppressed
10 years ago
Timothy Pearson c73eb5f814 Fix FTBFS due to Xlib defined keywords
This resolves Bug 2530
10 years ago
Timothy Pearson ce47730301 Add initial cryptographic card login support
Tested with themed greeter and SAK disabled
10 years ago
Timothy Pearson 6095bc10ad Add cryptographic card support to LUKS configuration 10 years ago
Timothy Pearson 9556cd9e69 Add LUKS key management to tdehwmanager 10 years ago
Timothy Pearson ae35100db0 Add preliminary cryptographic card support to the TDE hardware device manager 10 years ago
Slávek Banko e1d8ccc637 Fix build with libusb 2.0 on freebsd
[taken from FreeBSD kdebase3 patches]

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson 3def5271d1 Bring mouse icon into XDG compliance 10 years ago
Timothy Pearson a8203cf740 Bring system icon into XDG compliance 10 years ago
Michele Calgaro 2db89f3986 Fixed wrong DocPath strings. This relates to bug 2319
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson 5ab19b14bd Honor disk hidden flag when handling device insertion notifiers
This relates to Bug 2211
10 years ago
Michele Calgaro 70a56d09e0 Fixed incomplete documentation for handbook in Internet & Network -> Local Network Browsing. This relates to bug 1850. 10 years ago
Michele Calgaro 48fe5507cd Fixed help handbook sections for TDE Components. This relates to bug 1850. 10 years ago
Michele Calgaro 1bd907fe3d Fixed help handbook sections for System Administration. This relates to bug 1850. 10 years ago
Michele Calgaro 3b73654a27 Fixed help handbook sections for Sound & Multimedia -> Sound System. This relates to bug 1850. 10 years ago
Michele Calgaro 46acebe4a0 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 10 years ago
Timothy Pearson a4f1031a6d Fix improper desktop wallpaper export causing fake transparency dependent application failure 10 years ago
Michele Calgaro 0a2adc65fa Fixed help handbook sections for Security & Privary -> Crypto. This relates to bug 1850. 10 years ago
Michele Calgaro 428b3937fd Removed unused 'kcontrol/accessibility' folder. 10 years ago
Michele Calgaro 8858fc1159 Fixed help handbook sections for Regional & Accessibility. This relates to bug 1850. 10 years ago
Timothy Pearson f8903b3564 Do not attempt to set null user images in tdm tdecontrol module
This resolves Bug 1899
10 years ago
Slávek Banko 2f49eb806a Fix renaming icon fonts => font-x-generic in desktop files 10 years ago
Timothy Pearson 87136458b4 Fix stragglers that were not properly renamed in the XDG standardization commits 10 years ago
Timothy Pearson 50b6f1f60f Fix exec icon location and bring it into XDG compliance 10 years ago
Timothy Pearson 46e2e93fa2 Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
Slávek Banko 457cebb9c4 Fix kcontrol spellcheck icon 10 years ago
Timothy Pearson cce4a56a19 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson b9637c7590 Revert "Fix remaining missing semicolons at end of Keywords strings"
This reverts commit fd2369a8f0.
10 years ago
Timothy Pearson fd2369a8f0 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson 891da4b83e Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 11 years ago
Timothy Pearson 0c11ace605 Fix missing semicolons at end of Keywords strings 11 years ago
François Andriot 44654c9af5 Fix FTBFS on openbsd because 'abs' function in kcontrol/displayconfig
Signed-off-by: François Andriot <francois.andriot@free.fr>"
11 years ago
Slávek Banko 107220694f Allow contitional build with tdehwlib
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
11 years ago
Timothy Pearson f4393b4d0c Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance 11 years ago
Timothy Pearson aa8b192b5e Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance 11 years ago
Timothy Pearson ab197a37e3 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Timothy Pearson a19ce6ad34 Bring undo, redo, find, and revert icons into XDG compliance 11 years ago
Timothy Pearson 064f8056e2 Bring up, down, top, and bottom icons into XDG compliance 11 years ago
Slávek Banko 68cfc4fec0 Fix FTBFS caused by typo in commit d3ce4fa7 11 years ago
François Andriot 3cc6437abb Fix default halt command in tdm on openbsd 11 years ago
François Andriot a501cd747c Fix process pid detection in tdefontinst on openbsd 11 years ago
François Andriot 180cd2fc18 Fix potential segmentation fault in kcontrol info module 11 years ago
François Andriot 9a75b7498c Fix time saving in kcontrol clock module on openbsd 11 years ago
Timothy Pearson 19eeb7315f Fix ugly missing folder icon in kcontrol peripherals page 11 years ago
Timothy Pearson 2bb42a9cbc Bring joystick icons into XDG compliance 11 years ago
Timothy Pearson fae57a9941 Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase 11 years ago
Timothy Pearson 910b602ca1 Second part of prior commit 11 years ago
Timothy Pearson 24db855178 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Timothy Pearson ee9dade9cf Fix Keywords separators to match XDG desktop specifications 11 years ago
François Andriot 373dcb07bd Fix FTBFS due to missing return values 11 years ago
Timothy Pearson 0014712b08 Add handbookSection support to tabbed "Internet & Network" TDEControl modules
This relates to Bug 1850
11 years ago
Timothy Pearson cc12a51c62 Link tabs to handbook sections in Style and Panels tdecontrol modules
This relates to Bug 1850
11 years ago
Timothy Pearson f4dab230c4 Push the top menu banner support patches from Bug 1499
These are disabled by default and need additional repair but this is a good start
11 years ago
Timothy Pearson 408f22444f Allow desktop settings to be changed on a single-screen system when a multi-screen configuration was previously set
This resolves Bug 1684
11 years ago
Timothy Pearson 88a2e25514 Add mechanism by which sections of relevant docbooks may be opened automatically based on active tab in TDECModule
Fix up several tabbed TDEControl modules to use this mechanism
Fix a couple of docbooks with missing section IDs
This relates to Bug 1850
11 years ago
Timothy Pearson 34cc40d9fb Fix layout issues when starting root tdecmshell plugins
This resolves Bug 1888
11 years ago
Slávek Banko 07d87c947a Fix remaining renaming knewstuff 11 years ago
Timothy Pearson 5d2b928c87 Use TDE data source for Kate and KDesktop new stuff
This relates to Bug 2093
11 years ago
François Andriot 5a0695b391 Fixed detecting tdepowersave in tdecmshell energy. This resolves bug 2122. 11 years ago
Michele Calgaro 3e7f4492e6 Merge changes related to bug1026 from local branch 11 years ago
Alex Couture 4866380d21 Updated KControl Konqueror files with new TDE style background 11 years ago
Alex Couture dff276fb77 Updated TDE style files for konqueror and kcontrol. 11 years ago
Timothy Pearson 6ee99456cc Fix tderandrtray abort on startup due to oversized tray icon creation when icon widget has not yet been shown 11 years ago
François Andriot db19d360b6 Added smooth crossfade effect option when changing the desktop wallpaper. 11 years ago
Michele Calgaro 134b34ee50 Renamed Control Center to Trinity Control Center in the submenu of the main menu. 11 years ago
Michele Calgaro 22fdb5f5ad Renamed Control Center to Trinity Control Center. Updated French and Italian trnaslation.
Thanks to Francois Andriot for the original patch.
11 years ago
Michele Calgaro fbaafc964b Added French and Italian name/comment for iccconfig.desktop.
Thanks to François Andriot for the French version.
11 years ago
Michele Calgaro 3e5e875832 Rebranding: TDE Control Center --> Trinity Control Center 11 years ago
Michele Calgaro cbc0ec1b78 Added Italian and French translation to displayconfig.desktop 11 years ago
Michele Calgaro 8a8b8ce4a4 Moved position and improved appearance of "Change TDE menu icon" button
in Configure Panel -> Menus. This resolves bug 1706.
11 years ago
Michele Calgaro e5f5e70d87 Applied massaged patch (bugszilla's attachment 1445) for Russian and Ukrainian language. This relates to bug 952. 11 years ago
Michele Calgaro f3ae8d691d Fixed tderandrtray popup menu Help functionality. This resolves bug 1949. 11 years ago
Michele Calgaro 868c510ed6 "Hide Cancel button" functionality in kdesktop_lock is now fully working
also on SAK available and enabled systems.
This (finally!) fully solves bug 1584.
11 years ago
Michele Calgaro a6fbc0f1e0 Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further development.
This relates to bug 1584.
11 years ago
Michele Calgaro 66faad37ca Temporarily reverted commits ccb5fca, 59ef38d, 710fc43.
The code for these commits will be pushed again later once a fix for
SAK-enabled systems has been developed and tested.
This relates to bug 1584.
11 years ago
Michele Calgaro 59ef38d291 Added possibility to hide the Cancel button from the Desktop Session Locked dialog.
This relates to bug 1584.
11 years ago
Alexander Golubev 63dd66d045 Move the XRandr test to main ConfigureChecks.cmake 11 years ago
Michele Calgaro 4c12a981b0 Updated documentation for Konsole -> Settings -> General page.
Several options were missing. This also relates to bugs 909, 1026 and 1701.
11 years ago
Michele Calgaro c5a0a7cec0 Added explicit keyboard shortcuts to missing options in KControl/Konsole. 11 years ago
Michele Calgaro 115138a5a0 Renamed two check box objects in KControl/Konsole to maintain name
consistency with other check boxes.
11 years ago
Michele Calgaro 8b69d90d3f Added Meta key as Alt key option in Kcontrol/Konsole. This relates to bug 1026.
Also improved options arrangement in the same configuration page.
11 years ago
Timothy Pearson 6b07b19b83 Display detailed device names in the TDE hardware manager
This relates to Bug 1666
11 years ago
Timothy Pearson 2d6096ff94 Fix non-removable hard disk labels in the media tdeioslave
Fix TDE hardware manager needing root privileges
11 years ago
Slávek Banko 99d1c3d87f Fix group used for UseSAK option in tdmrc
This relates to Bug 1915
11 years ago
Slávek Banko ea6a215368 Fix UseSAK default value in kcontrol - tdm, screensaver
This relates to Bug 1915
11 years ago
Timothy Pearson 24e34ad989 Add basic support for a modified compton compositor instead of the old buggy kompmgr
Update additional Xorg atom names
11 years ago
Michele Calgaro f40339d46c Remove references to printing.kde.org. This relates to bug 1846. 11 years ago
Darrell Anderson 907d8b7d7b Add secondary logout fadeaway control
This resolves Bug 1999
This relates to Bug 258
11 years ago
Darrell Anderson 3545330be0 Reduce desktop icon clutter with new profile. 11 years ago
Darrell Anderson be2b350d65 Ensure Control Center is always available in the main Settings menu
when the optional kicker Settings menu is disabled.
11 years ago
Darrell Anderson aa7079cdc9 Fix TDEPrint desktop file, add help handbooks for kjobviewer and tderandrtray. 11 years ago
Darrell Anderson 05fdac11bb Merge kcontrol/panel help handbooks into kicker help handbook, delete
duplicate kcontrol/panel handbooks, and update respective *.desktop files.
11 years ago
Darrell Anderson aa2e33341b Add Help buttons to kcontrol module dialogs in support of bug report 1889. 11 years ago
Darrell Anderson d03a45d885 Add new tdefontview help handbook. 11 years ago
Darrell Anderson cd86baef3e Improve compatibility with non-Trinity environment menus and add a single
menu item for Trinity control center for those environments.
11 years ago
Darrell Anderson 50741cc547 Remove KControl Protocols module, move protocol items to the help handbook,
rename TDEIOSlaves->Protocols, add new help files, update other help files,
make protocol handbooks consistent in format.
11 years ago
Darrell Anderson cf14b1bd78 Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. 11 years ago
Darrell Anderson 66e86452a4 Fix KDE->TDE branding in tooltip. 11 years ago
Slávek Banko 1f3832a136 Removed unnecessary dependency on dbus-tqt and dbus-1-tqt 11 years ago
Darrell Anderson 6275375b6a Add newlines to desktop files. 11 years ago
Darrell Anderson f7e7a694fc Update kcontrol screen capture in help handbook. 11 years ago
Darrell Anderson aaeba795fe Add new help handbooks, delete obsolete handbooks, fix DocPath in *.desktop files, minor handbook housekeeping. 11 years ago
Darrell Anderson a0e3f4ae50 Move Konqueror Tabbed Browsing Advanced dialog to separate stand-alone module named User Interface.
This is part of bug report 1683.
11 years ago
Darrell Anderson 23a485b471 Add new kcontrol joystick help handbook. 11 years ago
Darrell Anderson 112fc37d80 Add new kcontrol service manager help handbook. 11 years ago
Darrell Anderson edb1085c82 Add new kcontrol component chooser help handbook and change the name to 'Default Applications'. 11 years ago
Darrell Anderson 0e6d94a4de Add new kcontrol paths help handbook. 11 years ago
Michele Calgaro 7d5b19522f Add new kcontrol multiple desktops help handbook. 11 years ago
Darrell Anderson 86456cf8a9 Rebranding in What's This tooltip. 11 years ago
Darrell Anderson 971e838379 Update non-existent and incomplete (template-only) help handbooks to new default format. 11 years ago
Darrell Anderson 0b9a393059 Finish moving kinfocenter files to kcontrol.
This partially resolves bug report 289.
11 years ago
Darrell Anderson 5dde8f147d Fix DocPath for opening TDM help handbook. 11 years ago
Darrell Anderson 959dee685f Fix Local Network Browsing help handbook not appearing in main handbook table of contents. 11 years ago
Darrell Anderson 5c33034610 Fix TDE Performance help handbook not appearing in main handbook table of contents and fix same Help button in Konqueror Settings. 11 years ago
Darrell Anderson f0e7c5d24a Fix TDE Components Performance help handbook not appearing in main handbook table of contents. 11 years ago
Slávek Banko b666d5a3c2 Fix dbus-tqt-1 link directory 11 years ago
Darrell Anderson 8781095d07 Rebranding, tooltip, and What's This string cleanup. 11 years ago
Darrell Anderson 5a03cb0dc3 Prevent non-existent help handbooks from populating the main handbook table of contents. 11 years ago
Darrell Anderson d4153b7357 Update tderandrtray desktop files to match actual app name. 11 years ago
Darrell Anderson 26dbe18ed4 KDE->TDE branding cleanup. 11 years ago
Slávek Banko 6523942e55 Fix saving kicker settins in wrong section 11 years ago
Darrell Anderson d4c4140b66 Add end-of-file newlines. 11 years ago
Darrell Anderson 90f1f50f00 Fix remnant QMIN/QMAX to TQMIN/TQMAX. 11 years ago
Darrell Anderson 1c37295608 Fix typo. 11 years ago
Darrell Anderson a615b2013a Update text string to change menu icon.
This relates to bug report 1706.
11 years ago
Michele Calgaro c4083c1d47 Add GUI control to test kcontrol mouse double-click setting
This resolves Bug 1324
11 years ago
Michele Calgaro c244bac153 Add option to enable accelerators in Konsole menu bar
Add default shortcut for show/hide Konsole menu bar
This resolves Bug 1701
11 years ago
Darrell Anderson f745371f2b Update Q->TQ constants in ui files. 11 years ago
Slávek Banko a60f9a1145 Fix remaing kcm mouse module crashes 11 years ago
Darrell Anderson 41044ad489 Update Theme Manager thumbnails. This resolves bug report 1376. 11 years ago
Darrell Anderson 3c5ccaf3be Fix unresponsive kcontrol theme manager buttons. 11 years ago
Slávek Banko d1324133ee Fix kcm mouse module crash
This resolves Bug 1688
11 years ago
Slávek Banko 9f0a2b5a83 Sort order of widgets in taskbar settings 11 years ago
Michele Calgaro 7119c2b268 Add option to display only icons on taskbar
This resolves Bug 360
11 years ago
Slávek Banko 4e5c2c2052 Fix defaults for tabbar mouse wheel in konsole and konqueror 12 years ago
Michele Calgaro 36ba7f5345 Add check box to control tabbar mouse wheel in konqueror
Move tabbed browsing options into single dialog
This resolves Bug 910
12 years ago
Slávek Banko 9d949b42ae Sort order of widgets in konsole settings 12 years ago
Michele Calgaro 6ad5175eaa Add check box to control tabbar mouse wheel in konsole
This resolves Bug 909
12 years ago
Slávek Banko 9ebb7ce7ea Add freeze suspend state to list of available power states
in TDE hardware manager
12 years ago
Slávek Banko 7d335195a0 Add support for freeze suspend state 12 years ago
Alexander Golubev 440db91f91 Add optional opengl support 12 years ago
Darrell Anderson f123d99fd3 Add source code module name to stdout/stderr messages to improve readability. 12 years ago
Slávek Banko 3e88ddfbc3 Additional k => tde renaming and fixes 12 years ago
Darrell Anderson 3fce7943f4 Rename KStyle to TDEStyle to avoid conflicts with KDE4. 12 years ago
Francois Andriot df510360d3 Fix typo in commit 888a696a 12 years ago
Darrell Anderson 888a696a3d Add help handbook information about new TDM GUI check box
control to restart X server when terminating a Trinity session.
This supports bug report 1245.
12 years ago
Timothy Pearson d9dcbdf093 Fix FTBFS 12 years ago
Francois Andriot 9f749e63a9 Fix FTBFS due to libart location 12 years ago
Timothy Pearson 0d3ebd9020 Do not display screensavers in the configuration dialog that are not installed on the system 12 years ago
Darrell Anderson 14250faabd Add clarification to What's This tooltip. 12 years ago
Timothy Pearson b5c729ae44 Enable triggerless device polling in hardware device manager 12 years ago
Darrell Anderson 5c1cfcf1a1 Update What's This help tooltip. 12 years ago
Francois Andriot 533941e5dd Add kpowersave shortcut in kcontrol 'energy' feature 12 years ago
Francois Andriot 718f6ae321 Add tooltip support in KMenu 12 years ago
Timothy Pearson 77cbd6e957 Fix theme manager overwriting undefined theme settings with garbage
This resolves Bug 1174
Fix tderandrtray displaying profile list when only the default profile is available
12 years ago
Slávek Banko 74b1fc6576 Cleanup output clutter 12 years ago
Timothy Pearson 96d0c54e2e Fix desktop refresh destroying media device information and menus
This resolves Bug 1450
Fix incorrect media device enable default setting in desktop control module
12 years ago
Darrell Anderson 9f795192a5 Rename kderc -> tderc in support of bug report 1447. 12 years ago