[First Page] [Previous Page] [Next Page] [Last Page]
GIT Hash | Branch | Date | Author | Log Message |
---|---|---|---|---|
72a11771 [view] | master | 2012-09-13 10:28:27 -0500 | Christopher Jeffrey | [tdebase] fix code duplication resulting from rebase |
62786047 [view] | master | 2012-09-13 10:24:37 -0500 | Christopher Jeffrey | [tdebase] fix determine_evmask warnings |
a3ae879d [view] | master | 2012-09-13 10:18:46 -0500 | Timothy Pearson | [qt4-tqt-theme-engine] Split out TQt3 to Qt4 conversion methods into separate file |
21258246 [view] | master | 2012-09-13 10:12:54 -0500 | Christopher Jeffrey | [tdebase] more style changes |
8b7e1160 [view] | master | 2012-09-13 09:53:37 -0500 | Timothy Pearson | [qt4-tqt-theme-engine] Fix a number of problems and check for known broken Qt4 version |
dc14a278 [view] | master | 2012-09-13 09:52:22 -0500 | Timothy Pearson | [tqt] Automated update from Qt3 |
be8d88ee [view] | master | 2012-09-13 09:51:31 -0500 | Timothy Pearson | [qt3] Fix focus rectangle fill when brush is set on call to focus rectangle paint method |
27197e24 [view] | master | 2012-09-13 22:30:18 +0800 | Richard Grenville | [tdebase] Bug fix: Segfault when meeting FocusIn/Out from destoryed windows I found compton segfaults sometimes when starting from .xinitrc. Debugging reveals my conky window was just reparented to a fvwm's frame window before compton picked up a FocusOut event on this conky window that has just been destroyed in the event queue. find_win() call in ev_focus_in/out() returned a NULL pointer. When it tried to use the pointer segfault happens. - Add extra check to ev_focus_in/out() to stop the segfault. - Reset window event mask on window reparenting to a non-root window to minimize wrong events. - More abstraction for determining window event mask. |
ad0b6ec6 [view] | master | 2012-09-13 08:50:36 -0500 | Timothy Pearson | [tde-packaging] Add libtiff5-dev to allowed build deps on Debian and Ubuntu |
3a0ba85d [view] | master | 2012-09-13 21:38:55 +0800 | Richard Grenville | [tdebase] Improvement: Use find_toplevel() to find WM frame Use find_toplevel() to find out the WM frame of a client window. I didn't noticed it beforehand. Fallback to the old method as compton does not always get correct client windows. - Clean up find_client_win() a bit. A BFS search algorithm could be more optimal yet it requires a queue implementation. |
f092885f [view] | master | 2012-09-13 00:58:05 -0500 | Christopher Jeffrey | [tdebase] stay consistent with code style |
2f63377d [view] | master | 2012-09-13 00:39:43 -0500 | Christopher Jeffrey | [tdebase] whitespace |
a447b5d3 [view] | master | 2012-09-13 11:47:31 +0800 | Richard Grenville | [tdebase] Improvement: Do not track focus changes unless necessary Stop tracking focus changes unless either inactive_opacity or inactive_dim is enabled, small performance boost in certain cases. |
4b3143df [view] | master | 2012-09-13 03:55:14 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in kdpkg on Debian and Ubuntu |
05fe2bdd [view] | master | 2012-09-12 17:38:45 -0500 | Timothy Pearson | [tdelibs] Fix spinbox widgets |
5af3bb60 [view] | master | 2012-09-12 16:58:52 -0500 | Timothy Pearson | [tde-packaging] Remove dependency on obsolete ogg la file package This might break some builds on Ubuntu and Debian temporarily |
923067ea [view] | master | 2012-09-12 23:40:55 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in tdesvn on Debian and Ubuntu |
831e6184 [view] | master | 2012-09-12 21:12:25 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in tde-systemsettings on Debian and Ubuntu |
690a632a [view] | master | 2012-09-12 19:45:48 +0200 | Slávek Banko | [tde-packaging] Move docs and man pages to /opt/trinity in kcpuload on Debian and Ubuntu |
705188fe [view] | master | 2012-09-12 18:39:03 +0200 | Slávek Banko | [tde-packaging] Switch to debian/cdbs/kde.mk in kbookreader on Debian and Ubuntu |
f3496f68 [view] | master | 2012-09-12 18:02:28 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in kbarcode on Debian and Ubuntu |
2a4247d5 [view] | master | 2012-09-12 17:45:26 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in katapult on Debian and Ubuntu |
37ef020e [view] | master | 2012-09-12 17:17:00 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in kaffeine on Debian and Ubuntu |
d128f280 [view] | master | 2012-09-12 16:55:36 +0200 | Slávek Banko | [tde-packaging] Switch to debian/cdbs/kde.mk in k9copy on Debian and Ubuntu |
73342d1f [view] | master | 2012-09-12 21:01:06 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #40: -z does not work as expected More information in the issue report. - Let window opacity affect the opacity of its shadow and frames even if -z is enabled. - Check for the range of -o to eliminate potential segfault. |
17b8a501 [view] | master | 2012-09-12 12:14:24 +0800 | Richard Grenville | [tdebase] Bug fix: Double free when XQueryTree() fails Take care of failure of XQueryTree() to prevent it from causing a double-free crash. This usually happens when X is initializing and windows are constantly changing. |
05b229f2 [view] | master | 2012-09-12 11:06:16 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #39: Render windows just mapped && focused incorrectly More info in the issue description. This also fixes the problem for --inactive-dim. |
1f271c29 [view] | master | 2012-09-12 10:52:52 +0800 | Richard Grenville | [tdebase] Feature: Issue #2: Support dim inactive windows - Add a switch --inactive-dim that dims inactive windows. - The window dimming feature is implemented in a pretty ugly way. Improve it if possible. |
7ab11dfa [view] | master | 2012-09-12 09:08:15 +0800 | Richard Grenville | [tdebase] Debug: Enhanced debugging capability - Change all #if DEBUG_XXX directives to #ifdef, thus making it possible to directly enable debugging options with CFLAGS (-DDEBUG_XXX). - Print timestamp before event debugging messages. |
8e7424da [view] | master | 2012-09-12 02:03:43 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in dolphin on Debian and Ubuntu |
38e84647 [view] | master | 2012-09-12 01:29:47 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in digikam on Debian and Ubuntu |
ec3fff60 [view] | master | 2012-09-11 22:50:19 +0300 | Raphael Kubo da Costa | [libtdevnc] Include strings.h for strncasecmp(3) |
8f544bd2 [view] | master | 2012-09-11 22:50:18 +0300 | Raphael Kubo da Costa | [libtdevnc] Work around a gcc bug with anonymous structs and unions. GCC < 4.6 failed to parse the declaration of ws_header_t correctly because it did not accept anonymous structs and unions. [1] Work around the bug by adding names to the unions and structs. Ugly, but works. [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4784 |
a63312c6 [view] | master | 2012-09-11 22:50:17 +0300 | Raphael Kubo da Costa | [libtdevnc] Include stdio.h for snprintf(3) |
252f5d9c [view] | master | 2012-09-11 22:50:16 +0300 | Raphael Kubo da Costa | [libtdevnc] Add the required headers for read(2) |
95dd7632 [view] | master | 2012-09-11 22:50:15 +0300 | Raphael Kubo da Costa | [libtdevnc] Use htobeNN(3) to convert numbers in websocket.c. byteswap.h exists only on glibc, so building libvncserver with websockets support was not possible in other systems. Replace the inclusion of byteswap.h and the WS_* definitions with calls to htobeNN, which should perform the same conversions, be more portable and avoid the need to check for the platform's endianness. |
2d18f3cd [view] | master | 2012-09-11 22:50:14 +0300 | Raphael Kubo da Costa | [libtdevnc] Do not hardcode the need for libresolv. libresolv is only present on systems which use glibc; platforms such as FreeBSD have __b64_ntop as part of libc itself. Improve the detection process and only link against libresolv if it exists on the system, and remember to reset CMAKE_REQUIRED_LIBRARIES after performing the necessary tests, since we do not always want to link against libresolv. |
4c148e5f [view] | master | 2012-09-11 22:50:13 +0300 | Raphael Kubo da Costa | [libtdevnc] Tune the definitions needed when building with -ansi. The current definitions were mostly useful to glibc and followed its feature_test_macros(3) documentation. However, this means other platforms still had problems when building with strict compilation flags. _BSD_SOURCE, for example, is only recognized by glibc, and other platforms sometimes need _XOPEN_SOURCE instead, or even the removal of some definitions (such as the outdate _POSIX_SOURCE one). _POSIX_SOURCE also had to be conditionally defined in some places, as what it enables or disables during compilation varies across systems. |
8f1ef3d6 [view] | master | 2012-09-11 22:50:12 +0300 | Raphael Kubo da Costa | [libtdevnc] Add some missing feature macro definitions. Building with -ansi failed due to some code (as well as system headers) using non-C89 features. Fix that by adding the usual _POSIX_SOURCE and _BSD_SOURCE definitions already present in some other files. |
3cbef1a9 [view] | master | 2012-09-11 22:50:11 +0300 | Raphael Kubo da Costa | [libtdevnc] Use C-style comments in rfbconfig.h.cmake and C source code. Using C++-style comments when building the code with -ansi does not work, so be more conservative with the comment style. |
88e60435 [view] | master | 2012-09-11 22:50:10 +0300 | Raphael Kubo da Costa | [libtdevnc] Correctly include rfbconfig.h. build_dir/rfb is not passed as an include directory automatically to the compiler, so including that file fails. |
539b310b [view] | master | 2012-09-11 22:50:09 +0300 | Raphael Kubo da Costa | [libtdevnc] CMake: Link against libgcrypt when it is found. So far, libgcrypt was looked for but no targets linked against it directly; this caused linking problems for the client and server examples, as the symbols they needed were not passed to the linker. The issue that the GnuTLS websockets code uses libgcrypt regardless of whether it has been found or not has not been touched by this commit, though. |
14594d81 [view] | master | 2012-09-11 13:58:23 -0500 | Timothy Pearson | [tdebindings] Fix FTBFS on ruby 1.8.x |
55c2d108 [view] | master | 2012-09-11 20:30:01 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in basket on Debian and Ubuntu |
ef7a6086 [view] | master | 2012-09-11 12:52:49 -0500 | Timothy Pearson | [tdebindings] Fix FTBS on ruby 1.9.x Thanks to Darrell Anderson for the majority of the patch! |
46659f99 [view] | master | 2012-09-11 12:21:17 -0500 | Timothy Pearson | [tdebindings] Set HAVE_RUBY_1_9 if ruby 1.9.x installed |
c1faffb8 [view] | master | 2012-09-11 11:57:25 -0500 | Timothy Pearson | [tdebindings] Use cflags from ruby pc file |
de49c748 [view] | master | 2012-09-11 11:40:06 -0500 | Timothy Pearson | [tdebindings] Detect presence of Ruby pkg-config file and adjust directory search accordingly |
296f9a72 [view] | master | 2012-09-11 18:02:40 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in koffice on Debian and Ubuntu |
c69475d8 [view] | master | 2012-09-11 10:57:13 -0500 | Timothy Pearson | [tde-packaging] Relax Ruby version requirements in tdebindings on Wheezy |
0c077a76 [view] | master | 2012-09-11 23:11:23 +0800 | Richard Grenville | [tdebase] Bug fix: Segfault when encountering invalid long option I didn't read the documentation of getopt_long() carefully. |
186ceec0 [view] | master | 2012-09-11 10:11:08 -0500 | Timothy Pearson | [tdenetworkmanager] Show VPN status information |
92fcdec6 [view] | master | 2012-09-11 10:02:26 -0500 | Timothy Pearson | [tdelibs] Add VPN status flags and signals |
00d29b07 [view] | master | 2012-09-11 22:22:58 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #37, fix 5 opacity-related bugs More details in the bug report. - Rewritten much of the opacity calculation, code cleanup. - Commandline switch --inactive_opacity_override to restore the old behavior in which inactive_opacity has higher priority than _NET_WM_OPACITY. |
bbf35f81 [view] | master | 2012-09-11 21:57:50 +0800 | Richard Grenville | [tdebase] Feature: Issue #35, Add colored shadows - Use getopt_long() instead of getopt() for argument parsing, making long options possible. - Add support of colored shadows with 3 commandline switches. |
3fc6e68c [view] | master | 2012-09-11 08:48:54 -0500 | Timothy Pearson | [tde-packaging] Fix qt3/tqt3 development package deps on Debian and Ubuntu |
f7bf27f8 [view] | master | 2012-09-11 21:33:03 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #36: Chromium window painting problems More descriptions on issue #36 - Listens ShapeNotify event to get around the Chromium window painting issues. - Adds dependency on X Shape extension. - Adds a few functions for convenience, so a bit code clean up. - Better event debug support, adds restack_win() debug. |
fe811d64 [view] | master | 2012-09-11 21:11:06 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #38, fixes painting specially-shaped semi-transparent windows Fix taken from xcompmgr. |
6aaad5c6 [view] | master | 2012-09-11 14:02:38 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in abakus on Debian and Ubuntu |
8de88e80 [view] | master | 2012-09-11 08:38:45 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in kipi-plugins on Debian and Ubuntu |
94881634 [view] | master | 2012-09-10 21:18:39 -0500 | Timothy Pearson | [tdenetworkmanager] Clean up the code slightly |
8be09fcc [view] | master | 2012-09-10 21:15:43 -0500 | Timothy Pearson | [tdelibs] Fix VPN load and save |
ec149690 [view] | master | 2012-09-10 19:20:34 -0500 | Timothy Pearson | [tde-packaging] Add missing quantal directory |
646dfb2d [view] | master | 2012-09-10 17:46:16 -0500 | Timothy Pearson | [tqt] Automated update from Qt3 |
e43d1ae2 [view] | master | 2012-09-10 17:45:51 -0500 | Timothy Pearson | [qt3] Fix FTBFS on Linux from recent UUID enhancement |
b99db6aa [view] | master | 2012-09-10 17:44:39 -0500 | Timothy Pearson | [tdenetworkmanager] Reactivate strongswan VPN plugin |
60bf9a13 [view] | master | 2012-09-10 17:08:29 -0500 | Timothy Pearson | [tdenetworkmanager] Reactivate openvpn plugin |
7fe2fc37 [view] | master | 2012-09-10 16:17:12 -0500 | Timothy Pearson | [tde-packaging] Add libpoppler-private-dev to Precise build-deps |
02dc85a9 [view] | master | 2012-09-10 16:16:32 -0500 | Timothy Pearson | [tde-packaging] Split precise from maverick |
6f2c7dc7 [view] | master | 2012-09-10 16:13:54 -0500 | Timothy Pearson | [tde-packaging] Add Debian wheezy build-dep on libpoppler-private-dev |
05a59ddb [view] | master | 2012-09-10 16:13:23 -0500 | Timothy Pearson | [tde-packaging] Split wheezy off of squeeze |
3c57e87e [view] | master | 2012-09-10 16:03:14 -0500 | Timothy Pearson | [tdenetworkmanager] Reactivate PPTP plugin |
0fa003ad [view] | master | 2012-09-10 15:41:05 -0500 | Timothy Pearson | [tdenetworkmanager] Fix VPN settings dialog |
c27ceace [view] | master | 2012-09-10 15:33:33 -0500 | Timothy Pearson | [tdelibs] Detect available VPN plugins |
2027fb3d [view] | master | 2012-09-10 15:14:13 -0500 | Timothy Pearson | [tdenetworkmanager] Reactivate VPNC plugin |
441c9f02 [view] | master | 2012-09-10 14:32:34 -0500 | Timothy Pearson | [tdenetworkmanager] Start work on vpnc plugin |
a3210d42 [view] | master | 2012-09-10 14:13:22 -0500 | Timothy Pearson | [tde-packaging] Symlink quantal |
330644c8 [view] | master | 2012-09-10 13:55:03 -0500 | Timothy Pearson | [tdenetworkmanager] Fix VPN plugin API |
475d0894 [view] | master | 2012-09-10 13:36:13 -0500 | Timothy Pearson | [tdenetworkmanager] Reactivate basic VPN support |
e7af2039 [view] | master | 2012-09-10 13:29:22 -0500 | Timothy Pearson | [tdelibs] Fix crash on VPN load |
2df5ea4a [view] | master | 2012-09-10 11:32:58 -0500 | Timothy Pearson | [tdenetworkmanager] Fix wireless bargraph menu layout problems |
0a3b1be6 [view] | master | 2012-09-10 10:52:00 -0500 | Timothy Pearson | [tdelibs] Add a couple of needed methods to the network-manager backend API |
2b5b314c [view] | master | 2012-09-10 10:28:16 -0500 | Timothy Pearson | [tdenetworkmanager] Fix movie loading |
4be2fb85 [view] | master | 2012-09-10 09:50:53 -0500 | Timothy Pearson | [tdenetworkmanager] Add various movie sizes |
5a3b7684 [view] | master | 2012-09-10 16:41:26 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in tdevelop on Debian and Ubuntu |
8bf5213c [view] | master | 2012-09-10 09:24:07 -0500 | Timothy Pearson | [tqt] Automated update from Qt3 |
093bfb82 [view] | master | 2012-09-10 09:23:43 -0500 | Timothy Pearson | [qt3] Use high quality uuid_generate on Linux instead of PRNG |
d518f80f [view] | master | 2012-09-10 09:20:42 -0500 | Timothy Pearson | [tde-packaging] Add uuid-dev build dependency to qt3 and tqt3 on Debian and Ubuntu |
1468145e [view] | master | 2012-09-10 09:07:43 -0500 | Timothy Pearson | [tde-packaging] Add initial knetworkmanager9 packaging files |
b66d64fe [view] | master | 2012-09-10 12:47:12 +0200 | Slávek Banko | [tde-packaging] Move man pages to /opt/trinity in tdesdk on Debian and Ubuntu |
f1cea7f8 [view] | master | 2012-09-10 01:07:01 -0500 | Timothy Pearson | [tde-cmake] Install mng icons as well as png and svg icons |
d62684de [view] | master | 2012-09-10 00:59:39 -0500 | Timothy Pearson | [tdelibs] Add valids map |
2ac42d4b [view] | master | 2012-09-10 00:58:52 -0500 | Timothy Pearson | [tdenetworkmanager] Fix default device handling and clean up code |
b5bdfd2c [view] | master | 2012-09-09 20:40:11 -0500 | Timothy Pearson | [tdelibs] Extend API to include default device(s) |
323fad1f [view] | master | 2012-09-09 19:12:51 -0500 | Timothy Pearson | [tdenetworkmanager] Add connection editing support and clean up the code |
56b1a06e [view] | master | 2012-09-09 13:57:25 +0200 | Slávek Banko | [tde-packaging] Fix inadvertent moving files from /usr in tdegraphics in Debian and Ubuntu |
edc41514 [view] | master | 2012-09-09 12:39:13 +0200 | Slávek Banko | [tdemultimedia] Added default global shortcuts for kmix |
e9a174ab [view] | master | 2012-09-09 11:41:58 +0200 | Slávek Banko | [tde-packaging] Fix inadvertent moving files from /usr in tdebase on Debian and Ubuntu |
b60c8df9 [view] | master | 2012-09-09 11:35:53 +0200 | Slávek Banko | [tde-packaging] Added cleanup logitechmouse.rules symlink to tdebase on Debian and Ubuntu |
69038478 [view] | master | 2012-09-08 23:54:40 -0500 | Timothy Pearson | [tdenetworkmanager] Use BSSID instead of storing APInfo pointers internally |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2025 Trinity Desktop Project