Commit Graph

1747 Commits (4d21a120d2478b8d0abe7ecaf9a688f2aa88c049)
 

Author SHA1 Message Date
Slávek Banko 66eb955042 Cleanup TDELocale warning in kicker 11 years ago
Slávek Banko 7a8b0da20f Allow mount options specific to filesystem in tdehw storage backend
This relates to Bug 1708
11 years ago
Michele Calgaro c244bac153 Add option to enable accelerators in Konsole menu bar
Add default shortcut for show/hide Konsole menu bar
This resolves Bug 1701
11 years ago
Darrell Anderson 6409e49025 Clarify konsole printf output message. 11 years ago
Darrell Anderson f745371f2b Update Q->TQ constants in ui files. 11 years ago
Darrell Anderson 183530f36a Revert commit fd2f0b36, adding konsole accelerators to the menubar. 11 years ago
Richard Grenville 640ef04378 Misc: Add properties to the registration window
Add WM_CLASS, COMPTON_VERSION, and _NET_WM_PID properties to the
registration window, to ease the development of pcman's compton-conf.
11 years ago
Slávek Banko a60f9a1145 Fix remaing kcm mouse module crashes 11 years ago
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