[First Page] [Previous Page] [Next Page] [Last Page]
GIT Hash | Branch | Date | Author | Log Message |
---|---|---|---|---|
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 |
642f2270 [view] | master | 2012-09-08 23:53:47 -0500 | Timothy Pearson | [tdelibs] Add requisite MAC address comparator for use in TQMap objects |
4f11c53a [view] | master | 2012-09-08 21:13:56 -0500 | Christopher Jeffrey | [tdebase] avoid allocating a new win struct if possible |
083f3b3b [view] | master | 2012-09-08 21:11:17 -0500 | Timothy Pearson | [tdenetworkmanager] Fix new connections Preselect specified SSID when creating new wireless connection from menu |
7d8a74d0 [view] | master | 2012-09-08 21:10:55 -0500 | Timothy Pearson | [tdelibs] Automatically generate UUID when needed |
e29714d4 [view] | master | 2012-09-08 21:04:44 -0500 | Christopher Jeffrey | [tdebase] add richardgv's patch. see #31. |
df590f5e [view] | master | 2012-09-08 18:00:29 -0500 | Timothy Pearson | [dbus-1-tqt] Reset error object to succesful state in async calls |
4f60eb94 [view] | master | 2012-09-08 16:14:26 -0500 | Timothy Pearson | [tdelibs] Generate a default UUID when a connection is created |
756213b4 [view] | master | 2012-09-08 15:41:39 -0500 | Timothy Pearson | [tdenetworkmanager] Additional rebranding |
2a9e4eac [view] | master | 2012-09-08 15:37:58 -0500 | Timothy Pearson | [tdenetworkmanager] Connect hardware change signals |
d45f99e1 [view] | master | 2012-09-08 15:34:53 -0500 | Timothy Pearson | [tdelibs] Fix ap infinite loop and disable debug spew |
83e3ac03 [view] | master | 2012-09-08 15:21:26 -0500 | Timothy Pearson | [tdelibs] Add AP monitoring support |
a1f084dd [view] | master | 2012-09-08 14:55:10 -0500 | Timothy Pearson | [tdelibs] Add additional network event signals |
6a2462e3 [view] | master | 2012-09-08 13:30:57 -0500 | Timothy Pearson | [tdelibs] Make Invalid a flag |
1a6fd0df [view] | master | 2012-09-07 22:54:21 -0500 | Timothy Pearson | [tdenetworkmanager] Store UUIDs and UDIs internally instead of pointers to connection and device objects |
e064a2e4 [view] | master | 2012-09-07 22:51:42 -0500 | Timothy Pearson | [tdelibs] Add loadConnectionAllowedValues method to global network manager |
671940a2 [view] | master | 2012-09-07 20:26:57 -0500 | Timothy Pearson | [tdelibs] Add new signal to tdehwlibrary |
c10cd64f [view] | master | 2012-09-07 11:51:08 -0500 | Christopher Jeffrey | [tdebase] apply patch from richardgv. fixes #5. |
10cd918b [view] | master | 2012-09-07 00:48:03 -0500 | Timothy Pearson | [tdenetworkmanager] Rename icons |
06534a8e [view] | master | 2012-09-07 00:38:19 -0500 | Timothy Pearson | [tdenetworkmanager] Additional branding updates |
6b96deb4 [view] | master | 2012-09-07 00:33:23 -0500 | Timothy Pearson | [tdelibs] Add global network management event signal |
42966fe6 [view] | master | 2012-09-06 21:18:58 -0500 | Timothy Pearson | [tdenetworkmanager] Remove more KDE references |
82102f3f [view] | master | 2012-09-06 21:16:31 -0500 | Timothy Pearson | [tdenetworkmanager] Rename files to something more sensible |
d4509922 [view] | master | 2012-09-06 20:34:13 -0500 | Timothy Pearson | [tdenetworkmanager] Now compiles with new API |
96765c9d [view] | master | 2012-09-06 20:33:56 -0500 | Timothy Pearson | [tdelibs] Add additional network methods |
9dce2088 [view] | master | 2012-09-06 20:00:58 -0500 | Timothy Pearson | [tdenetworkmanager] Convert config widgets to new API |
4e6c7c0e [view] | master | 2012-09-06 13:01:10 -0500 | Timothy Pearson | [tdenetworkmanager] Rearrange files again |
6dbc7e59 [view] | master | 2012-09-06 10:37:40 -0500 | Timothy Pearson | [tdelibs] Add new convenience functions to network manager |
fed6fccc [view] | master | 2012-09-06 10:37:18 -0500 | Timothy Pearson | [tdenetworkmanager] More API porting |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2025 Trinity Desktop Project