Commit Graph

509 Commits (fd28e91a8cf540ef21a9cb094683cb7f76b24df7)

Author SHA1 Message Date
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