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
a3fe1f6a [view]master2014-12-30 17:19:07 +0100Christian Beier[libtdevnc] autogen.sh: pass cmdline params to configure call.
ca800c06 [view]master2014-12-30 14:52:22 +0100Slávek Banko[tdenetworkmanager] Remove notifications for the auxiliary devices
Signed-off-by: Slávek Banko
20adb7bb [view]master2014-12-30 13:36:59 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
de063e3e [view]master2014-12-30 13:34:03 +0100Slávek Banko[tdenetworkmanager] Fix crash when a network interface is removed
This resolves Bug #2278
Signed-off-by: Slávek Banko
ffaa327d [view]master2014-12-30 10:25:02 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
6aafdb22 [view]master2014-12-30 10:23:48 +0100François Andriot[tde-packaging] RPM packaging: update filesystem
a4f83f6a [view]master2014-12-29 17:06:41 -0600Timothy Pearson[tde-packaging] Try to fix the autopoint dependency on older Ubuntu versions
a3be98e6 [view]master2014-12-30 00:01:33 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
5dc817ae [view]master2014-12-29 16:34:22 -0600Timothy Pearson[tde-packaging] libr autoreconf requires autopoint but the autoconf package of Precise and above does not depend on it
9ccf74a8 [view]master2014-12-29 14:34:15 -0600Timothy Pearson[tde-packaging] Fix final libr FTBFS on Debian and Ubuntu
99cf719a [view]master2014-12-29 21:18:11 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
18d9503c [view]master2014-12-29 13:51:15 -0600Timothy Pearson[tde-packaging] Fix libr FTBFS due to autopoint requiring cvs
065633c3 [view]master2014-12-29 13:22:20 -0600Timothy Pearson[tde-packaging] Fix libr build deps on Debian and Ubuntu
b789b019 [view]master2014-12-29 12:59:25 -0600Timothy Pearson[tde-packaging] Add libtool to libr build deps on Debian and Ubuntu
7891330a [view]master2014-12-29 16:23:20 +0100François Andriot[tde-packaging] RPM packaging: update libksquirrel
180d300a [view]master2014-12-29 15:49:49 +0100François Andriot[tde-packaging] RPM packaging: update libksquirrel
876b41ab [view]master2014-12-29 15:44:20 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
5d8eb337 [view]master2014-12-29 15:33:18 +0100François Andriot[tde-packaging] RPM packaging: update tdebindings
aaee22aa [view]master2014-12-29 14:33:57 +0100Floris Bos[libtdevnc] Fix compiler warnings libvncclient + gtkvncviewer
Fixes the following compiler warnings.
gtkvncviewer:
==
CC gtkvncviewer-gtkvncviewer.o
gtkvncviewer.c: In function ‘GtkDefaultLog’:
gtkvncviewer.c:591:2: warning: format not a string literal and no format arguments [-Wformat-security]
fprintf (stdout, buf);
^
==
libvncclient:
==
CC rfbproto.lo
In file included from rfbproto.c:2376:0:
zrle.c: In function 'HandleZRLE8':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile8' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:37:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
rfbproto.c:2364:22: note: in definition of macro 'CONCAT2'
#define CONCAT2(a,b) a##b
^
zrle.c:37:24: note: in expansion of macro 'CONCAT2E'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
In file included from rfbproto.c:2385:0:
zrle.c: In function 'HandleZRLE16':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile16' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:37:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
rfbproto.c:2364:22: note: in definition of macro 'CONCAT2'
#define CONCAT2(a,b) a##b
^
zrle.c:37:24: note: in expansion of macro 'CONCAT2E'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
In file included from rfbproto.c:2387:0:
zrle.c: In function 'HandleZRLE15':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile15' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:37:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
rfbproto.c:2364:22: note: in definition of macro 'CONCAT2'
#define CONCAT2(a,b) a##b
^
zrle.c:37:24: note: in expansion of macro 'CONCAT2E'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
In file included from rfbproto.c:2396:0:
zrle.c: In function 'HandleZRLE32':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile32' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:37:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
rfbproto.c:2364:22: note: in definition of macro 'CONCAT2'
#define CONCAT2(a,b) a##b
^
zrle.c:37:24: note: in expansion of macro 'CONCAT2E'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
In file included from rfbproto.c:2398:0:
zrle.c: In function 'HandleZRLE24':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile24' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:37:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
rfbproto.c:2364:22: note: in definition of macro 'CONCAT2'
#define CONCAT2(a,b) a##b
^
zrle.c:37:24: note: in expansion of macro 'CONCAT2E'
#define HandleZRLETile CONCAT2E(HandleZRLETile,REALBPP)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
In file included from rfbproto.c:2401:0:
zrle.c: In function 'HandleZRLE24Down':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile24Down' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:40:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Down)
^
rfbproto.c:2366:24: note: in definition of macro 'CONCAT3'
#define CONCAT3(a,b,c) a##b##c
^
zrle.c:40:24: note: in expansion of macro 'CONCAT3E'
#define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Down)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
In file included from rfbproto.c:2404:0:
zrle.c: In function 'HandleZRLE24Up':
zrle.c:201:5: warning: pointer targets in passing argument 2 of 'HandleZRLETile24Up' differ in signedness [-Wpointer-sign]
int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
^
zrle.c:43:33: note: expected 'uint8_t *' but argument is of type 'char *'
#define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Up)
^
rfbproto.c:2366:24: note: in definition of macro 'CONCAT3'
#define CONCAT3(a,b,c) a##b##c
^
zrle.c:43:24: note: in expansion of macro 'CONCAT3E'
#define HandleZRLETile CONCAT3E(HandleZRLETile,REALBPP,Up)
^
zrle.c:79:12: note: in expansion of macro 'HandleZRLETile'
static int HandleZRLETile(rfbClient* client,
^
==
Signed-off-by: Floris Bos
475407ab [view]master2014-12-28 23:19:27 -0600Timothy Pearson[tde-packaging] Call autogen.sh instead of individual setup programs
29fade02 [view]master2014-12-28 23:17:32 -0600Timothy Pearson[libr] Fix autogen.sh
libr now compiles properly on my test system
7b624315 [view]master2014-12-29 00:02:33 +0100Floris Bos[libtdevnc] Fix libva related compile errors
- Make h264.c compile with recent libva version by including va_compat.h
- Only enable libva if libva-x11 is installed
- Modified configure help text
Previous help text suggested libva was only build when --with-libva
was specified, while actual behavior is to build it by default.
Warning: THIS CODE IS UNTESTED. Lacking a h.264 capable VNC server
Also no attempt is made to support platforms not using X11
Signed-off-by: Floris Bos
a8f1fbab [view]master2014-12-28 01:55:31 -0600Timothy Pearson[libr] Second part of prior commit
2850ce9a [view]master2014-12-28 01:54:54 -0600Timothy Pearson[libr] Add autogen.sh and remove automatically generated files
d7eb840f [view]master2014-12-28 01:33:41 -0600Timothy Pearson[tde-packaging] More libr packaging fixes
6458202b [view]master2014-12-28 01:13:08 -0600Timothy Pearson[tde-packaging] Fix libr packaging FTBFS
017a2b33 [view]master2014-12-28 00:56:11 -0600Timothy Pearson[libr] Add missing m4 files
093a5878 [view]master2014-12-27 10:01:21 -0600Timothy Pearson[tde] Add libr
88e2c685 [view]master2014-12-27 08:20:44 -0600Timothy Pearson[tde-packaging] Fix up libr packaging somewhat
d13c79dd [view]master2014-12-27 08:15:49 -0600Timothy Pearson[tde-packaging] Initial import of libr packaging files
9b92536e [view]master2014-12-27 08:13:20 -0600Timothy Pearson[libr] Initial import
72a63275 [view]master2014-12-27 11:34:30 +0100Slávek Banko[tdebase] Fix verification of the TDM control socket
This resolves Bug #2269
Signed-off-by: Slávek Banko
0537ed93 [view]master2014-12-27 15:34:14 +0900Michele Calgaro[tdebase] Fixed KMail Address book rename (kabc -> tdeabc). This resolves bug #2272
Signed-off-by: Michele Calgaro
b056d182 [view]master2014-12-26 11:29:57 +0100Slávek Banko[tdebase] Fix version string in kpersonalizer
Signed-off-by: Slávek Banko
592bebb5 [view]master2014-12-25 19:10:23 +0100Slávek Banko[tdelibs] Fix FTBFS because CUPS 2.x
This resolves Bug #2270
Signed-off-by: Slávek Banko
f418587d [view]master2014-12-25 18:52:09 +0100Slávek Banko[tde-packaging] Add Raspbian Wheezy symlink
Signed-off-by: Slávek Banko
36c643e8 [view]master2014-12-25 18:51:08 +0100Slávek Banko[tde-packaging] Add Ubuntu Vivid symlink
Signed-off-by: Slávek Banko
1fe13987 [view]master2014-12-25 18:47:03 +0100Slávek Banko[tde-packaging] Fix cirucular dependency in tdepim on Debian and Ubuntu
This resolves Bug #2251
Signed-off-by: Slávek Banko
d528497c [view]master2014-12-25 18:31:15 +0100Slávek Banko[tde-packaging] Update kdebase-kio-plugins version in Conflicts for tdelibs-data on Debian and Ubuntu
to allow smooth upgrade by apt-get
This resolves Bug #2245
Signed-off-by: Slávek Banko
b46c8e41 [view]master2014-12-23 14:06:06 +0900Michele Calgaro[tdepim] Changed default value of "Default duration of new appointment" from 2 hours to 15 minutes. This resolves bug #236
Signed-off-by: Michele Calgaro
430c4878 [view]master2014-12-22 10:26:41 +0100François Andriot[tde-packaging] RPM packaging: updates
419e900e [view]master2014-12-21 03:41:15 +0100Slávek Banko[kaffeine] Fix accidental rename of TDEAction action names in xine_part
Signed-off-by: Slávek Banko
d19d14a0 [view]master2014-12-15 23:38:06 +0100François Andriot[tde-packaging] RPM packaging: update for R14
840c1c22 [view]master2014-12-15 13:13:11 +0900Michele Calgaro[tdelibs] Updated version numbers for R14.1 branch
092caa81 [view]master2014-12-12 06:53:16 +0100François Andriot[tde-packaging] RPM packages: add packages list for fedora 20
1029f47a [view]master2014-12-12 03:32:53 +0100Slávek Banko[scripts] Update default target release to R14.1.0
Signed-off-by: Slávek Banko
118299b6 [view]master2014-12-10 23:49:44 -0600Timothy Pearson[tde-packaging] Add Debian packaging files for tde-ubuntu-integration, originally uploaded to the PPA
8eb2abbc [view]master2014-12-10 19:27:53 +0100François Andriot[tde-packaging] update libksquirrel
63e0eb91 [view]master2014-12-10 17:59:06 +0100François Andriot[tde-packaging] RPM packaging: update libksquirrel
0a16bdf2 [view]master2014-12-10 02:29:15 +0100Slávek Banko[scripts] create_tarball: Split initial character in tag while sorting by version
Signed-off-by: Slávek Banko
067fac20 [view]master2014-12-09 17:07:53 -0600Timothy Pearson[tde] Automated reset to latest HEAD
145948b3 [view]master2014-12-09 17:05:38 -0600Timothy Pearson[tdelibs] Update version numbers for R14 final release
6b71d2cd [view]master2014-12-09 22:05:49 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
269de3ec [view]master2014-12-09 21:53:35 +0100François Andriot[tde-packaging] RPM Packaging: update tdetoys
7c90e7f6 [view]master2014-12-09 21:49:48 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
45dd8325 [view]master2014-12-09 21:46:39 +0100Slávek Banko[scripts] create_tarball: Sort tags as version numbers instead of as text
Signed-off-by: Slávek Banko
80c03626 [view]master2014-12-09 21:45:26 +0100François Andriot[tde-packaging] RPM Packaging: update tdetoys
cc42dcf1 [view]master2014-12-09 21:39:21 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
3d35c242 [view]master2014-12-09 21:35:44 +0100François Andriot[tde-packaging] RPM Packaging: update tdetoys
38dc3bd9 [view]master2014-12-09 21:30:59 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
ed1ce801 [view]master2014-12-09 21:30:07 +0100François Andriot[tde-packaging] RPM Packaging: update tdetoys
9d03f465 [view]master2014-12-09 21:25:35 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
22ca68f4 [view]master2014-12-09 21:17:00 +0100François Andriot[tde-packaging] RPM packaging: update tdeutils
de1f2be2 [view]master2014-12-09 21:13:09 +0100François Andriot[tde-packaging] RPM Packaging: update tdetoys
f57c8794 [view]master2014-12-09 21:08:18 +0100François Andriot[tde-packaging] RPM Packaging: update tdetoys
e8ff9859 [view]master2014-12-09 20:53:42 +0100François Andriot[tde-packaging] RPM packaging: update tdetoys
6102cf0f [view]master2014-12-09 04:32:12 +0100Slávek Banko[tdebase] Update r14-xdg-update: add update of references to temporary directories
Signed-off-by: Slávek Banko
ff7202f0 [view]master2014-12-06 16:10:43 -0600Timothy Pearson[tdmtheme] Fix inability to apply theme due to erroneous SAK configuration default
Properly disable module when loaded by non-root user
Remove uneeded files
6e9f8cb7 [view]master2014-12-06 15:17:15 -0600Timothy Pearson[tdepim] Fix Kontact crash in Akregator part due to identical destructor signatures being generated for two unrelated classes
This relates to Bug #2235
Fix a slew of non-virtual destructor problems
d3cadac2 [view]master2014-12-06 15:15:51 -0600Timothy Pearson[tdebase] Update About dialogs of Konqueror and Konsole for release
ab89d7f4 [view]master2014-12-06 15:10:21 -0600Timothy Pearson[tde] Automated reset to latest HEAD
fbf8ee22 [view]master2014-12-06 15:09:50 -0600Timothy Pearson[tqt3] Automated update from Qt3
99749022 [view]master2014-12-06 15:08:56 -0600Timothy Pearson[qt3] Try to avoid crashes if the destructor of a TQMap is called when no private object was previously created
7ba7762c [view]master2014-12-06 12:05:11 +0100François Andriot[tde-packaging] RPM packaging: update tdeaddons
adfaddaa [view]master2014-12-06 11:50:54 +0100François Andriot[tde-packaging] RPM packaging: update tdeaddons
020f868b [view]master2014-12-06 11:21:47 +0100François Andriot[tde-packaging] RPM packaging: update tdeaddons
7971a216 [view]master2014-12-06 11:09:35 +0100François Andriot[tde-packaging] RPM packaging: update tdeaddons
5d7f38e7 [view]master2014-12-06 16:42:20 +0900Michele Calgaro[tdebase] Minor update to the Release Notes.
fcd4fa76 [view]master2014-12-05 14:06:07 -0600Timothy Pearson[tde] Automated reset to latest HEAD
066f3174 [view]master2014-12-05 13:37:07 -0600Timothy Pearson[tdelibs] Fix detection of laptop AC adapters
3f6c8810 [view]master2014-12-05 12:39:07 -0600Timothy Pearson[tde-packaging] Install magic file(s) on Debian and Ubuntu
6ddd04ba [view]master2014-12-05 12:36:56 -0600Timothy Pearson[tdelibs] Properly identify desktop files
This resolves a rather major glitch with Device Links noted on the mailing list
687b1460 [view]master2014-12-05 09:37:05 -0600Timothy Pearson[tdebase] Fix rare incorrect section display on load request when khelpcenter instance already running
This resolves Bug #2188
08d4e306 [view]master2014-12-05 00:31:10 -0600Timothy Pearson[tdelibs] Do not flag disk devices/partitions as mountable if a partition table is present under the given device/partition
This relates to Bug #2232
96cf12b1 [view]master2014-12-04 10:49:40 -0600Timothy Pearson[tdepim] Fix non-virtual destructor warning
0e927148 [view]master2014-12-04 10:49:05 -0600Timothy Pearson[tdepim] Fix crash of type reported in
TDECRSH-02c7aad-341394a-38a161d-3c0c32e-b7216be-e399e04-a0b51d0
8d0dc05b [view]master2014-12-04 10:29:43 -0600Timothy Pearson[tdeadmin] Add new distributions to TDE network configuration utility
4f798549 [view]master2014-12-04 10:00:41 -0600Timothy Pearson[tdeadmin] Revert "Remove many obsolete distributions and add newer distributions instead"
This reverts commit 914e923d52314022b64ee792d60590489be318af.
e0b1bfb0 [view]master2014-12-04 09:03:25 -0600Timothy Pearson[tdelibs] Fix a number of build warnings
d80ccaf9 [view]master2014-12-04 09:01:44 -0600Timothy Pearson[tdelibs] Fix printing of debug information on KDED crash
bbd5f447 [view]master2014-12-04 08:42:32 -0600Timothy Pearson[tdelibs] Remove unneeded check and handler for broken TQt DnD
Application of patch 0037-dnd-timestamp-fix.patch to TQt3 verified before removal
7dee44aa [view]master2014-12-04 08:21:38 -0600Timothy Pearson[tdelibs] Don't slow execution just because TDEAction::plugAccel was used
9f12da87 [view]master2014-12-04 12:41:39 +0900Michele Calgaro[tdebase] Updated Release Notes.
eed9975d [view]master2014-12-03 16:02:43 -0600Timothy Pearson[tdepim] Fix disconnected slot
7a558b2b [view]master2014-12-03 14:02:25 +0900Michele Calgaro[tdeutils] Fixed help handbook in tdelirc. This finally resolves bug #1850
804c7bec [view]master2014-12-03 13:43:00 +0900Michele Calgaro[tdebase] Minor adjustment to the Mouse handbook. This relates to bug #1850
4c6f9f00 [view]master2014-12-03 13:30:16 +0900Michele Calgaro[tde-packaging] Fixed installation of tdenetwork kcontrol handbooks in Debian/Ubuntu distros. This relates to bug #1850
aaa719d2 [view]master2014-12-02 21:09:43 -0600Timothy Pearson[tdebase] Forcibly terminate kdesktop_lock after unlock
This resolves Bug #2222
467c6631 [view]master2014-12-02 18:36:35 -0600Timothy Pearson[tde-style-qtcurve] Fix crash under Milk style
a24c7ba4 [view]master2014-12-03 00:59:50 +0100Slávek Banko[tdepim] Fix KOrganizer alarm daemon systray popup menu damage caused by commit 8231cc23
Signed-off-by: Slávek Banko

List generated Thu May 2 21:17:40 2024
Currently showing patches 26860 to 26959 of 46026 [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]