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
1f271c29 [view]master2012-09-12 10:52:52 +0800Richard 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]master2012-09-12 09:08:15 +0800Richard 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]master2012-09-12 02:03:43 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in dolphin on Debian and Ubuntu
38e84647 [view]master2012-09-12 01:29:47 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in digikam on Debian and Ubuntu
ec3fff60 [view]master2012-09-11 22:50:19 +0300Raphael Kubo da Costa[libtdevnc] Include strings.h for strncasecmp(3)
8f544bd2 [view]master2012-09-11 22:50:18 +0300Raphael 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]master2012-09-11 22:50:17 +0300Raphael Kubo da Costa[libtdevnc] Include stdio.h for snprintf(3)
252f5d9c [view]master2012-09-11 22:50:16 +0300Raphael Kubo da Costa[libtdevnc] Add the required headers for read(2)
95dd7632 [view]master2012-09-11 22:50:15 +0300Raphael 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]master2012-09-11 22:50:14 +0300Raphael 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]master2012-09-11 22:50:13 +0300Raphael 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]master2012-09-11 22:50:12 +0300Raphael 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]master2012-09-11 22:50:11 +0300Raphael 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]master2012-09-11 22:50:10 +0300Raphael 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]master2012-09-11 22:50:09 +0300Raphael 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]master2012-09-11 13:58:23 -0500Timothy Pearson[tdebindings] Fix FTBFS on ruby 1.8.x
55c2d108 [view]master2012-09-11 20:30:01 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in basket on Debian and Ubuntu
ef7a6086 [view]master2012-09-11 12:52:49 -0500Timothy Pearson[tdebindings] Fix FTBS on ruby 1.9.x
Thanks to Darrell Anderson for the majority of the patch!
46659f99 [view]master2012-09-11 12:21:17 -0500Timothy Pearson[tdebindings] Set HAVE_RUBY_1_9 if ruby 1.9.x installed
c1faffb8 [view]master2012-09-11 11:57:25 -0500Timothy Pearson[tdebindings] Use cflags from ruby pc file
de49c748 [view]master2012-09-11 11:40:06 -0500Timothy Pearson[tdebindings] Detect presence of Ruby pkg-config file and adjust directory search accordingly
296f9a72 [view]master2012-09-11 18:02:40 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in koffice on Debian and Ubuntu
c69475d8 [view]master2012-09-11 10:57:13 -0500Timothy Pearson[tde-packaging] Relax Ruby version requirements in tdebindings on Wheezy
0c077a76 [view]master2012-09-11 23:11:23 +0800Richard Grenville[tdebase] Bug fix: Segfault when encountering invalid long option
I didn't read the documentation of getopt_long() carefully.
186ceec0 [view]master2012-09-11 10:11:08 -0500Timothy Pearson[tdenetworkmanager] Show VPN status information
92fcdec6 [view]master2012-09-11 10:02:26 -0500Timothy Pearson[tdelibs] Add VPN status flags and signals
00d29b07 [view]master2012-09-11 22:22:58 +0800Richard 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]master2012-09-11 21:57:50 +0800Richard 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]master2012-09-11 08:48:54 -0500Timothy Pearson[tde-packaging] Fix qt3/tqt3 development package deps on Debian and Ubuntu
f7bf27f8 [view]master2012-09-11 21:33:03 +0800Richard 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]master2012-09-11 21:11:06 +0800Richard Grenville[tdebase] Bug fix: Issue #38, fixes painting specially-shaped semi-transparent windows
Fix taken from xcompmgr.
6aaad5c6 [view]master2012-09-11 14:02:38 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in abakus on Debian and Ubuntu
8de88e80 [view]master2012-09-11 08:38:45 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in kipi-plugins on Debian and Ubuntu
94881634 [view]master2012-09-10 21:18:39 -0500Timothy Pearson[tdenetworkmanager] Clean up the code slightly
8be09fcc [view]master2012-09-10 21:15:43 -0500Timothy Pearson[tdelibs] Fix VPN load and save
ec149690 [view]master2012-09-10 19:20:34 -0500Timothy Pearson[tde-packaging] Add missing quantal directory
646dfb2d [view]master2012-09-10 17:46:16 -0500Timothy Pearson[tqt] Automated update from Qt3
e43d1ae2 [view]master2012-09-10 17:45:51 -0500Timothy Pearson[qt3] Fix FTBFS on Linux from recent UUID enhancement
b99db6aa [view]master2012-09-10 17:44:39 -0500Timothy Pearson[tdenetworkmanager] Reactivate strongswan VPN plugin
60bf9a13 [view]master2012-09-10 17:08:29 -0500Timothy Pearson[tdenetworkmanager] Reactivate openvpn plugin
7fe2fc37 [view]master2012-09-10 16:17:12 -0500Timothy Pearson[tde-packaging] Add libpoppler-private-dev to Precise build-deps
02dc85a9 [view]master2012-09-10 16:16:32 -0500Timothy Pearson[tde-packaging] Split precise from maverick
6f2c7dc7 [view]master2012-09-10 16:13:54 -0500Timothy Pearson[tde-packaging] Add Debian wheezy build-dep on libpoppler-private-dev
05a59ddb [view]master2012-09-10 16:13:23 -0500Timothy Pearson[tde-packaging] Split wheezy off of squeeze
3c57e87e [view]master2012-09-10 16:03:14 -0500Timothy Pearson[tdenetworkmanager] Reactivate PPTP plugin
0fa003ad [view]master2012-09-10 15:41:05 -0500Timothy Pearson[tdenetworkmanager] Fix VPN settings dialog
c27ceace [view]master2012-09-10 15:33:33 -0500Timothy Pearson[tdelibs] Detect available VPN plugins
2027fb3d [view]master2012-09-10 15:14:13 -0500Timothy Pearson[tdenetworkmanager] Reactivate VPNC plugin
441c9f02 [view]master2012-09-10 14:32:34 -0500Timothy Pearson[tdenetworkmanager] Start work on vpnc plugin
a3210d42 [view]master2012-09-10 14:13:22 -0500Timothy Pearson[tde-packaging] Symlink quantal
330644c8 [view]master2012-09-10 13:55:03 -0500Timothy Pearson[tdenetworkmanager] Fix VPN plugin API
475d0894 [view]master2012-09-10 13:36:13 -0500Timothy Pearson[tdenetworkmanager] Reactivate basic VPN support
e7af2039 [view]master2012-09-10 13:29:22 -0500Timothy Pearson[tdelibs] Fix crash on VPN load
2df5ea4a [view]master2012-09-10 11:32:58 -0500Timothy Pearson[tdenetworkmanager] Fix wireless bargraph menu layout problems
0a3b1be6 [view]master2012-09-10 10:52:00 -0500Timothy Pearson[tdelibs] Add a couple of needed methods to the network-manager backend API
2b5b314c [view]master2012-09-10 10:28:16 -0500Timothy Pearson[tdenetworkmanager] Fix movie loading
4be2fb85 [view]master2012-09-10 09:50:53 -0500Timothy Pearson[tdenetworkmanager] Add various movie sizes
5a3b7684 [view]master2012-09-10 16:41:26 +0200Slávek Banko[tde-packaging] Move man pages to /opt/trinity in tdevelop on Debian and Ubuntu
8bf5213c [view]master2012-09-10 09:24:07 -0500Timothy Pearson[tqt] Automated update from Qt3
093bfb82 [view]master2012-09-10 09:23:43 -0500Timothy Pearson[qt3] Use high quality uuid_generate on Linux instead of PRNG

List generated Sat Jun 27 11:20:02 2026
Currently showing patches 46801 to 46860 of 56651 [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]