commit 1e2983ad, closes #690 Fix kdm_greet high CPU usage Clean up a few build warnings
commit 5f413b26, closes #587 Add keyboard hotplug (add/remove) support to tsak Fix warning in kompmgr
commit f05f9dc7 If someone manages to close down kdesktop_lock through an undiscovered security vulnerability such as http://security-tracker.debian.org/tracker/CVE-2012-0064, immediately terminate the compromised TDE session
commit 8468d9bd, closes #561 Replicate LED status from virtual keyboards to physical keyboards Fix keyboard attribute cloning
commit 05793262 Clean up lock screen internals This cleanup is part of an effort to resolve Bug 810, but a new Qt3 version is required to fully resolve it
commit 678bea5b, closes #810 Allow minimal managed window interaction inside the lock process
commit 8d521d0b Update lock process to engage the lock in near real time
commit 49526413 Commit the rest of 8d521d0b, not merged due to GIT glitch
commits 39fcb49a, d45b9215, 287ead0a, ae7ec527, 30a10406, 28638350, 398ef116, a664aa0e, 1bd6166b Update startkde script This addresses Bug 675 and a handful of other bugs It needs thorough testing on multiple distros before R14 is released
commit a305c083, closes #824 Terminate kwin manager unless a TDE or failsafe session was selected
commit 77041d78 Clean up 9cc1e2c1 changes to enum This corrects a potential ABI compat problem
commit 0522d9d3 Show busy cursor when lock dialog is busy instead of hiding cursor
commit 8e6f203f Add new tde_setup_architecture_flags macro
commit 45f41ca5 Use detected architecture flags for immediate symbol binding in kdesktop lock
commit b45137ac Fix incomplete commits 678bea5b
commit 9e3f8a7f, closes #889 Fix hostname display in titlebar with certain programs
commit 5486d8e2, closes #690 Fix high tdm CPU usage when the SAK is enabled
commit 696fe631 Fix kdm logfile growing rapidly under certain conditions
commit 76905444, closes #245 Restore Open in background tab context menu.
commit 4bcfc907 Clean up lock dialog warnings and fix mouse cursor
commit 92321812 Fix broken image selector in KControl Security & Privacy, Password & User Account.
commit a34c15dc Change tqaddAction -> addAction. There is no tqaddAction defined in tqt headers.
commit 5df6c5fc, closes #392 Restore code snippet removed with GIT hash 27856879bf962f178d88e79144e37a47e731b122, Sept. 3, 2010, "Massive import of OpenSUSE? patches." Restoring this snippet restores the device icon placement
commit c815b90f, closes #890 Update My Documents *.desktop translations.
commit 3f90a9b8 Fix tsak not working with PS/2 keyboards Fix tsak high CPU usage on udev monitoring failure
commit 632eda3b Cleanup tsak FIFOs if unable to initialize and enter running state
commit a63606b6 Ensure that kdm honors SAK setting Minor cleanup of kdm build warnings
commit 6cfb1608 Fix tsak housekeeping Provide GUI warning when tsak cannot be used due to system module problems
commit ff0bcfcc Add TSAK documentation to TDM help center.
commit abace3b0 Fix tsak enable/disable glitch
commit 06adb182 Fix logic error in tsak control module
commit 50739c9b Fix kdesktop_lock secure dialog Minor whitespace cleanup and warning fixes
commit e72f4926, closes #897 Fix sftp failure on newer systems
commit 67a3a8f3 Fix desktop lock failure due to race condition within signal handler between qt and xcb
commit 66a19439 Start minimal dcop system to support kwin in kdm This speeds up kdm load as well as lessens problems with tmpfs space
commit 073dc86a Fix sftp when nonstandard port is specified in ssh config
commit 30617b6f Fix SAK dialog momentary display when SAK disabled Clean up build warnings in kdesktop
commit 4d538e40 Implement logout menu option in secure dialog Ensure that cursor is not set to busy status on lock from secure dialog
commit 94b4e33f Update What's This help string in support of bug report 811.
commit a9ad8717 Fix logoff menu
commit a090f7e9 Fix user name display in secure dialog
commit 9187194c Fix button ordering in secure dialog
commit e92e82b7 Fix a number of minor flaws in the lock dialog system If SAK usage is enabled, override KDM theme
commit 5d286832 Fix corner case lock dialog hang
commit 601b75a1 Fix screen saver not engaging correctly Fix graphical glitches in the lock process
commit e899b7be Harden lock against rare race condition that caused two password prompts to appear Provide alternate secure dialog text string when username cannot be obtained
commit 22d0a673 Check for tsak presence on lock engage Fix tsak not exiting on request Clean up build warnings
commit c59b1b55 GCC 4.7 fix.
commit 11231439, closes #928 Fix kdm starts too early
commit 3d7141e5, closes #927 Reverse patch from GIT hash 2b178a5320 11-10-26 (SVN revision 1260900). This patch causes conflicts with running kate concurrently as user and root via tdesu
commit 68be838d Ensure KDEDIR is exported to the environment from startkde and minor cleanup.
commit 984c57e3 Add Utility category to kate and kwrite.
commit 0e28eaf4 Reorganize KControl menu tree.
Rename Peripherals -> Hardware.
Move former KInfoCenter? items -> Hardware/Information.
Move Monitor & Display -> System Administration.
commit a53348ca Rename Help Center KInfoCenter? Modules -> Hardware to match KControl name. KInfoCenter? is deprecated.
commit 312ebed6 Further organize KDE Menu. Rename Help Center KInfoCenter? Modules -> Hardware to match KControl name.
commit eeade426 Add khelpcenter/plugins/hardwaremodules.desktop inadvertently forgotten in previous patches.
commit 8ecd1080, solve #986 Fix TDE to honor HAL options
commit c4050cef, solve #986 Add KControl (Peripherals/Storage Media/Advanced) controls to set default mount options.
commit 2e7d92a2 Fix FTBFS
commit c5ad26a7, closes #906 Fix kdesktop_lock screensaver engaging in corner case
commit b45b4bd7, closes #1001 Fix KHTML smooth scrolling control center option
commit d2f8fca9, closes #922 Fix fancy logout not allowing interaction with save dialogs Fix desktop wallpaper export failing when triggered by krootbacking or ksmserver and konsole or kdesktop_lock not previously loaded
commit 193d9afc, closes #1003 Fix desktop lock not engaging on suspend
commit c281f8a5, closes #1002 Fix klipper/cmake to install correct klipperrc with global actions
commit de4e7b41 Make absolutely sure that kdesktop_lock reads recently changed configuration files when starting up
commit 345d1e78 Fix kdesktop_lock not reacting to settings changes until it is restarted
commit dfb75324, closes #905 Fix Keramic data file installation and add long long check to CMake
commit 377f8485, closes #692 Fix kate raising but not grabbing focus when the --use parameter is used.
commit 8ee0ab99 Fix error in tdesu notification message
commit 59ee4f66 Fix tdesu/tdesudo argument compatibility problem
commit ad1a7141 Make drkonqui use tdesu when generating backtraces 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.
commit 30461576, closes #1005 Only request root access in drkonqui if yama ptrace setting requires it
commit fb5dadf2, closes #936 Fix symlink creation, if not installed logitechmouse.rules
commit 0afb2d8a, closes #1081 Fix menu crash with disabled search field
commit 5464fc6f starttde updates: Add quotation marks to ensure $tdehome variable won't break with spaces in the directory name. Moved R14 XDG updating snippets to a separate script named r14-xdg-update. (part of the original commit)
commit 9cccdc10, closes #755 Fix tdebase DBUS header includes in CMake
commit 5d81f9a9 Add missing Games for Kids icons.
commit 02f53174 Fix khotkeys/arts headers includes in CMake
commit 8f514540, closes #1180 Disable use of SAK if TSAK is not built
commit 90c3920f, closes #759 Make kpersonalizer self-consistent
commit 7527d160, closes #908 Add option to control pager applet cycling with the mouse wheel.
commit bd9c1479 Ensure pagersettings.kcfg is installed.
commit 46a657f7 Add the ability to reorder documents in kate
commit b0fa10df Add drag and drop to kate file list in manual mode
commit 9a948c1a Disable keyboard shortcuts for file location moving, as they did not work properly and have very little practical use
commit d41f5217, partially resolves #760 Temporary fix for a probable race condition on some systems. Still needs to be resolved by determining the root cause.
commit 03e19305 Update default konqueror maximum image preview size to 10MB.
commit 55c88e37 Update starttde: Fix compatibility with older manpath
commit 495b5680 Fix links in Konqueror launch page.
commit c16892aa Update HTML install path references.
commit ff8f2d5c Update final HTML install path so all modules are consistent.
commit 0fef2b78 Rebranding of Krita as Chalk
commit 553923b2, closes #1079 Forcibly prevent transient override redirect windows from showing up over the lock screen
commit 57f5c069 Lower override redirect windows instead of unmapping them on lock start Restore lowered windows on lock exit This provides a better solution to Bug 1079
commit 1f33dc8f Attempt to minimize the time in which new notifications are displayed before being hidden
commit 1e657f6a, closes #756 Fix Konqueror not dependably updating the file pane with directory and file changes. Thanks to Simon St. James, who posted the patch almost 7 years ago to the KDE3 bug tracker.
commit 2fae13c6 Update default bug tracker link so as not to break tdebindings
commit 6b480182 Fix FTBFS
commit 77f4891c Fix a number of tdelibs build warnings
commit 803f4752 Remove "More Applications" from TDE menu. Add Utility category to KEdit.
commit 7780bb7b Reorganize KControl menu tree.
Move former KInfoCenter? items -> Hardware/Information.
Move Laptop Battery -> Hardware.
commit b970fc42 Further organize TDE Menu.
commit f49a1876, closes #877 Fix tdeutils not detecting extutil.h usability
commit 1c84948d, closes #1030 [Ark] Repairs and extensions Added support for Arj Added support for check archives Added support for password processing Fix show broken filenames into real UTF-8
commit e782ad1b Fix FTBFS due to missing includes
commit 219a425c Fix FTBFS due to missing includes.
commit 1e1a776f Fix klaptopdaemon setupHandler to be distribution independent
commit 81a4c134 Update autotools for new DSO linkage style
commit 175fff7c Update final HTML install path so all modules are consistent.
commit 8c77c4da Rename obsolete tq methods to standard names
commit faa356af Rename a few stragglers
commit b9419cd5 Fix digikam FTBFS due to jpeg code
commit 3e27b07f, closes #595 Fix FTBFS due to png code
commits 0d9fe9c1, 28e2c0ec, f4e292e5 Fix typos.
commit 0f64ac7c Remove version.h. Cruft from an older version prior to 0.9.6. Part of an extensive cleanup of various problems with kipi-plugins, digikam, and gwenview to resolve bug reports 241, 962, 963.
commits 207d90d4, 6029a164 Fix inadvertent tqt changes. Part of an extensive cleanup of various problems with kipi-plugins, digikam, and gwenview to resolve bug reports 241, 962, 963.
commit fe80f963 Fix welcome screen issues.
commit 82e857b8 Fix inadvertent "TQ" changes.
commit 7d0d82b7 Fix usage of obsolete libpng jmpbuf member
commit 04fccf73 Rename obsolete tq methods to standard names
commit b4881a61 Rename a few stragglers
commit 1ca2f739 Fix FTBFS
commit ace6f270 Fix FTBFS in jpeg code
commit 9cb99cdb Fix linear alphabet string errors
commit 303be455 Fix building with libpng 1.5.
commit 1eac443e Fix inadvertent tqt changes. Part of an extensive cleanup of various problems with kipi-plugins, digikam, and gwenview to resolve bug reports 241, 962, 963.
commit 840305a5 Remove "More Applications" from KDE menu.
commit 2a80f68 GCC 4.7 fixes.
commit 1525b472 Libpng 1.5 fixes.
commit 1915eb05 Fix FTBFS when wv2-config libs is broken
commits d0f4f1bc, 47e6e18a Fix FTBFS
commit da48979a Fix FTBFS on newer pqxx versions
commit 8f9f4e56 Fix 'format not a string literal' error
commit 40de3fbb Fix format string error
commit 5c69fcd3, closes #657 Fix FTBFS due to missing libraries Clean up lib paths in LDFLAGS - moved to LIBADD For KWord and and KPresenter added linking kspell2 For KSpread added linking kutils
commit b59a8a75 Rename obsolete tq methods to standard names
commit 2d75f12d, partially resolves #336 Fix bug with configuring boot.log. Fixed Cron and Mail text strings for consistency. Fixed configuration dialog width to eliminate scrolling.
commit 87cc7232 Add renamed files from previous commit.
commit 5fea475f Update HTML install path references.
commit 9fe023a4 Update final HTML install path so all modules are consistent.
commit 0d48fca8 Rename obsolete tq methods to standard names
commit c3480dfe Rename a few stragglers
commit 445a5152 Fix inadvertent "TQ" changes.
commit 03d0c794 Fix configure output message to clarify that missing avahi support is caused by missing avahi-tqt package as well as avahi-client.
commit 5af9907f, closes #363 Update ktorrent package to 2.2.8 and fix internal geoip database.
commit 355c6b69, closes #443 Change default configuration to use external geoip database when found and use internal database only when external database is not found.
commit fbbc3160 Update autotools for new DSO linkage style
commit db6ded63 Update HTML install path references.
commit 564b7b85 Update final HTML install path so all modules are consistent.
commit 5a561c21 Rename obsolete tq methods to standard names
commit f10baa39 Rename a few stragglers
commit daed7443, closes #602 Fix kipi-plugins FTBFS due to jpeg problems
commit 3c74e781 Fix TQGl detection
commit 41a1f16e Fix FTBFS
commit 21705d1b Fix typos.
commit 63df5ccd Fix FTBFS caused by patch in GIT hash 21705d1b 2012-04-05.
commit ba22066e Fix inadvertent tqt changes. Part of an extensive cleanup of various problems with kipi-plugins, digikam, and gwenview to resolve bug reports 241, 962, 963.