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
8c8a5b7f [view]master2012-10-31 00:57:37 -0500Timothy Pearson[tde-style-lipstik] Update style
ccef52cd [view]master2012-10-31 00:42:25 -0500Timothy Pearson[tdeartwork] Update styles
d26d6ac2 [view]master2012-10-30 22:44:02 -0500Timothy Pearson[tdelibs] Style update
0836d464 [view]master2012-10-30 22:42:44 -0500Timothy Pearson[tqt] Automated update from Qt3
69429dcf [view]master2012-10-30 22:41:50 -0500Timothy Pearson[qt3] Add new style primatives for enhanced third party style compatibility
47f54a1c [view]master2012-10-31 08:54:09 +0800Richard Grenville[tdebase] Improvement: Try to reduce reg_ignore regenerations
- Try to reduce regenerations of reg_ignore. Highly experimental and
could lead to very obscure bugs. More testing needed.
- Introduce to_paint in struct _win to keep track of whether this window
was painted last time.
- Drop CAN_DO_USABLE support. Its usage looks pretty limited.
- Fix a bug that possibly causes rendering issues on frame width changes
if frame_opacity is enabled.
- Detect other borders (instead of only top border) when determining
frame opacity.
- Change the type of w->mode from int to an enumeration type.
- Ignore ShapeNotify if the window is not mapped, to avoid loss of
w->border_size in some cases, which breaks the fading out process of
shaped windows.
- Stop rendering a window if its picture is lost and it's unmapped, to
avoid a series of X errors and possible rendering problems.
d53bb733 [view]master2012-10-30 17:05:14 -0500Timothy Pearson[gtk3-tqt-engine] Finished tab widgets, group boxes, and add preliminary popup menu support
27ccd2aa [view]master2012-10-30 16:48:40 -0500Timothy Pearson[tdewebdev] Fix FTBFS on TQt3
2440b621 [view]master2012-10-30 15:25:42 -0500Timothy Pearson[tdevelop] Fix FTBFS with TQt3
7b29b836 [view]master2012-10-30 13:51:00 -0500Timothy Pearson[tdegames] Fix FTBFS on TQt3
de9980a5 [view]master2012-10-30 12:06:46 -0500Darrell Anderson[tdebindings] Fix build on Ruby 1.9.x without pkgconfig file.
d2b03dad [view]master2012-10-30 11:09:38 -0500Darrell Anderson[koffice] Fix some "is not defined" warnings.
4a607cea [view]master2012-10-30 18:11:30 +0800Richard Grenville[tdebase] Misc: Small adjustments
- Minor change of code in configure_win() for a slight performance boost
in some cases.
- Discovered there are a lot of X errors that I basically cannot fix, caused by
the asynchronous nature of Xlib...
- Correct the position of the timestamps in DEBUG_REPAINT. This might
have negative effects for debugging X errors, though.
10f16917 [view]master2012-10-29 20:26:15 -0500Darrell Anderson[tdeutils] Fix some "is not defined" warnings.
ec566dbe [view]master2012-10-30 01:21:29 +0100Slávek Banko[kchmviewer] Fix FTBFS due to missing QT_LDFLAGS
Thanks to Francois Andriot
756f3ebf [view]master2012-10-29 18:58:25 -0500Darrell Anderson[tdegames] Fix "HAVE_ARTS" is not defined warning messages.
Patch found in KDE bug report 118224 - No in game sounds.
a66a6bbf [view]master2012-10-29 16:17:27 -0500Timothy Pearson[gtk3-tqt-engine] Add tab prelighting support
222c53bf [view]master2012-10-29 20:25:23 +0100Slávek Banko[kaffeine] Add support for xine 1.2 libraries
Thanks to Francois Andriot
0bf8ed26 [view]master2012-10-29 14:03:10 -0500Timothy Pearson[gtk3-tqt-engine] A few widgets are now working somewhat
6bcc871e [view]master2012-10-29 22:00:11 +0800Richard Grenville[tdebase] Bug fix: Fading blocks in rare circumstances
- In very rare circumstances, poll() to the X connection returns 1 but
no events are read out, causing XNextEvent() in the main loop to wait
infinitely until another event comes, typically affecting fading
process only, causing fading to appear somehow stopped. This commit
adds a (possible) fix.
- Listen to Expose events of the X Composite overlay window if we are
painting to it, to avoid making some parts of the screen blank when
switching out of X screen in --paint-on-overlay mode.
- Drop "fade_fin" member of struct _win, because it's pretty useless.
- Drop unused "root" parameter of expose_root(), move get_time_ms() to
compton.h, etc.
c8804353 [view]master2012-10-29 04:16:52 +0100Slávek Banko[amarok] Fix build on Ruby 1.9.x without pkgconfig file
9241945d [view]master2012-10-29 04:14:02 +0100Slávek Banko[amarok] Fix FTBFS due to system scriptmanager.h
Thanks to Darrell Anderson
af8d937e [view]master2012-10-29 04:12:14 +0100Slávek Banko[amarok] Add conditionnal inotify support
Thanks to Francois Andriot
e566a4be [view]master2012-10-28 21:02:13 +0100Slávek Banko[koffice] Fix Ruby 1.9.x shared library test without pkgconfig file
5d27227c [view]master2012-10-28 14:08:03 -0500Darrell Anderson[koffice] Fix koffice FTBFS on 64-bit.
This resolves bug report 1236.
cfc258b0 [view]master2012-10-28 10:21:21 +0100Slávek Banko[libksquirrel] Fix doc installation directory
Thanks to Francois Andriot
b0432108 [view]master2012-10-28 17:02:07 +0800Richard Grenville[tdebase] Improvement: Change clear_shadow implementation
- Implement clear_shadow with painting region limitation instead of
calculation in shadow image, to make it work correctly on windows with
rounded corners, requested by funeral1988. This might cause more load
on CPU, but could mean less load for GPU. The original implementation
is kept but commented out.
- Code cleanup.
388cb22e [view]master2012-10-27 17:41:35 -0500Timothy Pearson[tqtinterface] Add TQTIPLABEL_OBJECT_NAME_STRING
224fb75b [view]master2012-10-27 17:36:44 -0500Timothy Pearson[tqtinterface] Add TQTOOLTIP_OBJECT_NAME_STRING
00ce7d0d [view]master2012-10-27 21:46:01 +0800Richard Grenville[tdebase] Bug fix #57: Fix incorrect handling of InputOnly windows
- Stop rendering InputOnly windows. In the past I've misunderstood the
whole thing, I guess, sorry. Thanks to garfilth and funeral1988 for
reporting and providing valuable information.
- Fix a possible segfault in DDEBUG_EVENTS.
- Add "dbe" as a configuration file option.
- Attempt to slightly reduce the rendering delay after VSync in non-DBE
mode. I don't think, however, that this would be greatly helpful for
the tearing issue.
52bda05b [view]master2012-10-27 01:54:48 +0200Slávek Banko[tde-packaging] Fix tdenetwork include files location on Debian and Ubuntu
This solves FTBFS caused by previous commit
3144ada2 [view]master2012-10-26 18:11:08 -0500Darrell Anderson[tdenetwork] Add missing file from previous commit 10026753.
10026753 [view]master2012-10-26 16:41:56 -0500Darrell Anderson[tdenetwork] Added XMMS support to CMake.
Thanks to Slavek Banko.
970116b1 [view]master2012-10-26 16:37:06 -0500Timothy Pearson[tqt] Regenerate moc files
f73a9dc1 [view]master2012-10-26 15:56:56 -0500Darrell Anderson[yakuake] Add automake support for --enable-gcc-hidden-visibility.
dc12b31a [view]master2012-10-26 15:56:12 -0500Darrell Anderson[twin-style-crystal] Add automake support for --enable-gcc-hidden-visibility.
57607a15 [view]master2012-10-26 15:55:12 -0500Darrell Anderson[tellico] Add automake support for --enable-gcc-hidden-visibility.
b2aedca2 [view]master2012-10-26 15:54:25 -0500Darrell Anderson[tde-systemsettings] Add automake support for --enable-gcc-hidden-visibility.
f266fb5f [view]master2012-10-26 15:53:35 -0500Darrell Anderson[tde-style-lipstik] Add automake support for --enable-gcc-hidden-visibility.
345dbf0b [view]master2012-10-26 15:52:43 -0500Darrell Anderson[soundkonverter] Add automake support for --enable-gcc-hidden-visibility.
db146035 [view]master2012-10-26 15:51:59 -0500Darrell Anderson[smb4k] Add automake support for --enable-gcc-hidden-visibility.
7142857b [view]master2012-10-26 15:51:15 -0500Darrell Anderson[rosegarden] Add cmake support for WITH_GCC_VISIBILITY.
6ca04ccd [view]master2012-10-26 15:50:28 -0500Darrell Anderson[potracegui] Add automake support for --enable-gcc-hidden-visibility.
8ab29ecb [view]master2012-10-26 15:49:51 -0500Darrell Anderson[kvpnc] Add automake support for --enable-gcc-hidden-visibility.
8732c4db [view]master2012-10-26 15:49:02 -0500Darrell Anderson[kvkbd] Add automake support for --enable-gcc-hidden-visibility.
87a41310 [view]master2012-10-26 15:48:24 -0500Darrell Anderson[ktorrent] Add automake support for --enable-gcc-hidden-visibility.
f3a0bf5b [view]master2012-10-26 15:47:44 -0500Darrell Anderson[ktechlab] Add automake support for --enable-gcc-hidden-visibility.
56adbdb3 [view]master2012-10-26 15:46:54 -0500Darrell Anderson[ksystemlog] Add automake support for --enable-gcc-hidden-visibility.
a573ff53 [view]master2012-10-26 15:46:15 -0500Darrell Anderson[ksquirrel] Add automake support for --enable-gcc-hidden-visibility.
a81c04b7 [view]master2012-10-26 15:45:32 -0500Darrell Anderson[krusader] Add automake support for --enable-gcc-hidden-visibility.

List generated Mon Jul 13 23:20:02 2026
Currently showing patches 46401 to 46450 of 56747 [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]