Commit Graph

1638 Commits (9fb2cb290edabb9b2f382256d8370adc5ae73a50)
 

Author SHA1 Message Date
Alexander Golubev 14ffd77b37 Update method used to detect man page interface. 12 years ago
Timothy Pearson 5a7a258f87 Install tdekbdledsync SUID root 12 years ago
Richard Grenville 4f92672534 Improvement #41: Enable/disable redirection through D-Bus
- Add "redirected_force" to D-Bus opts_get to forcefully
  redirect/unredirect windows.

- Add D-Bus method "repaint", to, namely, repaint the screen.
12 years ago
Timothy Pearson b004fbafa9 Fix ksmserver crash when logout dialog is disabled 12 years ago
Timothy Pearson eae7e0d365 Add build conditional for tdekbdledsync 12 years ago
Timothy Pearson 391a4b2abe Fix tsak not destroying old virtual keyboards 12 years ago
Timothy Pearson f449d57ba7 Fix a few tsak glitches on hotplug 12 years ago
Timothy Pearson c060a817e4 Do not show logout status dialog if the user has turned it off in their configuration 12 years ago
Timothy Pearson 5305e40a0a Fix spontaneous tdekbdledsync abort on keyboard removal 12 years ago
Timothy Pearson f9c0d0e246 Add lightweight daemon to synchronize keyboard indicators to current xkb state
Start keyboard indicator sync daemon on tdm load
This resolves Bug 427
12 years ago
Timothy Pearson 7816ebcadc Add highly experimental tdekbdledsync application 12 years ago
Timothy Pearson 0d3ebd9020 Do not display screensavers in the configuration dialog that are not installed on the system 12 years ago
Slávek Banko 763b290f01 Rename kdepasswd -> tdepasswd 12 years ago
Timothy Pearson 08390bda6c Allow the user to manually abort a stalled SaveYourself process
This partially resolves Bug 760
12 years ago
Timothy Pearson 1eb5bc8165 Beautify logout process 12 years ago
Darrell Anderson d41051b3a2 Add support for tdenetworkmanager and tdepowersave. 12 years ago
Richard Grenville bd40b36f01 Bug fix #124: GLX: Missing check on FBConfig X visual depth
- Check FBConfig X visual depth, like Compiz, to fix issues with
  nvidia-drivers-325.08 . Thanks to guotsuan for reporting.
12 years ago
Fat-Zer 02bf1e6990 Fix tdeioslave build options
This resolves Bug 1557
12 years ago
Timothy Pearson db67e0bb9c Terminate screensaver process on lock process termination
This resolves Bug 1419
12 years ago
Richard Grenville 291fba3b6d Misc: OpenGL 3.0 compatibility & misc
- Fix OpenGL 3.0 compatibility by changing glFramebufferTexture() to
  glFramebufferTexture2D(). Thanks to danfe for suggestion!

