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
d999a8ea [view]master2014-09-09 11:23:41 +0200Christian Beier[libtdevnc] Move vncterm to https://github.com/LibVNC/vncterm.
7960c687 [view]master2014-09-09 11:06:22 +0200Christian Beier[libtdevnc] Move VisualNaCro to https://github.com/LibVNC/VisualNaCro.
9bf5fe01 [view]master2014-09-09 10:56:38 +0200Christian Beier[libtdevnc] Move prepare_x11vnc_dist.sh over to x11vnc repo.
bb475863 [view]master2014-09-08 22:13:26 +0900Alex Couture[digikam] Updated splash screen.
06156104 [view]master2014-09-08 21:27:33 +0900E. Liddell[tdeaccessibility] Updated mono scalable svgz images replacing K with T logo. This resolves bug #2015
e3717f4f [view]master2014-09-07 18:58:09 +0800Richard Grenville[tdebase] Misc #204: Add glx_take_screenshot() & others
- Add glx_take_screenshot() for taking a screenshot. With ImageMagick
the output data could be viewed in this way:
display -size [SCREEN-WIDTH]x[SCREEN-HEIGHT] -depth 8 -flip
rgb:[PATH]
(#204)
- Add D-Bus command `opts_get string:paint_on_overlay_id` to get X
Composite overlay window ID. (#204)
- Code cleanup.
4866380d [view]master2014-09-07 18:38:36 +0900Alex Couture[tdebase] Updated KControl Konqueror files with new TDE style background
882d3873 [view]master2014-09-07 16:05:14 +0800Richard Grenville[tdebase] Misc: Add --no-name-pixmap
Add --no-name-pixmap to disable the usage of
XCompositeNameWindowPixmap(), for debugging.
9c2ce91a [view]master2014-09-07 00:51:53 +0200François Andriot[tqt3] Fix FTBFS on Linux specific memlock code
e1751395 [view]master2014-09-07 00:51:50 +0200François Andriot[qt3] Fix FTBFS on Linux specific memlock code
6d4396b3 [view]master2014-09-07 00:45:21 +0200François Andriot[tqt3] Fix FTBFS because invalid data conversion in qmutex
a28cbf48 [view]master2014-09-07 00:45:18 +0200François Andriot[qt3] Fix FTBFS because invalid data conversion in qmutex
d8352f9d [view]master2014-09-03 18:37:52 -0500Timothy Pearson[tqt3] Automated update from Qt3
7b43eed2 [view]master2014-09-03 18:37:06 -0500Timothy Pearson[qt3] Add ability to set reconnect flag on MySQL connections
Add database server ping method to SQL classes
0f25ea73 [view]master2014-09-03 21:09:53 +0200Christian Beier[libtdevnc] Remove x11vnc from autotools build system.
7dfd4f3b [view]master2014-09-03 21:09:27 +0200Christian Beier[libtdevnc] Remove tightvnc-1.3dev5-vncviewer-alpha-cursor.patch.
498d2229 [view]master2014-09-03 20:54:39 +0200Christian Beier[libtdevnc] Remove x11vnc subdir.
The new x11vnc repo is at https://github.com/LibVNC/x11vnc.
34d83f4e [view]master2014-09-03 00:29:20 +0900Michele Calgaro[tde-packaging] Added 'minimalist' TDM style to Debian/Ubuntu distributions.
232cce76 [view]master2014-09-03 00:25:17 +0900Alex Couture[tdebase] Added 'minimalist' TDM style.
8814b54e [view]master2014-09-03 00:23:18 +0900Alex Couture[tdelibs] Update khelpcenter style files.
8d2db048 [view]master2014-09-02 16:49:04 +0200Johannes Schindelin[libtdevnc] Fix tv_usec calculation
This bug was introduced in the MSVC patches.
Signed-off-by: Johannes Schindelin
c18fa98b [view]master2014-09-01 14:51:07 +0200Nicolas Ruff[libtdevnc] Fix stack-based buffer overflow
There was a possible buffer overflow in rfbFileTransferOffer message when
processing the FileTime.
Signed-off-by: Johannes Schindelin
9f395e58 [view]master2014-09-01 21:48:12 +0900Alex Couture[krusader] Updated splash image.
cd578bf5 [view]master2014-09-01 11:39:56 +0300Daniel Cohen Gindi[libtdevnc] MSVC: Use _snprintf instead of snprintf
In Microsoft's Visual C runtime, the snprintf() function is actually
called _snprintf. Let's just #define the former to call the latter.
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin
8175f428 [view]master2014-09-01 01:28:12 +0300Daniel Cohen Gindi[libtdevnc] Use correct winsock header
We link to ws2_32.lib which corresponds to the winsock2.h header, not the
winsock.h header.
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin
914460ca [view]master2014-09-01 01:26:09 +0300Daniel Cohen Gindi[libtdevnc] Remove unused variables
This change is technically not required to support MSVC, but it was
detected by Microsoft's compiler.
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin
5d683513 [view]master2014-08-31 04:30:46 +0200Slávek Banko[bibletime] Fix FTBFS with sword 1.7.x
54b2400d [view]master2014-08-29 11:00:26 +0300Daniel Cohen Gindi[libtdevnc] Use Windows' critical sections to emulate pthread's mutexes
With Microsoft Visual C++, we cannot use pthreads (MinGW sports an
emulation library which is the reason we did not need Windows-specific
hacks earlier). Happily, it is very easy to provide Windows-specific
emulations for the pthread calls we use.
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin
dfdb1114 [view]master2014-08-29 11:00:16 +0300Daniel Cohen Gindi[libtdevnc] Perform pointer arithmetic on char * instead of void *
Microsoft Visual C++ does not allow pointer arithmetic on void pointers.
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin
4c2cfb17 [view]master2014-08-29 11:00:07 +0300Daniel Cohen Gindi[libtdevnc] Add MSVC compatible unix headers
The stdint.h file was copied from:
https://runexe.googlecode.com/svn-history/r9/trunk/src/runlib/msstdint.h
(we can incorporate it because it is licensed under the 3-clause BSD
license.)
[JES: fixed commit message, fixed stripped copyright header]
Signed-off-by: Johannes Schindelin
e26aeb40 [view]master2014-08-29 10:59:56 +0300Daniel Cohen Gindi[libtdevnc] MSVC: Use the Unix emulation headers
[JES: provided commit message, split out unrelated changes]
Signed-off-by: Johannes Schindelin
366dda99 [view]master2014-08-29 10:59:56 +0300Daniel Cohen Gindi[libtdevnc] Use WIN32 for Windows-specific #ifdef guards
To support Microsoft Visual C++, we must not guard Windows-specific code
in MinGW-specific #ifdef guards.
Happily, even 64-bit MSVC defines the WIN32 constant, therefore we can use
that instead.
[JES: fixed commit message, reordered commit, split out unrelated changes]
Signed-off-by: Johannes Schindelin
30592827 [view]master2014-08-29 10:57:53 +0300Daniel Cohen Gindi[libtdevnc] Include Winsock2 header before windows.h include
That's because there are duplicate #defines, and when Winsock2 is defined
before windows.h then windows.h detects that and prevent redefinition.
See
http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/4a90b143-1fb8-43e9-a54c-956127e0c579/windowsh-and-winsock2h?forum=windowssdk
[JES: fixed commit message]
Signed-off-by: Johannes Schindelin
4cdf1eaf [view]master2014-08-28 17:56:48 -0500Timothy Pearson[dbus-1-tqt] Fix memory leak on calling TQT_DBusConnection::sendWithReply
Notably tdepowersave no longer leaks memory after this patch
d265f238 [view]master2014-08-27 11:33:29 -0500Timothy Pearson[kbarcode] Merge latest version of KBarCode with the TDE sources
This relates to Bug #2095
Note that a handful of translation strings did not merge properly
5d6fa0ca [view]master2014-08-27 22:41:02 +0900Michele Calgaro[koffice] Fixed warning messages when starting Chalk. This resolves bug #1976
5a8694bb [view]master2014-08-27 14:35:38 +0200Slávek Banko[koffice] Add workaround to compiler bug on Raspbian Wheezy
f67ba3f3 [view]master2014-08-25 14:31:10 -0500Timothy Pearson[tdesudo] Clean up old KdeSudo strings
ab39cf65 [view]master2014-08-25 10:18:54 +0900Michele Calgaro[tde-packaging] Added support for libwpd-0.10 in Koffice in Debian/Ubuntu distros.
ebea843b [view]master2014-08-25 10:14:52 +0900Michele Calgaro[koffice] Added support for libwpd-0.10. This resolves FTBFS in Debian/Testing.
Thanks to Slavek for testing in all Debian/Ubuntu distros and fixing a
couple of problems with libwpd-0.8.
74ca6ba8 [view]master2014-08-24 12:00:02 +0900Michele Calgaro[digikam] Fixed initial background color for new TDE style files.
4de36973 [view]master2014-08-24 03:15:05 +0200Slávek Banko[qt3] Fix build option used to select sqlite3 plugin
ed5df139 [view]master2014-08-24 03:15:02 +0200Slávek Banko[tqt3] Fix build option used to select sqlite3 plugin
d6603634 [view]master2014-08-23 18:31:18 +0900Alex Couture[digikam] Updated TDE style files.
83ea6b27 [view]master2014-08-20 10:08:17 +0900E. Liddell[tdeaccessibility] Updated mono scalable svgz images replacing K with T logo. This relates to bug #2015
d3cd9094 [view]master2014-08-19 22:11:43 +0900Michele Calgaro[koffice] Fixed ruby max allowed SAFE level.
1396eea8 [view]master2014-08-19 19:36:00 +0900Michele Calgaro[tdenetwork] Fixed warning message when launching 'tdecmshell kcmsambaconf'. This resolves bug #1887
4ac8a1a8 [view]master2014-08-19 03:27:37 +0200Slávek Banko[tde-packaging] Remove unneeded plasma wrappers in tdebase on Debian and Ubuntu
05a9bd41 [view]master2014-08-18 15:22:48 +0200Nicolas Ruff[libtdevnc] Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale client->server messages. This would cause a division by zero and crash the server.
6037a907 [view]master2014-08-18 15:16:16 +0200Nicolas Ruff[libtdevnc] Check malloc() return value on client->server ClientCutText message. Client can send up to 2**32-1 bytes of text, and such a large allocation is likely to fail in case of high memory pressure. This would in a server crash (write at address 0).
a401ecd3 [view]master2014-08-18 00:24:25 +0900Michele Calgaro[qt3] Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug #1947
dbc8742f [view]master2014-08-18 00:23:20 +0900Michele Calgaro[qt3] Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice."
because of wrong reference to bug #1887
This reverts commit 41f30477dd877e37ed79b42253b79d6441dab7d9.
85e2ff9c [view]master2014-08-18 00:22:12 +0900Michele Calgaro[tqt3] Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug #1947
686236f3 [view]master2014-08-18 00:19:17 +0900Michele Calgaro[tqt3] Revert "Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice."
because of wrong reference to bug #1887
This reverts commit f0bff64751c7d6911be3578d7578bae8180e987d.
41f30477 [view]master2014-08-18 00:17:15 +0900Michele Calgaro[qt3] Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug #1887
f0bff647 [view]master2014-08-18 00:14:55 +0900Michele Calgaro[tqt3] Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
If the passed object is the same, the warning message is not displayed any more.
If the passed object is different, a message is still displayed.
This resolves bug #1887
67668c30 [view]master2014-08-17 22:38:52 +0900Michele Calgaro[tdelibs] Fixed initial background color for new TDE style files.
ae82077c [view]master2014-08-17 22:37:54 +0900Michele Calgaro[tdepim] Fixed initial background color for new TDE style files.
2294e072 [view]master2014-08-17 22:14:36 +0900Alex Couture[tdepim] Updated TDE style files for libtdepim, akregator, kmail.
dff276fb [view]master2014-08-17 19:49:21 +0900Alex Couture[tdebase] Updated TDE style files for konqueror and kcontrol.
f33c64aa [view]master2014-08-17 19:36:39 +0900Michele Calgaro[tde-packaging] Updated TDE style files for tdelibs/tdeui in Debian/Ubuntu.
30993d4f [view]master2014-08-17 18:15:26 +0900Alex Couture[tdelibs] Updated TDE style files for tdeui.
a6da78df [view]master2014-08-16 21:18:01 -0500Timothy Pearson[tdelibs] Revert a small portion of commit b66871c
This relates to Bug #1693
cdd8675f [view]master2014-08-16 15:58:08 +0200Johannes Schindelin[libtdevnc] Fix whitespace
Signed-off-by: Johannes Schindelin
9e0468a8 [view]master2014-08-16 22:54:10 +0900Michele Calgaro[kftpgrabber] Fixed TQLayout warning message on start up. This relates to bug #1947
53194827 [view]master2014-08-16 19:18:42 +0900Michele Calgaro[tdevelop] Fixed several warning messages that were printed when launching KDevAssistant. This resolves bug #1971
27b0c0de [view]master2014-08-16 10:48:03 +0200Johannes Schindelin[libtdevnc] Fix indentation
Signed-off-by: Johannes Schindelin
29bee6b5 [view]master2014-08-16 00:11:17 +0900Michele Calgaro[basket] Patched "TQPopupMenu: (unnamed) Popup has invalid menu item" warning
message appearance when Basket is started without a basketrc file.
This resolves bug #1981"
85a778c0 [view]master2014-08-15 16:41:58 +0200newsoft[libtdevnc] Check for MallocFrameBuffer() return value
If MallocFrameBuffer() returns FALSE, frame buffer pointer is left to
NULL. Subsequent writes into that buffer could lead to memory
corruption, or even arbitrary code execution.
045a044e [view]master2014-08-15 16:31:13 +0200newsoft[libtdevnc] Fix integer overflow in MallocFrameBuffer()
Promote integers to uint64_t to avoid integer overflow issue during
frame buffer allocation for very large screen sizes
e5964dc6 [view]master2014-08-15 20:59:09 +0900Michele Calgaro[tdebase] Fixed typo in About TDE dialog. This resolves bug #2088
2c1bb83a [view]master2014-08-11 13:41:02 -0500Timothy Pearson[tdelibs] Use proper toolbar extension widget name when detecting widget inheritance
This relates to Bug #1693
aec3bcef [view]master2014-08-11 13:03:00 -0500Timothy Pearson[tqtinterface] Fix prior commit
57da77e7 [view]master2014-08-11 12:58:27 -0500Timothy Pearson[tqtinterface] Add missing TQToolBarExtensionWidget widget name string to interface
This relates to Bug #1693
0c08b5db [view]master2014-08-10 15:07:18 +0200Luca Falavigna[libtdevnc] Enable support for ppc64el architecture
ce8e04a7 [view]master2014-08-10 15:04:55 +0200Luca Falavigna[libtdevnc] Use Libs.private to avoid unnecessary linkage
98f93ba3 [view]master2014-08-07 17:41:53 -0500Timothy Pearson[experimental] Attempt to update conversion script to include kde toolbar widget rename
a768e257 [view]master2014-08-07 17:26:01 -0500Timothy Pearson[tde] Rename the string kde toolbar widget
c857fcea [view]master2014-08-07 17:25:13 -0500Timothy Pearson[tdeutils] Rename the string kde toolbar widget
1f660b6e [view]master2014-08-07 17:25:04 -0500Timothy Pearson[tdepim] Rename the string kde toolbar widget
42069cbc [view]master2014-08-07 17:24:52 -0500Timothy Pearson[tdenetwork] Rename the string kde toolbar widget
4ceebc0b [view]master2014-08-07 17:24:43 -0500Timothy Pearson[tdemultimedia] Rename the string kde toolbar widget
32f50cd6 [view]master2014-08-07 17:24:38 -0500Timothy Pearson[tdelibs] Rename the string kde toolbar widget
d980f91c [view]master2014-08-07 17:24:37 -0500Timothy Pearson[tdegraphics] Rename the string kde toolbar widget
7a187793 [view]master2014-08-07 17:24:25 -0500Timothy Pearson[tdeedu] Rename the string kde toolbar widget
d5d78f73 [view]master2014-08-07 17:24:07 -0500Timothy Pearson[tdebase] Rename the string kde toolbar widget
bf667ed5 [view]master2014-08-07 17:23:49 -0500Timothy Pearson[tdeartwork] Rename the string kde toolbar widget
96c18921 [view]master2014-08-07 17:23:46 -0500Timothy Pearson[tdeaddons] Rename the string kde toolbar widget
2abd4d38 [view]master2014-08-07 17:22:14 -0500Timothy Pearson[tde-style-lipstik] Rename the string kde toolbar widget
168fb1ee [view]master2014-08-07 17:22:14 -0500Timothy Pearson[tde-style-qtcurve] Rename the string kde toolbar widget
a43b95d5 [view]master2014-08-07 17:22:10 -0500Timothy Pearson[rosegarden] Rename the string kde toolbar widget
77d1e56f [view]master2014-08-07 17:21:48 -0500Timothy Pearson[ksquirrel] Rename the string kde toolbar widget
63102ab1 [view]master2014-08-07 17:21:17 -0500Timothy Pearson[koffice] Rename the string kde toolbar widget
f19068f7 [view]master2014-08-07 17:20:53 -0500Timothy Pearson[kmymoney] Rename the string kde toolbar widget
08152b67 [view]master2014-08-07 17:20:38 -0500Timothy Pearson[kdirstat] Rename the string kde toolbar widget
269c99f0 [view]master2014-08-07 17:20:14 -0500Timothy Pearson[gwenview] Rename the string kde toolbar widget
e45396f4 [view]master2014-08-07 13:09:43 -0500Timothy Pearson[tqt3] Automated update from Qt3
93b3efa8 [view]master2014-08-07 13:08:29 -0500Timothy Pearson[qt3] Refresh control element data structures before executing style object event handlers
This resolves Bug #1816
Fix FTBFS in style examples
9781c41e [view]master2014-08-07 13:04:37 -0500Timothy Pearson[tde-style-qtcurve] Very minor style cleanup
69eb07bb [view]master2014-08-06 20:42:57 +0200mæp[tdebase] fix crash caused by free of uninitialized pointer

List generated Fri Apr 26 01:17:40 2024
Currently showing patches 28701 to 28800 of 45916 [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]