summaryrefslogtreecommitdiffstats
path: root/kioslave
Commit message (Collapse)AuthorAgeFilesLines
* Fix TDE to honor HAL optionsDarrell Anderson2012-05-082-0/+44
| | | | | | Thanks to Francois Andriot. This partially resolves bug report 986.
* Fix sftp when nonstandard port is specified in ssh configTimothy Pearson2012-04-241-5/+1
|
* Fix sftp failure on newer systemsTimothy Pearson2012-04-231-5/+15
| | | | This closes Bug 897
* Update My Documents *.desktop translations.Darrell Anderson2012-04-131-31/+20
|
* Reversed the patch applied in GIT hash 9e172fa7, 2012-04-04.Darrell Anderson2012-04-061-3/+0
| | | | The patch disabled the Confirm logout and feedback dialogs.
* Temporary fix for a probable race condition on some systems.Darrell Anderson2012-04-041-0/+3
| | | | | Still needs to be resolved by determining the root cause. Partially resolves bug report 760.
* Add preliminary floppy drive support to TDE hardware library media backendTimothy Pearson2012-04-012-1/+24
|
* Repair encrypted device handling in TDE media backendTimothy Pearson2012-04-017-60/+210
| | | | Repair Zip drive handling in same
* Initial merge of alpha quality HAL replacement backend for the media kioslaveTimothy Pearson2012-03-3111-47/+1532
| | | | Pass the WITH_TDEHWLIB CMake option to enable this backend
* Fix "Malformed URL $( kxdglauncher --getpath xdgname DOCUMENTS )" error dialog.Darrell Anderson2012-03-311-1/+1
|
* Add blank files for new tdehardwarebackend media kioslave developmentTimothy Pearson2012-03-302-0/+0
|
* Fix media kioslave startup kdirlister interactionTimothy Pearson2012-03-281-0/+2
| | | | This closes Bug 372
* Fix KDE -> TDE branding.Darrell Anderson2012-03-231-3/+3
|
* Change tqaddAction -> addAction. There is no tqaddAction defined in tqt headers.Darrell Anderson2012-03-213-3/+3
|
* Fix references of K Menu -> TDE Menu.Darrell Anderson2012-03-211-1/+1
|
* Provide KControl descriptions in TDE Components, Service Manager for four ↵Darrell Anderson2012-03-093-0/+55
| | | | | | KDED notifier daemons. This closes bug report 762.
* Fix kcontrol branding issues.Darrell Anderson2012-03-072-5/+5
|
* Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-072-6/+6
|
* Rename additional global TQt functionsTimothy Pearson2012-03-015-16/+16
|
* Fix up desktop file type specifiers for tqt3Timothy Pearson2012-02-121-1/+1
|
* Part 1 of 2 of kdm renameTimothy Pearson2012-01-221-1/+1
|
* Fix tdebase DBUS header includes in CMakeTimothy Pearson2012-01-121-0/+1
| | | | This closes Bug 755
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-3/+3
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1912-24/+24
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1822-56/+56
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1641-102/+102
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1541-102/+102
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-1/+1
|
* Fix tdebase FTBFSTimothy Pearson2011-11-171-1/+2
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1616-22/+22
|
* Rename KDE_VERSION to TDE_VERSIONTimothy Pearson2011-11-153-12/+12
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-0613-22/+22
|
* Additional kde to tde renamingTimothy Pearson2011-11-0625-59/+59
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-1011-13/+13
| | | | | | 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
* Enhance kdebase media manager error messagestpearson2011-08-301-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1250351 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Move krootbacking executable from kdeartwork to kdebasetpearson2011-08-271-10/+27
| | | | | | | | | Reenable HAL media manager Fix system tray with ARGB visuals (again) Beautify logout process git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1249834 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of issues in kdebase caused by C style caststpearson2011-08-152-12/+12
| | | | | | | This includes Bug #492 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1247425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-1/+1
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1053-353/+353
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-3/+3
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdebase FTBFStpearson2011-05-151-1/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1232049 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt4 FTBFStpearson2011-05-152-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1232030 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2011-05-151-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1231945 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Avoid namespace conflicts with std::Listtpearson2011-05-152-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1231943 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt4 FTBFS due to unconverted .ui filetpearson2011-03-261-24/+24
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226018 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added missing gzip kioslave file to CMaketpearson2011-03-141-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/kioslaves] added propsdlgpluginsamelian2011-03-142-3/+36
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224887 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase] added samba and ldap supportsamelian2011-03-135-4/+123
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224685 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-1/+1
| | | | | | | | | larger array of minor glitches NOTE: kdevelop and kdewebdev still need to be fully repaired git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-159-19/+19
| | | | | | | | Fix kicker tackbar handling under Classic mode (thanks to Ilya Chernykh for the patch) Fix a newly invalidated section of code under GCC 4.5.2 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47723#c6) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1220927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da