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
aa0e597d [view]master2012-10-31 10:46:45 -0500Darrell Anderson[koffice] Fix FTBFS on TQt3
30a39265 [view]master2012-10-31 01:09:09 -0500Timothy Pearson[tde-style-qtcurve] Update for style API
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.
c687151f [view]master2012-10-26 15:44:50 -0500Darrell Anderson[krename] Add automake support for --enable-gcc-hidden-visibility.
97bf7526 [view]master2012-10-26 15:44:09 -0500Darrell Anderson[tderadio] Add automake support for --enable-gcc-hidden-visibility.
1f7396a9 [view]master2012-10-26 15:43:28 -0500Darrell Anderson[kpilot] Add automake support for --enable-gcc-hidden-visibility.
2afd0012 [view]master2012-10-26 15:42:52 -0500Darrell Anderson[konversation] Add automake support for --enable-gcc-hidden-visibility.
ef96ac8e [view]master2012-10-26 15:42:01 -0500Darrell Anderson[koffice] Add automake support for --enable-gcc-hidden-visibility.
24a7a1ec [view]master2012-10-26 15:40:46 -0500Darrell Anderson[knutclient] Add automake support for --enable-gcc-hidden-visibility.
fc792bca [view]master2012-10-26 15:40:05 -0500Darrell Anderson[knowit] Add automake support for --enable-gcc-hidden-visibility.
e6242955 [view]master2012-10-26 15:39:27 -0500Darrell Anderson[knights] Add automake support for --enable-gcc-hidden-visibility.
1b3d219d [view]master2012-10-26 15:38:47 -0500Darrell Anderson[knetstats] Add automake support for --enable-gcc-hidden-visibility.
11835f42 [view]master2012-10-26 15:36:33 -0500Darrell Anderson[knemo] Add automake support for --enable-gcc-hidden-visibility.
e75f6e0d [view]master2012-10-26 15:35:58 -0500Darrell Anderson[kmyfirewall] Add automake support for --enable-gcc-hidden-visibility.
08ba4135 [view]master2012-10-26 15:35:12 -0500Darrell Anderson[kiosktool] Add automake support for --enable-gcc-hidden-visibility.
6af58827 [view]master2012-10-26 15:34:28 -0500Darrell Anderson[kima] Add automake support for --enable-gcc-hidden-visibility.
774bbe19 [view]master2012-10-26 15:33:26 -0500Darrell Anderson[kile] Add automake support for --enable-gcc-hidden-visibility.
e18e0d83 [view]master2012-10-26 15:32:45 -0500Darrell Anderson[tdmtheme] Add automake support for --enable-gcc-hidden-visibility.
80721d2e [view]master2012-10-26 15:32:01 -0500Darrell Anderson[kdirstat] Add automake support for --enable-gcc-hidden-visibility.
20029be8 [view]master2012-10-26 15:31:25 -0500Darrell Anderson[kdiff3] Add automake support for --enable-gcc-hidden-visibility.
bb32a9fc [view]master2012-10-26 15:30:46 -0500Darrell Anderson[kcpuload] Add automake support for --enable-gcc-hidden-visibility.
73fcafe7 [view]master2012-10-26 15:29:57 -0500Darrell Anderson[kcmautostart] Add automake support for --enable-gcc-hidden-visibility.
06efaf1c [view]master2012-10-26 15:29:06 -0500Darrell Anderson[kchmviewer] Add automake support for --enable-gcc-hidden-visibility.
1df4fa81 [view]master2012-10-26 15:28:17 -0500Darrell Anderson[kbookreader] Add automake support for --enable-gcc-hidden-visibility.
32bc4202 [view]master2012-10-26 15:27:33 -0500Darrell Anderson[kbfx] Add cmake support for WITH_GCC_VISIBILITY.
11b4233c [view]master2012-10-26 15:26:22 -0500Darrell Anderson[kbarcode] Add automake support for --enable-gcc-hidden-visibility.
2e04f6c7 [view]master2012-10-26 15:25:30 -0500Darrell Anderson[katapult] Add automake support for --enable-gcc-hidden-visibility.
6cdec267 [view]master2012-10-26 15:24:42 -0500Darrell Anderson[k9copy] Add automake support for --enable-gcc-hidden-visibility.
929d8267 [view]master2012-10-26 15:23:42 -0500Darrell Anderson[filelight] Add automake support for --enable-gcc-hidden-visibility.
6fda3a41 [view]master2012-10-26 15:22:44 -0500Darrell Anderson[basket] Add automake support for --enable-gcc-hidden-visibility.
8a511b5a [view]master2012-10-26 15:20:03 -0500Darrell Anderson[tdewebdev] Add automake support for --enable-gcc-hidden-visibility.
17ec9832 [view]master2012-10-26 15:18:59 -0500Darrell Anderson[tdebindings] Add automake support for --enable-gcc-hidden-visibility.
6ca7c749 [view]master2012-10-26 15:15:39 -0500Darrell Anderson[tdemultimedia] Add automake support for --enable-gcc-hidden-visibility.
fbc8a821 [view]master2012-10-26 15:14:44 -0500Darrell Anderson[tdeedu] Add automake support for --enable-gcc-hidden-visibility.
a263f53f [view]master2012-10-26 15:12:30 -0500Darrell Anderson[tdeaddons] Add automake support for --enable-gcc-hidden-visibility.
354555a2 [view]master2012-10-26 13:58:32 +0200Slávek Banko[tdenetwork] Added OpenSLP support to CMake
93dc8723 [view]master2012-10-26 13:56:01 +0200Slávek Banko[tdenetwork] Fix various cmake build issues
8c65bc40 [view]master2012-10-26 13:27:50 +0200Slávek Banko[tde-packaging] Fix tdenetwork build issues on Debian and Ubuntu
Cdbs files modified to support both automake and cmake
Removed unnecessary files installed into doc
Include files moved to default location
Fix unwanted rename icon with automake
f425336e [view]master2012-10-26 13:11:04 +0200Slávek Banko[tdenetwork] Fix unwanted rename icon with automake
4a8e66dd [view]master2012-10-26 13:10:27 +0200Slávek Banko[tdenetwork] Added test of the presence libgadu with automake
60a2cf42 [view]master2012-10-26 13:09:44 +0200Slávek Banko[tdenetwork] Remove if_ppp errors with automake
Thanks to Darrell Anderson
5df439b2 [view]master2012-10-26 13:09:01 +0200Slávek Banko[tdenetwork] Remove nuisance unsermake warning with automake
Thanks to Darrell Anderson
a02874aa [view]master2012-10-26 02:51:31 -0500Timothy Pearson[gtk-qt-engine] Fix a couple of glitches in tabs and dropdown lists
399df7ae [view]master2012-10-26 11:12:28 +0800Richard Grenville[tdebase] Bug fix #7: Correct a possible issue in VSync
- I realized I might have fundamentally misunderstood VSync. This commit
tries to fix the possible problem, or at least move the tearing line
close to the top of the screen.
- Software VSync is replaced by --sw-opti (software optimization), as
I guess it isn't possible at all to do VSync without driver support.
- Add "vsync" and "sw-opti" as configuration file options.
c1471ff1 [view]master2012-10-24 10:09:59 +0800Richard Grenville[tdebase] Improvement: Add painting on overlay support
- Add support for painting on X Composite overlay window instead of root
window (--paint-on-overlay). I intended to use this to fix the
conflict between conky (own-window off) and compton, but it's
unsuccessful. Will have to ask somebody to figure out how to solve
this problem.
- Rename a few variables to avoid confusion.
- Slightly change how root window content (wallpaper) change is
detected.
- Slightly improve window name detection in DEBUG_EVENTS.
71613f20 [view]master2012-10-23 13:42:20 +0800Richard Grenville[tdebase] Improvement #7: Add double buffering
Add double buffering with X DBE extension in hope to get rid of the
tearing issue. Thanks to cairo-compmgr for providing hints. Could be
enabled with --dbe. Only very limited tests have been done, I don't know
if it actually solves the tearing issue. My estimation is it is harmful
for performance, but I found no clear evidence. Experimental, so no
configuration file option is available for it.
MONITOR_REPAINT is broken if --dbe is turned on, this is intended for
testing whether DBE is actually working.
69d7acf7 [view]master2012-10-22 20:33:39 -0500Darrell Anderson[tdevelop] Add cmake support for WITH_GCC_VISIBILITY.
a1fbf300 [view]master2012-10-22 20:32:59 -0500Darrell Anderson[tdewebdev] Add cmake support for WITH_GCC_VISIBILITY.
af109798 [view]master2012-10-22 20:31:55 -0500Darrell Anderson[tdesdk] Add cmake support for WITH_GCC_VISIBILITY.
7a46add9 [view]master2012-10-22 20:20:10 -0500Darrell Anderson[tdepim] Add cmake support for WITH_GCC_VISIBILITY.
d8cc9f12 [view]master2012-10-22 20:18:02 -0500Darrell Anderson[tdenetwork] Add cmake support for WITH_GCC_VISIBILITY.

List generated Fri Jul 4 02:18:00 2025
Currently showing patches 42901 to 43000 of 53248 [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]