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
989ae9f3 [view]master2012-10-11 11:46:21 -0500Timothy Pearson[tdepowersave] Use TDE HW backend to gather standard CPU information
08bbf7c8 [view]master2012-10-11 11:43:44 -0500Timothy Pearson[tdelibs] Set max and min frequency to current frequency when no CPU governor is available
7abcdb66 [view]master2012-10-11 11:26:39 -0500Timothy Pearson[tdelibs] Add core number to CPU information structure
670343f4 [view]master2012-10-11 11:05:21 -0500Timothy Pearson[tdebase] Fix minor inconsistent CPU info dialog text
5d3425b5 [view]master2012-10-10 21:12:46 +0800Richard Grenville[tdebase] Misc: Code clean-up
- Fix a memory leak in register_cm().
- Print a warning message if argument of --vsync is invalid.
- Known bug: compton will probably freeze X if another compositing
window manager is running and --vsync opengl is enabled, with
nvidia-drivers-304.51. Probably an issue on the driver. I could see no
workaround.
ae5771e1 [view]master2012-10-08 10:20:01 +0800Richard Grenville[tdebase] Feature: #7: VSync
- Add VSync feature. 3 possible VSync methods available: "sw" (software,
not too reliable, but at least you have something to fallback to),
"drm" (using DRM_IOCTL_WAIT_VBLANK, should work only on DRI drivers),
"opengl" (using SGI_swap_control extension OpenGL, might work on more
drivers than the DRM method). "sw" and "opengl" are briefly tested,
"drm" received utterly no test (because I use the nVidia binary blob).
They are enabled with "--vsync sw" / "--vsync drm" / "--vsync opengl".
- Add --refresh-rate to let user specify a refresh rate for software
VSync, in case the automatic refresh rate detection does not work
well.
- Seemingly the automatic refresh rate detection using X RandR in
software VSync detects refresh rate incorrectly. Need further investigation.
- Fix a few bugs in fading timing.
- Add a workaround for client window detection on Fluxbox, as Fluxbox
(incorrectly?) sets the override-redirect flag upon all frame
windows.
- Software VSync adds dependency on librt (a part of glibc) for
nanosecond-level timing functions, and libXrandr for automatic refresh
rate detection; DRM VSync adds dependency on libdrm to use its drm.h,
but does not link to libdrm; OpenGL VSync adds dependency on libGL.
- Print timing information on DEBUG_REPAINT.
24432263 [view]master2012-10-08 02:10:57 +0200Slávek Banko[tdebase] Update migratekde3 script to execute sed using xargs
f88add0a [view]master2012-10-08 01:47:50 +0200Slávek Banko[tdebase] Update migratekde3 script to avoid changes in other user data files
f1973e46 [view]master2012-10-07 15:06:47 -0500Darrell Anderson[tdebase] Add missing What's This tooltip for shutdown options.
ad8633f6 [view]master2012-10-07 16:32:16 +0200Slávek Banko[tdebase] Changed sanity checks in the migratekde3 script
to did not depend on current presence of programs
cd5758b7 [view]master2012-10-06 14:44:56 -0500Darrell Anderson[tdeadmin] Update network configuration support for Slackware 14.
aeadb0bc [view]master2012-10-04 15:40:29 -0500Darrell Anderson[tdebase] Update r14-xdg-update script to support user's Quanta Plus plugins.rc.
8e467d8b [view]master2012-10-04 15:31:24 -0500Timothy Pearson[tdelibs] Report serial number of ARM processor
10070eb9 [view]master2012-10-04 01:18:27 -0500Timothy Pearson[tdelibs] Detect CPU information when cpufreq only partially implemented
Classify additional SPI devices
3ef93767 [view]master2012-10-03 21:13:34 +0800Richard Grenville[tdebase] Improvement: Support reading _NET_WM_OPACITY from client windows
- Some WMs don't respect Keith Packard's proposal of
_NET_WM_WINDOW_OPACITY, and do not copy _NET_WM_OPACITY attribute of a
client window to its frame windows, thus cause opacity set by
non-override-redirect windows to have no effect. This commit adds
support for reading _NET_WM_OPACITY from client windows if running
with --detect-client-opacity. Thanks to pvanek for reporting.
- Change Makefile logic to determine options from 3 variables
(NO_LIBCONFIG, NO_REGEX_PCRE, NO_REGEX_PCRE_JIT) instead of CFG to
ensure compatibility when we add new options. CFG variable is no
longer been respected.
11e27d35 [view]master2012-10-02 21:46:37 +0800Richard Grenville[tdebase] Improvement: Change in client window lookup & wintype detection
- Revert to WM_STATE for client window lookup, as WM_CLASS is
unreliable, either, but set the client window of an override-redirect
window to itself.
- Conform to EWMH to make assumptions about window types when
_NET_WM_WINDOW_TYPE is not available.
- Remove determine_wintype() and completely rely on client window for
window type detection.
673e4fc2 [view]master2012-10-01 09:40:47 -0500Timothy Pearson[tde-packaging] Add missing network include file to tdelibs on Debian and Ubuntu
4fac11e8 [view]master2012-10-01 09:39:17 -0500Timothy Pearson[tde-packaging] Fix koffice FTBFS on Debian and Ubuntu
7fd6a117 [view]master2012-10-01 00:06:27 -0500Timothy Pearson[tdelibs] Detect CPUs in a more reliable fashion
17cf40e5 [view]master2012-10-01 10:34:40 +0800Richard Grenville[tdebase] Feature: #27: Detect shaped windows and disable shadow on them
- Optionally detect shaped windows using X Shape extension and disable
shadow on them with --shadow-ignore-shaped.
- Some windows are bounding-shaped just to support rounded corners, like
Chromium windows (when system titlebar is disabled in its settings).
Add --detect-rounded-corners to treat them as non-shaped windows (thus
enable shadow on them). The algorithm I use is not perfect and wrong
detection results are pretty possible to appear.
- Many windows don't use X Shape extensions to add shapes but use ARGB
background instead. These windows could only be blacklisted with
--shadow-blacklist.
- Rename a few functions. Code clean up.
2712dc64 [view]master2012-09-30 16:13:10 -0500Timothy Pearson[tdebindings] Fix build on Ruby 1.9.1 and 1.9.2
Thanks to Darrell Anderson for the patch!
6b4b40b1 [view]master2012-09-30 16:11:41 -0500Timothy Pearson[tdenetworkmanager] Remove spurious files and configure checks
c5e51f86 [view]master2012-09-29 22:30:05 -0500Timothy Pearson[adept] Fix FTBFS
946ae01e [view]master2012-09-29 15:54:38 -0500Timothy Pearson[tde-packaging] Fix rosegarden FTBFS on Debian and Ubuntu
ec29300e [view]master2012-09-29 22:53:57 +0800Richard Grenville[tdebase] Improvement: Wait infinitely for events when idling
Wait infinitely for events when idling, instead of always calling
paint_preprocess(), to reduce CPU usage in the case. Thanks to valr for
help.
d2480b90 [view]master2012-09-29 02:12:41 -0500Timothy Pearson[tdelibs] Fix pictbridge camera detection
Add new device matching rules
5feb80c8 [view]master2012-09-29 01:28:18 -0500Timothy Pearson[tqt] Automated update from Qt3
467f30f2 [view]master2012-09-29 01:27:18 -0500Timothy Pearson[experimental] Fix TQt3 compile time checks
83f64a22 [view]master2012-09-29 13:15:09 +0800Richard Grenville[tdebase] Improvement: Split shadow_pict to shadow_pict & shadow_alpha_pict
Split w->shadow_pict to w->shadow_pict and w->shadow_alpha_pict, so that
the whole w->shadow_pict need not to be rebuild on shadow opacity
change. This greatly reduces CPU usage of compton when a window with
shadow is fading. (My test shows the CPU usage of compton process
dropped from 1.15% to 0.35% when constantly fading in and out a window.)
It uses a rather painful and slow method in shadow_picture() to get
around the limitation of PictStandardA8 to make colored shadows work. I
wonder if there's a better approach.
- Merge variables gsize and cgsize as they seemingly represent the same
thing.
b1346b88 [view]master2012-09-28 21:22:39 -0500Timothy Pearson[tdelibs] Correctly parse cpuinfo on ARM devices
b0b8e4ed [view]master2012-09-28 16:34:25 -0500Timothy Pearson[koffice] Add missing file
1e3ae086 [view]master2012-09-28 15:58:49 -0500Timothy Pearson[koffice] Fix FTBFS
2d502174 [view]master2012-09-28 15:45:59 -0500Timothy Pearson[tdenetworkmanager] Remove spurious hal check
cc278836 [view]master2012-09-28 15:22:53 -0500Timothy Pearson[koffice] Attempt to make kross compile with Ruby 1.9.x
4eb88cc2 [view]master2012-09-27 23:32:01 -0500Timothy Pearson[qt4-tqt-theme-engine] Fix a few graphical glitches
debc0035 [view]master2012-09-28 09:10:34 +0800Richard Grenville[tdebase] Bug fix: #48: Compilation failure with old libconfig/libpcre
- Fix compilation failure with with libpcre-8.12 and libconfig-1.3.2, but not extensively tested.
libconfig-1.3* probably has more limitations on configuration file
syntax (enforces comma at the end of a setting?) and does not support
@include.
- Make it possible to turn off PCRE and libconfig support using
environment variable "CFG". Not well tested. CMake might provide a
better solution.
095f615a [view]master2012-09-27 13:11:13 -0500Timothy Pearson[amarok] Fix FTBFS on x86 systems
4deb30a9 [view]master2012-09-27 22:30:16 +0800Richard Grenville[tdebase] Bug fix: Issue #47: Locale cause problems with float arguments
A locale using comma instead of dot in floating point values causes
unexpected behavior when parsing floating point commandline arguments.
This commits enforces LC_NUMERIC="C" during commandline argument parsing.
96649c93 [view]master2012-09-27 08:57:14 -0500Timothy Pearson[tde-packaging] Fix amarok build deps on Debian and Ubuntu
58823f36 [view]master2012-09-27 00:04:17 -0500Darrell Anderson[tdebase] Add sanity checks to the migratekde3 script before trying to run certain sections.
44273426 [view]master2012-09-26 20:54:46 -0500Timothy Pearson[amarok] Fix format not a string literal security error in rb_raise
d9227e46 [view]master2012-09-26 20:51:20 -0500Timothy Pearson[amarok] Fix build system for ruby >= 1.9
5828c385 [view]master2012-09-26 17:52:04 -0500Timothy Pearson[tdelibs] Fix TDEHW crash when cpufreq not available
c2fb6050 [view]master2012-09-26 15:52:27 -0500Darrell Anderson[krusader] Fix inadvertent tqt changes.
280bc0fc [view]master2012-09-26 21:40:48 +0800Richard Grenville[tdebase] Feature: --no-fading-openclose to partially simulate -F
-F hasn't being working for long. This commit adds a switch
--no-fading-openclose (and a configuration file option of the same name)
to simulate the behavior when only -F is enabled, which disables fading
when opening/closing windows, and makes -F an alias for -f.
786fea2f [view]master2012-09-26 15:20:10 +0200Slávek Banko[tdepim] Fix another endless loop in imapparser
Thanks to Francois Andriot for the patch
This resolves Bug #1235
590161fd [view]master2012-09-26 14:54:22 +0200Slávek Banko[tdepim] Fix more SEGV in imapparser
Thanks to Francois Andriot for the patch
This resolves Bug #1235
e09b1f3d [view]master2012-09-26 14:52:19 +0200Slávek Banko[tdepim] Fix the addquotes/removequots functions in libkmime
Thanks to Francois Andriot for the patch
10ede899 [view]master2012-09-26 19:48:36 +0800Richard Grenville[tdebase] Bug fix: Issue #46: Optionally mark override-redirect windows as active
Attempt to fix the transparency issue of Firefox and Chromium location
bar dropdown window by marking override_redirect windows as active. This
may not work completely and could have other side effects. Experimental.
Enable by using --mark-ovredir-focused.
60f724a3 [view]master2012-09-26 18:54:35 +0800Richard Grenville[tdebase] Misc: Code clean-up
- Change some members of options_t. Clean up wrongly replaced option
names in comments. Rename "options" to "opts", to avoid breaking line
width too much, and to minimize typing as it's so frequently used.
:-)
- Let general options in commandline arguments override wintype-specific
options in a configuration file, which could be a more natural
behavior.

List generated Sun Jul 12 21:21:32 2026
Currently showing patches 46701 to 46750 of 56745 [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]