This icon is more accurate than the more generic applications-internet.
Includes a tdeconf_update script.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit e84954ddc1)
This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder.
Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit e6fc9bed16)
- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)
- Fix name of "Log Out" actions
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit e0069f9048)
The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).
The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.
In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 95837cc844)
1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.
2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.
3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)
4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit d88718ee02)
Affected options are "Reverse scroll direction" and "Swap history navigation buttons"
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 55c98d8849)
This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.
This resolves issue #497.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit e6a4b278ed)
The direction of movement can be configured (reversed) through the
settings dialog.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit a9d34c1436)