Commit Graph

1639 Commits (115138a5a0e7e00c2092345972d9a003384af8a7)
 

Author SHA1 Message Date
Darrell Anderson 853f2558ab Set WITH_SUDO_TDESU_BACKEND configuration option to same default as tdelibs.
This resolves bug report 1702.
11 years ago
Slávek Banko 0bc7a6a5ed Fix unintended automatic selection during renaming in Konqueror listview
This relates to Bug 1677
11 years ago
Richard Grenville ed99f1b2c9 Misc: --write-pid-path & small changes
- Add --write-pid-path to write process ID to a file, to help
  determining compton's process ID when -b is used.

- Add a few extra targets to query through D-Bus opts_get (version, pid,
  etc.) and through win_get, primarily for debugging.

- Add helper macros likely(), unlikely(), cmalloc(), ccalloc(),
  crealloc().

- Change w->opacity_set to opacity_t. Determine display_repr in
  session_init(), etc.
11 years ago
Michele Calgaro 6525a4c1bb Fix permanently change shortcuts for some actions in Konqueror
This resolves Bug 1689
11 years ago
Michele Calgaro b42f6dbb13 Enhance renaming in Konqueror listview
This resolves Bug 1677
11 years ago
Darrell Anderson 7d025dfef0 Update XDG mimetypes. 11 years ago
Darrell Anderson 41044ad489 Update Theme Manager thumbnails. This resolves bug report 1376. 11 years ago
Darrell Anderson 3c5ccaf3be Fix unresponsive kcontrol theme manager buttons. 11 years ago
Darrell Anderson fd2f0b369d Add accelerator key underlines to konsole main menu bar. 11 years ago
Timothy Pearson 740cdbc249 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 11 years ago
Timothy Pearson a039120e05 Fix high kompmgr CPU load when Amarok main window is mapped
Fix new standard and menu window paint failure when Amarok main window is mapped
11 years ago
Slávek Banko d1324133ee Fix kcm mouse module crash
This resolves Bug 1688
11 years ago
Slávek Banko 9f0a2b5a83 Sort order of widgets in taskbar settings 11 years ago
Michele Calgaro 7119c2b268 Add option to display only icons on taskbar
This resolves Bug 360
11 years ago
Slávek Banko cbbc7ad02e Fix getting kdesktop_pid in kdesktop_lock
This fixes sending a signal on fully activation to kdesktop
SaverEngine. This fixes setting Saving state in SaverEngine.
This fixes hang in processing kdesktop lock dcop call during
the switch to suspend modes when the screen saver is active.
11 years ago
Slávek Banko 4e5c2c2052 Fix defaults for tabbar mouse wheel in konsole and konqueror 12 years ago
Richard Grenville 522923dbc7 Bug fix #153: Possible fix for a rare timing issue
Possible fix for a very rare timing issue in focus detection. Compton
may fail to detect the currently focused window, when a window newly
mapped gets focused, we failed to listen to events and get FocusIn from
it in time, and a series of focus change events before it happens stay
in the event queue and puzzled compton. My choice is to force focus
recheck on all focus-related events. More roundtrips to X, but not
necessarily worse performance, due to the high cost of focus flipping
especially when there's a lot of conditions. Thanks to SlackBox for
reporting.  (#153)
12 years ago
Michele Calgaro dd68da828b Fix enabling move tab left/right in tab popup menu in konqueror
This resolves Bug 1067
12 years ago
Michele Calgaro 36ba7f5345 Add check box to control tabbar mouse wheel in konqueror
Move tabbed browsing options into single dialog
This resolves Bug 910
12 years ago
Michele Calgaro 1041337c62 Add move session left/right into tab popup menu in konsole
This resolves Bug 1682
12 years ago
Slávek Banko 9d949b42ae Sort order of widgets in konsole settings 12 years ago
Michele Calgaro 6ad5175eaa Add check box to control tabbar mouse wheel in konsole
This resolves Bug 909
12 years ago
Michele Calgaro 2a5554c07c Cleanup build warnings in konsole 12 years ago
Slávek Banko a7427e16ef Fix renaming of kwinrulesrc file in r14-xdg-update 12 years ago
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