Commit Graph

1665 Commits (fbaafc964bf4d321788da341445fc875e5f87e39)
 

Author SHA1 Message Date
Francois Andriot f57f5c3084 Update starttde: Check for prelink file in both system folders 12 years ago
Slávek Banko 37e840ac56 Fix renaming of kwinrules in r14-xdg-update 12 years ago
Slávek Banko aeba2a927f Add renaming for kwin3_* decorations to r14-xdg-update 12 years ago
Slávek Banko dbe46025e7 Fix typo in r14-xdg-update script 12 years ago
Darrell Anderson 6f7fabab87 Add source code module name to stdout/stderr messages to improve readability. 12 years ago
Richard Grenville 70dfd1f58e Bug fix #149: --opacity-rule misbehaves on 32-bit systems & others
- Fix a bug that --opacity-rule misbehaves with a value higher than 50%
  on 32-bit systems. Thanks to mrinx for reporting. (#149)

- Fix a bug that opacity-rule in configuration file does not work.
12 years ago
Slávek Banko 9ebb7ce7ea Add freeze suspend state to list of available power states
in TDE hardware manager
12 years ago
Slávek Banko 21cc8cea31 Fix run tdesu with empty command
This relates to Bug 1494
12 years ago
Richard Grenville 7f97d55da5 Misc: Typo in vsync_opengl_init()
I typed ps->glXGetVideoSyncSGI as ps->glXWaitVideoSyncSGI...
12 years ago
Richard Grenville e0e726c424 Misc: Add cfg file options for --unredir-if-possible-*
Add configuration file options for
--unredir-if-possible-{delay,exclude}. (#140)
12 years ago
Roman Savochenko 7bf342b15f TDE starts on black background after login from TDM
This resolves Bug 1569
12 years ago
Slávek Banko 7d335195a0 Add support for freeze suspend state 12 years ago
Richard Grenville 2b534cd864 Bug fix #99: Rewrite focus detection logic
- Rewrite focus detection logic. Remove w->focused_real and use
  ps->active_win to identify focused window uniformly. Use a more
  expensive way to filter FocusIn/Out events to improve reliability.
  Only limited tests are done, and bugs are likely to be introduced.
  (#99)

- Known issue: Under fvwm, compton sometimes does not consistently
  report the window input gets sent to. But there's something wrong in
  that case: XGetInputFocus() shows the root window is focused but
  another window is receiving input.
12 years ago
Automated System 19b9183489 Reset submodule main/tdebase/cmake to latest HEAD 12 years ago
Automated System abb645953a Reset submodule main/tdebase/admin to latest HEAD 12 years ago
Slávek Banko ec30cd3998 Add additional k => tde renaming to r14-xdg-update
Add r14-xdg-update version index to allow automatic rerun
12 years ago
Richard Grenville 6e82deb05b Bug fix #144: Workaround for insane window type changes
Dynamically detect window type as a workaround to insane applications.
Thanks to Feltzer for reporting. (#144)
12 years ago
Slávek Banko 17034fa1ab Minor fix to r14-xdg-update script 12 years ago
Richard Grenville 9c609b9b97 Bug fix #143: GLSL shader error on European locales
Set LC_NUMERIC=C when generating GLSL shader strings to avoid decimal
point issues on European locales. Thanks to hiciu for reporting.
12 years ago
Richard Grenville 631f50d665 Bug fix #143: Move setlocale(LC_NUMERIC, "C")
Move setlocale(LC_NUMERIC, "C") to a better place, in hope to fix #143.
Thanks to hiciu for reporting!
12 years ago
Richard Grenville 7e488d813c Bug fix #140: Possible fix for CPU usage with --unredir-possible-delay
- Possible fix for high CPU usage with a low --unredir-possible-delay.
  Thanks to Feltzer for reporting. (#140)

- Rewrite some parts to (hopefully) increase performance, especially
  with --unredir-if-possible.

- Known issue: With GTX 670 and x11-drivers/nvidia-drivers-325.15, and
  compton --unredir-if-possible --config /dev/null, if you send a
  SIGUSR1 to compton when a full-screen solid window is there, in which
  case compton either redirects then immediately unredirects the screen,
  or just don't redirect it altogether, X freezes after compton
  unredirects the screen. Requests sent by other X clients are not
  responded until compton is killed, which indicates the possibility of
  a bug in X.  Attaching to X process shows X is on ./os/waitFor.c.
  Backend does not matter. --paint-on-overlay fixes the issue somehow.
  compton-git-v0.1_beta1-5-g4600f43-2013-08-28 doesn't exhibit the
  issue, but it's probably timing-related.
12 years ago
Francois Andriot b0d67615b2 Fix TDM variable USER_PATH
This resolves Bug 1653
12 years ago
Alexander Golubev 440db91f91 Add optional opengl support 12 years ago
Alexander Golubev d1a487948a Remove a couple of cmake FIXMEs
Autotools malloc checks in konqueror/preloader is acient legacy. Its
results are not used in code anymore.

KDE_USE_FPIE in tdesu/tdesud is obsolte too. -fpie make sence only when
compiling static code that supposed to link only to executables. With
cmake, modern compilers and sane target system there is no need to
define is explicitly.
12 years ago
Alexander Golubev 84d73a40b2 Add lm_sensors optional support for ksysguard 12 years ago
Slávek Banko 54ebc6da59 Fix tdesu backend check in CMake 12 years ago
Darrell Anderson f123d99fd3 Add source code module name to stdout/stderr messages to improve readability. 12 years ago
Richard Grenville d41c750725 Improvement: --unredir-if-possible-exclude & --unredir-if-possible-delay
- Add --unredir-if-possible-exclude, to exclude certain windows when
  evaluating --unredir-if-possible. (#140)

- Add --unredir-if-possible-delay, to add some delay before
  unredirecting screen. (#138, #140)

- Code clean-up.
12 years ago
Slávek Banko 3e88ddfbc3 Additional k => tde renaming and fixes 12 years ago
Automated System 5607b4ae22 Reset submodule main/tdebase/admin to latest HEAD 12 years ago
Richard Grenville fc117ad4f8 Misc: GLX: Avoid using multi-sampling visuals
Avoid using multi-sampled visuals, like the cogl patch:
http://people.freedesktop.org/~glisse/0001-glx-do-not-use-multisample-visual-config-for-front-o.patch
12 years ago
Automated System fcbd0f4a89 Reset submodule main/tdebase/admin to latest HEAD 12 years ago
Alexander Golubev ba5d635c07 Make kate install exported cmake targets
This resolves Bug 1638
12 years ago
Alexander Golubev 2b313a81f1 kdesktop/lock: remove tqwidget-include hacks 12 years ago
Alexander Golubev 25711bf348 remove a useless check from kdesktop/ConfgureChecks 12 years ago
Alexander Golubev 6a0dda8fff kdesktop/lock: use kdBacktrace() in case of fail 12 years ago
Richard Grenville 17c318b44a Bug fix #137: Auto-detect screen changes
Attempt to auto-detect screen changes to address the issue reported by
Feltzer.
12 years ago
Timothy Pearson 9c6d50d21f Rename KWallet to TDEWallet 12 years ago
Automated System 2fcf43044c Reset submodule main/tdebase/admin to latest HEAD 12 years ago
Richard Grenville 731ed301d4 Misc: Add missing configuration file options and switches
- Add "xinerama_shadow_crop" configuration option.

- Add long commandline switches corresponding to the short ones.

- Documentation update.
12 years ago
Timothy Pearson 2a1e6823ef Add documentation for prior commit 12 years ago
Timothy Pearson d6504ec10a Pass ACPI power key events through the lock dialog 12 years ago
Timothy Pearson af4be97214 Enable lock session keyboard hotkey 12 years ago
Richard Grenville cd62d55a5b Improvement #137: --xinerama-shadow-crop
Add --xinerama-shadow-crop to crop shadow to current Xinerama screen.
Thanks to Feltzer for suggestion.
12 years ago
Darrell Anderson 3fce7943f4 Rename KStyle to TDEStyle to avoid conflicts with KDE4. 12 years ago
Francois Andriot df510360d3 Fix typo in commit 888a696a 12 years ago
Darrell Anderson 888a696a3d Add help handbook information about new TDM GUI check box
control to restart X server when terminating a Trinity session.
This supports bug report 1245.
12 years ago
Darrell Anderson f3db9433f8 Add the ability to force Kate into MDI mode all the time.
This resolves bug report 1127.
12 years ago
Slávek Banko 82958c52cc Use standard cmake way to install setuid binaries 12 years ago
Timothy Pearson d4f7d3ed42 Update media tdeioslave in support of Bug 1612 12 years ago