Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
b31d3f93 [view]master2013-03-18 20:14:37 -0500Timothy Pearson[thirdparty] Update to fix single core builds
69c3579a [view]master2013-03-18 19:01:18 +0800Richard Grenville[tdebase] Improvement: GLX: Use SCISSOR_TEST instead of STENCIL_TEST when possible
- GLX backend: Use GL_SCISSOR_TEST instead of STENCIL_TEST if there's
only one rectangle in glx_set_clip(). Profiling with gDebugger shows a
10% performance improvement.
- Add .desktop installation rules. (#97)
848103bc [view]master2013-03-18 11:48:28 +0800Richard Grenville[tdebase] Bug fix: GLX: ARGB texture too dark & Jitter when resize & others
- GLX backend: Fix a bug that ARGB windows / shadows are rendered too
dark. Thanks to derhass in FreeNode/##opengl for help.
- GLX backend: Fix a problem that during window resize the content looks
jittering, by letting compton fetch pixmap sizes with XGetGeometry()
instead of relying on window width/height, which could be inaccurate
during window resize. Negative effect on performance. Thanks to M4he
for reporting. (#7)
- Add .desktop file. Thanks to quequotion for providing it. (#97)
- Avoid checking presence of window pixmap, because they may not exist
with very old X Composite implementations.
- Add workaround for a strange window restack issue when compton
receieves a ConfigureNotify with non-existent new above window.
- Add debugging function hexdump(). Extra sanity checks on various
places.
2cdc4ecf [view]master2013-03-17 22:45:02 -0500Timothy Pearson[tdenetwork] Fix krdc fullscreen mode under Xinerama
6f4e4fff [view]master2013-03-17 16:46:37 +0100Slávek Banko[tde-packaging] Fix unintended renames in Replaces and Breaks on Debian and Ubuntu
9b4c84b2 [view]master2013-03-17 12:33:32 +0100Slávek Banko[ktechlab] Fix crash when component is added to the circuit
This resolves bug reported in Debian BTS #493692
17f7d31a [view]master2013-03-17 12:14:00 +0800Richard Grenville[tdebase] Bug fix: GLX backend incompatibility with VirtualBox & others
- GLX backend: Fix a bug that window content does not get updated on
VirtualBox, by rebinding texture when window content changes. This may
have a negative effect on performance.
- GLX backend: Add --glx-no-stencil to restore the old clipping method,
just in case.
- GLX backend: Apply stricter checks on texture-pixmap binding.
- GLX backend: Fix a bug that glx_set_clip() behaves incorrectly when
None is passed in.
- GLX backend: Use glEnable()/glDisable() to toggle stencil tests, in
hope to increase performance.
- Move window pixmap/picture fetching to win_paint_win(), in hope to
increase performance.
- Intersect shadow painting region with its bounding rectangle, in hope
to increase performance.
74792903 [view]master2013-03-16 22:54:43 +0800Richard Grenville[tdebase] Bug fix: GLX backend incompatibility with mesa & others
- Fix a bug that glx_bind_pixmap() doesn't work with mesa drivers.
Thanks to Janhouse and mkraemer for reporting. (#7)
- Use stencil buffer to attempt to eliminate potential double-paint
issue in glx_render(). X Fixes doesn't guarantee the rectangles in a
region do not overlap, and this may cause some regions to be painted
twice, which would be a problem if we are painting transparent things.
Now the target window must have a stencil buffer. Compiz uses its own
region implementation to deal with this, but as a lightweight
compositor we can't really do the same. It may have a positive or
negative effort over performance. Callgrind result indicates basically
no change in performance, but this may or may not be true.
- Correctly distinguish GL extensions and GLX extensions. Sorry. :-D
- Handle screen size. Thanks to tsmithe for reporting. (#7)
- Rename OpenGL backend to GLX backend, because, we might have a EGL
backend someday.
- Add configuration file option `backend` to specify backend. Add
`backend` to D-Bus `opts_get`.
- Add OpenGL shader compilation code, but currently unused.
- Minor adjustments.
- Known issue: Window content doesn't get updated in VirtualBox,
probably because its OpenGL implementation requires constant rebinding
of texture. But that's really slow...
- Known issue: Blur feature is still unimplemented in GLX backend.
f9f1e1f2 [view]master2013-03-15 23:16:23 +0800Richard Grenville[tdebase] Feature: OpenGL backend
- Add experimental OpenGL backend (--opengl). --blur-background is
currently not possible with this backend, because I'm still trying to
find a proper way to do blur with OpenGL. Flipping backend on-the-fly
is really hard, so it isn't supported right now. No configuration file
option exists to enable this, because it isn't stable enough.
- Add `opengl-swc` VSync method that uses SGI_swap_control to control
buffer swap, with OpenGL backend. (#7)
- Fix a potential read-from-freed-memory issue in paint_all().
- Correctly reattach GLX context after fork.
- Dump error text in error(). Add GLX error code handling.
- Code clean-up.
- Known issues: Region operations take a lot of time in glx_render().
I'm hesitating about what to do.
063e2351 [view]master2013-03-13 01:21:41 +0100Slávek Banko[tdegames] Fix pixmap handling in KMines
This resolves Bug #1416
128f9d21 [view]master2013-03-12 00:48:19 -0500Timothy Pearson[kerberostray] Fix autostart
690589bb [view]master2013-03-12 09:43:14 +0800Richard Grenville[tdebase] Bug fix: Create OpenGL context only after initializing overlay
- Create OpenGL context only after initializing overlay, which fixes a
bug that --paint-on-overlay does not work with OpenGL VSync. Thanks to
tsmithe for reporting. (#7)
7a778653 [view]master2013-03-10 16:06:45 -0500Timothy Pearson[tde-packaging] Rename remaining references to kio packages in Debian and Ubuntu packaging files
07ed9901 [view]master2013-03-10 18:45:54 +0800Richard Grenville[tdebase] Improvement: ARGB window matching & Enable track_focus with D-Bus
- Add predefined matching target "argb" to match ARGB windows.
- Make it possible to enable focus tracking on-the-fly with D-Bus
method.
fb6cafce [view]master2013-03-09 12:41:16 -0600Timothy Pearson[tdebase] Add destructor to ReniceDlg in order to work around armel FTBFS
6303f7a6 [view]master2013-03-09 17:21:53 +0100Slávek Banko[tde] Fix unintended rename of SAKProcess*
0dd840ea [view]master2013-03-09 17:18:55 +0100Slávek Banko[tdebase] Fix unintended rename of SAKProcess*
3e0ee937 [view]master2013-03-09 15:57:11 +0100Slávek Banko[tde] Fix unintended rename of PEAKFILE
a05eab95 [view]master2013-03-09 15:52:57 +0100Slávek Banko[rosegarden] Fix unintended rename of PEAKFILE
a000cdf8 [view]master2013-03-09 15:46:46 +0100Slávek Banko[tde] Fix unintended rename of KUICKFILE
cb33e4af [view]master2013-03-09 15:43:16 +0100Slávek Banko[tdegraphics] Fix unintended rename of KUICKFILE
3a9b4770 [view]master2013-03-09 15:42:03 +0100Slávek Banko[kuickshow] Fix unintended rename of KUICKFILE
c43e2d1e [view]master2013-03-09 15:14:20 +0100Slávek Banko[tde] Fix unintended rename of GTK*
7ba95893 [view]master2013-03-09 15:08:08 +0100Slávek Banko[kdbusnotification] Fix unintended rename of GTK*
9cc97365 [view]master2013-03-09 15:07:51 +0100Slávek Banko[gtk3-tqt-engine] Fix unintended rename of GTK*
e22835d3 [view]master2013-03-09 15:00:48 +0100Slávek Banko[tde] Fix unintended rename of WAVPACK*
2b5bd915 [view]master2013-03-09 14:54:38 +0100Slávek Banko[soundkonverter] Fix unintended rename of WAVPACK*
72754587 [view]master2013-03-09 14:52:55 +0100Slávek Banko[amarok] Fix unintended rename of WAVPACK*
94b2aacd [view]master2013-03-09 13:41:02 +0100Slávek Banko[tde-packaging] Update tdelibs build-dep on libcups2-dev on Debian and Ubuntu
5d01ab53 [view]master2013-03-09 13:28:40 +0100Slávek Banko[tde-packaging] Fix unintended renames in Replaces and Breaks on Debian and Ubuntu
2ae367ef [view]master2013-03-09 13:15:27 +0100Slávek Banko[tde-packaging] Rename *-kio-* packages on Debian and Ubuntu
34dfb0d7 [view]master2013-03-08 14:22:41 -0600Timothy Pearson[tdebase] Add destructor to PanelDirDropMenu in order to work around armel FTBFS
08140fe7 [view]master2013-03-07 02:56:13 +0100Slávek Banko[kvirc] Fix typo in example script autoidle
ddd5b088 [view]master2013-03-07 02:43:19 +0100Slávek Banko[tde] Fix unintended rename of tradukfontdosiero
c85a0e31 [view]master2013-03-07 02:39:09 +0100Slávek Banko[tdelibs] Fix unintended rename of tradukfontdosiero
e473251d [view]master2013-03-06 14:38:41 -0600Timothy Pearson[tde-packaging] Update Debian and Ubuntu packaging to match new module names
e6ac9e66 [view]master2013-03-06 18:31:10 +0100Slávek Banko[tde] Fix unintended rename of *kselectie
65ba8999 [view]master2013-03-06 18:24:57 +0100Slávek Banko[koffice-i18n] Fix unintended rename of *kselectie
f18522cf [view]master2013-03-05 22:15:01 +0100Slávek Banko[scripts] create_tarball: Remove unneeded renaming of rebranded packages
355b60b1 [view]master2013-03-05 12:23:49 -0600Timothy Pearson[tde] Move kio-umountwrapper to tdeio-umountwrapper
628827db [view]master2013-03-05 12:14:07 -0600Timothy Pearson[tde] Move kio-locate to tdeio-locate
268034bf [view]master2013-03-05 12:04:51 -0600Timothy Pearson[tde] Move kio-apt to tdeio-apt
4d696837 [view]master2013-03-05 11:43:25 -0600Timothy Pearson[tde] Move kdmtheme to tdmtheme
6f039188 [view]master2013-03-05 11:21:04 -0600Timothy Pearson[tde] Move kradio repository to tderadio
0ab8ac0a [view]master2013-03-05 09:46:52 -0600Darrell Anderson[tdebase] Update starttde script to force run r14-xdg-update against the latest renaming changes.
1ccb66e2 [view]master2013-03-05 09:19:17 -0600Darrell Anderson[tdebase] Update r14-xdg-update script for latest renaming changes.
c1efd165 [view]master2013-03-05 00:00:41 -0600Darrell Anderson[tdebase] Fix error messages.
260953ef [view]master2013-03-04 21:58:47 -0600Darrell Anderson[tdebase] Update r14-xdg-update script for latest renaming changes.
5de56b45 [view]master2013-03-04 21:57:44 -0600Darrell Anderson[tdebase] Update migratekde3 script for latest renaming changes.
a3c0e37e [view]master2013-03-05 03:13:51 +0100Slávek Banko[tdebase] Fix default for GUI option ShowArchivesAsFolders, to comply with dirtree module
69e19c72 [view]master2013-03-05 02:25:18 +0100Slávek Banko[tde] Fix unintended rename of Netzwerksocket, netwertdeconfig
af207094 [view]master2013-03-05 02:21:58 +0100Slávek Banko[tdevelop] Fix unintended rename of Netzwerksocket, netwertdeconfig
62f551fd [view]master2013-03-05 02:19:40 +0100Slávek Banko[kmyfirewall] Fix unintended rename of Netzwerksocket, netwertdeconfig
4a2cfc3e [view]master2013-03-05 02:18:52 +0100Slávek Banko[amarok] Fix unintended rename of Netzwerksocket, netwertdeconfig
a83059f6 [view]master2013-03-05 01:50:23 +0100Slávek Banko[tde] Fix unintended rename of grafitdefile*
12bc90c1 [view]master2013-03-05 01:44:12 +0100Slávek Banko[koffice-i18n] Fix unintended rename of grafitdefile*
c421e9e2 [view]master2013-03-05 01:43:53 +0100Slávek Banko[kile] Fix unintended rename of grafitdefile*
672532d6 [view]master2013-03-05 01:27:22 +0100Slávek Banko[tde] Fix unintended rename of Diskfile, Diskcache
1aeb10fe [view]master2013-03-05 01:24:33 +0100Slávek Banko[tde-i18n] Fix unintended rename of Diskfile, Diskcache
e3822b61 [view]master2013-03-05 01:23:04 +0100Slávek Banko[k3b-i18n] Fix unintended rename of Diskfile, Diskcache
20959c97 [view]master2013-03-05 01:10:16 +0100Slávek Banko[tde] Fix unintended rename of Amarokscript
f16e4157 [view]master2013-03-05 01:03:19 +0100Slávek Banko[amarok] Fix unintended rename of Amarokscript
826bb3f1 [view]master2013-03-05 00:55:52 +0100Slávek Banko[tde] Fix unintended rename of musikkfile*
ccc3a498 [view]master2013-03-05 00:48:20 +0100Slávek Banko[amarok] Fix unintended rename of musikkfile*
e06967d2 [view]master2013-03-05 00:28:42 +0100Slávek Banko[tde] Fix unintended rename of musikfile*
437652c6 [view]master2013-03-05 00:12:36 +0100Slávek Banko[amarok] Fix unintended rename of musikfile*
71625b1f [view]master2013-03-03 17:43:47 -0600Timothy Pearson[tqt3] Automated update from Qt3
902e15ed [view]master2013-03-03 17:43:29 -0600Darrell Anderson[qt3] Add more information to help debugging
e9785ee7 [view]master2013-03-03 20:52:07 +0100Slávek Banko[tdebase] Reapply commit 936d3cec inadvertently reverted in de7e5867
f85e23a5 [view]master2013-03-03 13:35:49 -0600Darrell Anderson[gtk-qt-engine] Fix FTBFS.
dc4da095 [view]master2013-03-03 21:53:08 +0800Richard Grenville[tdebase] Bug fix #93: Assertion failure when window reparented
- Fix an assertion failure that occurs when a window is reparented to
the root window then immediately to another window. Thanks to smlx for
reporting.
- Add extra debugging info for ReparentNotify.
c0386d2b [view]master2013-03-02 23:40:44 -0600Darrell Anderson[twin-style-crystal] Update sources to version 1.0.7.
This resolves bug report 878.
cc2fe8c2 [view]master2013-03-02 23:38:10 -0600Darrell Anderson[gwenview] Rename image files.
975f3a15 [view]master2013-03-02 23:30:32 -0600Darrell Anderson[amarok] Fix stale web URLs. This partially resolves bug report 1263.
a69ed77a [view]master2013-03-02 23:16:16 -0600Darrell Anderson[tdepim] Provide akregator check box controls for displaying favicons and loading images.
This partially resolves bug report 1360.
8d3c9358 [view]master2013-03-02 23:12:22 -0600Darrell Anderson[tdepim] Fix obsolete link in Kmail OpenPGP passphrase dialog.
This partially resolves bug report 1179.
f20f225f [view]master2013-03-02 23:05:13 -0600Darrell Anderson[tdewebdev] Remove obsolete Quanta "Missing Apps" links.
This resolves bug report 1256.
4ed913cf [view]master2013-03-02 22:54:28 -0600Fat-Zer[tdeutils] Fix ksim crash. This resolves bug report 1322.
e39534e8 [view]master2013-03-02 22:44:25 -0600Darrell Anderson[tdebase] Add icon images for commit 48e7fc5a.
194cf519 [view]master2013-03-02 22:09:16 -0600Darrell Anderson[tdegraphics] Add GUI check box control whether to retainn kpdf metadata.
This resolves bug report 1215.
5b329bb4 [view]master2013-03-02 22:03:23 -0600Darrell Anderson[gtk-qt-engine] Change cache file location to user's TDE cache directory rather than user's root directory.
This resolves bug report 1259.
8272b0e4 [view]master2013-03-02 21:54:48 -0600Darrell Anderson[libtqt-perl] Fix libtqt-perl from building smoke support when tdebindings has that support.
This resolves bug report 1269.
2a17176a [view]master2013-03-02 21:50:47 -0600Darrell Anderson[tdebase] Restore 'Custom' session option to login manager.
This resolves bug report 1413.
7bd9856f [view]master2013-03-02 21:48:40 -0600Darrell Anderson[tdebase] Provide GUI check box control for tdmrc AllowRootLogin.
This resolves bug report 1296.
de495952 [view]master2013-03-02 21:46:08 -0600Darrell Anderson[tdebase] Add GUI check box to control display of favicons in konqueror.
This resolves bug report 1361.
8f1fb61e [view]master2013-03-02 21:37:41 -0600Darrell Anderson[tdebase] Add preliminary support to improve kcontrol keyboard repeat speed setting.
This partially resolves bug report 1349.
48e7fc5a [view]master2013-03-02 21:32:09 -0600Darrell Anderson[tdebase] Add GUI control support to test kcontrol mouse double-click setting.
Work is needed to toggle the icon image after testing the double-click.
This partially resolves bug report 1324.
8339faaa [view]master2013-03-02 21:28:30 -0600Darrell Anderson[tdelibs] Keep tdelibs consistent with tdebase in commit 0cb3dd41.
0cb3dd41 [view]master2013-03-02 21:24:29 -0600Darrell Anderson[tdebase] Add GUI control for menu popup delay setting in $HOME/.qt/kstylerc.
This resolves bug report 1323.
37c081e3 [view]master2013-03-02 21:18:59 -0600Darrell Anderson[tdebase] Add check box to control behavior of the Alt key in menu navigation.
This partially resolves bug report 1317.
882522b2 [view]master2013-03-02 21:13:34 -0600Darrell Anderson[tdebase] Add GUI check box for tdmrc[X-:*-Core] TerminateServer setting located at
KControl->System Administration->Login Manager->Shutdown->Restart X-server with session exit.
33b2e522 [view]master2013-03-02 21:09:16 -0600Darrell Anderson[tdebase] Update tab popup context menu to include Move Tab Left/Right options.
Work is needed to disable the respective Move Tab Left/Right menu options
when the tab is already the left-most/right-most tab.
This partially resolves bug report 1067.
7255491d [view]master2013-03-02 21:04:12 -0600Darrell Anderson[tdebase] Add GUI check box for controlling the display of archives as folders in Konqueror navigator side pane.
This resolves bug report 1268.
c84d841e [view]master2013-03-02 21:01:28 -0600Darrell Anderson[tdebase] Add GUI check box control for the konquerorrc HoverCloseButton configuration option.
This resolves bug report 895.
2b96a180 [view]master2013-03-02 20:58:07 -0600Darrell Anderson[tdebase] Add GUI check box to control mouse wheel cycling over tab bar in konqueror.
Work remains to finish the patch to actually stop the cycling.
This partially resolves bug report 910.
d9087191 [view]master2013-03-02 20:54:02 -0600Darrell Anderson[tdebase] Add GUI check box to control mouse wheel cycling over tab bar in konsole.
Work remains to finish the patch to actually stop the cycling.
This partially resolves bug report 909.
daff95cb [view]master2013-03-02 20:46:09 -0600Darrell Anderson[tdebase] Patch to add GUI controls for the logoff gray fadeaway.
Work is needed to provide sliders to control darkness and fade speeds.
This partially resolves bug report 258.
9ee857cf [view]master2013-03-02 20:42:18 -0600Darrell Anderson[tdebase] Provide kcmprivacy option to delete kpdf metadata.
This resolves bug report 1216.
fa8e4262 [view]master2013-03-02 20:32:39 -0600Darrell Anderson[tdebase] Fix nominal kdeeject problems.
This resolves bug report 1197.
febcc863 [view]master2013-03-02 20:25:24 -0600Darrell Anderson[tdebase] Fix when kompmgr printf message is displayed.

List generated Thu May 2 02:17:39 2024
Currently showing patches 32101 to 32200 of 46017 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]