Commit Graph

1665 Commits (fbaafc964bf4d321788da341445fc875e5f87e39)
 

Author SHA1 Message Date
Timothy Pearson f534a63b03 Minor code cleanup 11 years ago
Slávek Banko 6523942e55 Fix saving kicker settins in wrong section 11 years ago
Michele Calgaro 0230e38665 Fix slow first opening kicker T-Menu on Alt+F1
This resolves Bug 1733
11 years ago
Michele Calgaro 43e8fa69b3 Fix wrong maintained kate MRU list if any plugin is enabled
This resolves Bug 1743
11 years ago
Richard Grenville 44a13b4e76 Feature: Add XRender-GLX hybird backend
- Add new backend "xr_glx_hybird", which uses X Render for all
  compositing but GLX on the last step of rendering to screen.  This
  makes GLX-backend-specific VSync methods usable while may avoid
  certain bugs with GLX backend. The idea comes from ali1234.
  Experimental.

- GLX backend: Stop using or rendering to depth buffer.

- Use glFinish() instead of glFlush() before VSync. It probably uses
  more CPU but could be more reliable than glFlush().
11 years ago
Michele Calgaro b88d1a9c26 Fix adding newly created documents to MRU list in kate
This resolves Bug 1680
11 years ago
Michele Calgaro 91ff56bbdf Fix buttons covered by progress bar in logout status dialog
This relates to Bug 1667
11 years ago
Timothy Pearson c1dcc6c589 Remove unused obsolete code from nsplugin viewer 11 years ago
Darrell Anderson d4c4140b66 Add end-of-file newlines. 11 years ago
Darrell Anderson 90f1f50f00 Fix remnant QMIN/QMAX to TQMIN/TQMAX. 11 years ago
Darrell Anderson 1c37295608 Fix typo. 11 years ago
Darrell Anderson a8303672a3 Rename KDEsu->TDEsu to provide consistency with previous renamings.
This relates to bug report 1707.
11 years ago
Darrell Anderson a615b2013a Update text string to change menu icon.
This relates to bug report 1706.
11 years ago
Slávek Banko eb091e7d3e Fix allowing utf8 mount options in tdehw storage backend 11 years ago
Michele Calgaro 1c618af70d Add progress bar to logout status dialog
This resolves Bug 1667
11 years ago
Michele Calgaro c4083c1d47 Add GUI control to test kcontrol mouse double-click setting
This resolves Bug 1324
11 years ago
Slávek Banko 7d6186b592 Fix konsole super user sessions with sudo or su
This resolves Bug 853
11 years ago
Darrell Anderson 266a2501df Restore Ignore button in tdesu, but set default to not showing
This relates to Bug 985
11 years ago
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 11 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