- Add notification about DocBook toolchina dependencies. Thanks to
  danfe. (#121)
12 years ago
Timothy Pearson 719298b848 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 12 years ago
Timothy Pearson 99fec1f0d0 Fix Kate MDI activation
This partially resolves Bug 692
12 years ago
Darrell Anderson 14250faabd Add clarification to What's This tooltip. 12 years ago
Timothy Pearson b545fc38ff Revert part of commit 9dbcc3d
This reopens Bug 692 but resolves an irritating taskbar bug in Kate
12 years ago
Timothy Pearson 99df2d37de Fix konqueror popup menu not working properly in media tdeioslave directories
This resolves Bug 1504
12 years ago
Richard Grenville 1096bf90d9 Misc: --paint-exclude & #119
- Add --paint-exclude to prevent certain windows from being painted, for
  debugging purposes.

- Add predefined matching target "x", "y", "width", "height", "widthb",
  "heightb", "border_width", and "fullscreen".

- Fix bug #119, wrong man page install dir in CMake configuration.
  Thanks to sstewartgallus for reporting.
12 years ago
Timothy Pearson 82b90cbe47 Fix failure to start kompmgr from control panel 12 years ago
Timothy Pearson ed123019ba Fix kompmgr not respecting user settings 12 years ago
Timothy Pearson 864059732e Fix tdmtsak behaviour when tsak is restarted due to hardware changes 12 years ago
Timothy Pearson 789ab7d1f5 Use small execute area in Konqueror list view widget
This resolves the remainder of Bug 1543
12 years ago
Richard Grenville 0dca9aa79e Feature #116: Shadow exclusion region
- Add --shadow-exclude-reg, which excludes certain regions on the screen
  to have shadows painted in. (#116)

- Adjust session initialization order. Now X root and screen info and
  basic X extensions are available in configuration parsing step.
12 years ago
Timothy Pearson 936f951ead Fix cursor disappearing in lock process after a certain time 12 years ago
Timothy Pearson f29ac1d284 Fix sporadic Kate crash first reported in KDE bug 140135 12 years ago
Timothy Pearson b5c729ae44 Enable triggerless device polling in hardware device manager 12 years ago
Timothy Pearson 8f8dce368a Fix premature termination of applications during shutdown on slow machines 12 years ago
Timothy Pearson 8a865f7d59 Clarify relationship between tdmrc and tdmdistrc
This resolves the remainder of Bug 1139
12 years ago
Slávek Banko 8b0d1b3290 Fix rendering themed greeter without a background image
Fix loading compressed svg images on themed greeter
This resolves Bug 1226
12 years ago
Timothy Pearson c12a32aec0 Properly obtain threading debug information in TDE crash handler
Fix potential TDE crash handler lockup uncer certain circumstances
Enhance crashtest program with three threads
12 years ago
Timothy Pearson 013eed4fdc Fix themed greeter input failure 12 years ago
Automated System a0c7e1d3b7 Reset submodule main/tdebase/admin to latest HEAD 12 years ago
Timothy Pearson fe477ae752 Fix tdm segfault introduced in prior commit 12 years ago
Timothy Pearson b53726b1d5 Attempt to fix TDM failure whereby the custom X11 event handler is not used in certain circumstances 12 years ago
Richard Grenville d800a62b87 Feature #113: Set opacity based on conditions
- Add --opacity-rule, which sets opacity based on conditions, as
  requested by zabbal. (#113)

- Add a data field for each condition.

- Correct the FAQ link in README.md. Silly me.

- Code clean-up.
12 years ago
Slávek Banko 63989b0b22 Fix halbackend media name with UTF8 caracters 12 years ago
Darrell Anderson 5c1cfcf1a1 Update What's This help tooltip. 12 years ago
Richard Grenville 1bdd035974 Imp: Multi-pass blur & D-Bus fading control
- Add multipass blur support. Note GLX Framebuffer support is required.
  My benchmark shows multipass blur brings 5% performance boost for X
  Render backend (3x3box). On GLX backend it brings 10% performance
  boost for 5x5box but negatively affects performance for 3x3box. Thanks
  to jrfonseca for advice. (#107)

- GLX backend: Cache blur texture for each window, for a 12% performance
  boost.

- Add D-Bus fading control. Thanks to yulan6248 for testing. (#112)

- Fix FAQ link in README.md. Thanks to lorenzos for report. (#111)

- Correctly deinitialize VSync on on-the-fly VSync method switch.

- X Render backend: Normalize blur kernel.

- Code clean-up.

- Known issue: Linear corruption on border of a window may appear with X
  Render multi-pass blur. Possible to fix but probably not worthwhile.
12 years ago
Timothy Pearson 3a3d187585 Fix inadvertent sidebar signal disconnection on mouse settings reload
This resolves Bug 1515
12 years ago
Francois Andriot 533941e5dd Add kpowersave shortcut in kcontrol 'energy' feature 12 years ago
Slávek Banko e988e6ee41 Change icons in the Switch user menu to be consistent between the classic and kickoff menu 12 years ago
Francois Andriot 7fdec719a6 Use hal to detect media types in halbackend 12 years ago