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
d26e8c29 [view]master2014-09-19 11:11:47 +0900Alex Couture[digikam] Updated splash screen for showFoto.
1f5f41d3 [view]master2014-09-18 20:24:48 +0200François Andriot[tde-packaging] OpenBSD: add Makefile
010731a8 [view]master2014-09-18 20:24:13 +0200François Andriot[tde-packaging] OpenBSD: add tqt3
2174ce76 [view]master2014-09-18 20:23:28 +0200François Andriot[tde-packaging] OpenBSD: add dbus-1-tqt
e1dd682f [view]master2014-09-18 20:23:04 +0200François Andriot[tde-packaging] OpenBSD: add dbus-tqt
979cad40 [view]master2014-09-18 20:22:46 +0200François Andriot[tde-packaging] OpenBSD: add tqtinterface
4e4e9136 [view]master2014-09-18 20:21:33 +0200François Andriot[tde-packaging] OpenBSD: add arts package
369f2528 [view]master2014-09-18 20:21:01 +0200François Andriot[tde-packaging] Openbsd: add initial support
113b3c85 [view]master2014-09-18 20:19:07 +0200François Andriot[tde-packaging] add fusion icon
4502e9b0 [view]master2014-09-18 12:35:26 +0900Michele Calgaro[tdevelop] Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR
9c2b16cb [view]master2014-09-18 11:59:38 +0900Michele Calgaro[tdeartwork] Reinstated removed wallpapers.
1cfc4f10 [view]master2014-09-18 11:59:21 +0900Michele Calgaro[tde-packaging] Reinstated removed wallpapers. Here are the changes required for Debian/Ubuntu distros.
10e8d4c0 [view]master2014-09-18 11:58:33 +0900Michele Calgaro[tdebase] Reinstated removed wallpapers.
2824570e [view]master2014-09-18 00:30:54 +0200François Andriot[tdelibs] Fix missing attribute name in el, fi and ko docbook xml catalog
27561d83 [view]master2014-09-17 23:25:29 +0200François Andriot[tde-packaging] Update Akode
b630ff2d [view]master2014-09-17 22:51:07 +0200François Andriot[tde-packaging] RPM Packacing: update qca-tls
24d35ee3 [view]master2014-09-17 22:44:00 +0200François Andriot[tde-packaging] update tqca
3d08f62f [view]master2014-09-17 22:29:18 +0200François Andriot[tde-packaging] RPM Packaging: update R14 packages
f75d43fd [view]master2014-09-17 22:26:42 +0200François Andriot[tde-packaging] Fix 3.5.13.2 qt3 in makefile
8a5adc44 [view]master2014-09-17 22:25:22 +0200François Andriot[tde-packaging] RPM package: update tde-i18n
634771a9 [view]master2014-09-17 22:23:19 +0200Slávek Banko[libart-lgpl] Remove Debian packaging files
Packaging files are located in separate git repository
d9d3dd45 [view]master2014-09-16 20:10:59 +0200Slávek Banko[tqt3] Improve TQProgressBar repaint optimization
5b34ad0d [view]master2014-09-16 20:10:51 +0200Slávek Banko[qt3] Improve TQProgressBar repaint optimization
baea23ba [view]master2014-09-16 03:37:39 +0200Enrico Ros[tqt3] Fix unwanted toggling TQIconViewItem focus on click
This fixes the 'flashing' icon when clicking repeatedly on a TQIconView or
derivates (ie TDEIconView, KonqIconViewWidget, the KDesktop and so on..).
The current behavior considers that if not over an icon, the user is
clicking down to perform icons selection (with the rubberband).
This is not always true, since a click might be used to give focus to a
window or unselect some icons.
How this is fixed: when clicking down the mouse a flag is set. If the pointer
is moved on the iconview with the button held down, then (and only at that
moment) the rubber is created. Now a selection operation (the one done with
the rubber) begins when moving the mouse and not only when clicking on the
empty space.
fbc4cf8e [view]master2014-09-16 03:37:06 +0200Enrico Ros[qt3] Fix unwanted toggling TQIconViewItem focus on click
This fixes the 'flashing' icon when clicking repeatedly on a TQIconView or
derivates (ie TDEIconView, KonqIconViewWidget, the KDesktop and so on..).
The current behavior considers that if not over an icon, the user is
clicking down to perform icons selection (with the rubberband).
This is not always true, since a click might be used to give focus to a
window or unselect some icons.
How this is fixed: when clicking down the mouse a flag is set. If the pointer
is moved on the iconview with the button held down, then (and only at that
moment) the rubber is created. Now a selection operation (the one done with
the rubber) begins when moving the mouse and not only when clicking on the
empty space.
f059feb9 [view]master2014-09-16 03:35:37 +0200François Andriot[tqt3] Fix dpi detection when using xft2
e4b05c8f [view]master2014-09-16 03:35:26 +0200François Andriot[qt3] Fix dpi detection when using xft2
3e57876e [view]master2014-09-16 03:31:21 +0200François Andriot[tqt3] Fix crash in TQTranslator
a9448305 [view]master2014-09-16 03:31:12 +0200François Andriot[qt3] Fix crash in TQTranslator
c86b8f17 [view]master2014-09-16 03:27:40 +0200François Andriot[tqt3] Enhance warning verbosity in TQFile (unix)
fdc4699b [view]master2014-09-16 03:27:27 +0200François Andriot[qt3] Enhance warning verbosity in TQFile (unix)
9a892fca [view]master2014-09-16 03:23:29 +0200Waldo Bastian[tqt3] Fix zoom in TQTextEdit
TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original
font had its size specified in pixels instead of points.
pointSize() returns 0 in such case.
14f96e80 [view]master2014-09-16 03:22:04 +0200Waldo Bastian[qt3] Fix zoom in TQTextEdit
TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original
font had its size specified in pixels instead of points.
pointSize() returns 0 in such case.
0cce3b0e [view]master2014-09-16 03:19:11 +0200Benoit Walter[tqt3] Remove unnecessary scrollbar in TQIconView
Test case (using konqueror icon view):
- The first icons are being shown (no scrollbar yet)
- When there is no space left, a vertical scrollbar is needed
- The vertical scrollbar may cover the right edge of the icons
(in the last column) => an horizontal scrollbar is needed :-(
Solution:
When using ScrollBarMode::Auto, prevent TQt from drawing icons on the
scrollbar area (before the scrollbar is shown).
Related to KDE bug #69589
36ee984c [view]master2014-09-16 03:17:57 +0200Benoit Walter[qt3] Remove unnecessary scrollbar in TQIconView
Test case (using konqueror icon view):
- The first icons are being shown (no scrollbar yet)
- When there is no space left, a vertical scrollbar is needed
- The vertical scrollbar may cover the right edge of the icons
(in the last column) => an horizontal scrollbar is needed :-(
Solution:
When using ScrollBarMode::Auto, prevent TQt from drawing icons on the
scrollbar area (before the scrollbar is shown).
Related to KDE bug #69589
0c5a2640 [view]master2014-09-16 03:15:39 +0200Frerich Raabe[tqt3] Add repaint optimization to TQProgressBar
This optimization makes TQProgressBar::setProgress() only repaint itself
if stepping to the new progress would cause a graphical change. This means
that for a width W and a total number of steps S, it will repaint itself
'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is
right now.
9f882f9d [view]master2014-09-16 03:14:25 +0200Frerich Raabe[qt3] Add repaint optimization to TQProgressBar
This optimization makes TQProgressBar::setProgress() only repaint itself
if stepping to the new progress would cause a graphical change. This means
that for a width W and a total number of steps S, it will repaint itself
'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is
right now.
e39b3d2d [view]master2014-09-15 21:46:19 +0200Slávek Banko[arts] Fix FTBFS due to late includes in CMake
d6fd5da5 [view]master2014-09-14 20:27:49 +0200François Andriot[arts] Add openbsd sndio support
c73ca85a [view]master2014-09-14 20:09:06 +0200François Andriot[arts] Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection
7aeb4e9d [view]master2014-09-14 19:46:03 +0200François Andriot[libltdl] Fix security issue CVE-2009-3736
38a8a335 [view]master2014-09-14 19:09:17 +0200Francois Andriot[tde-cmake] Fix openbsd library naming convention
Fix setup architecture flags on openbsd
8f10473b [view]master2014-09-14 23:25:24 +0900Michele Calgaro[tde-packaging] Added new TDE default background. Changes required for Debian/Ubuntu distros.
60d2edfb [view]master2014-09-14 23:10:59 +0900Michele Calgaro[tdebase] Added new TDE default background (thanks to Alex Couture for providing the file).
This resolves bug #2094
b4784725 [view]master2014-09-12 12:59:53 -0500Timothy Pearson[tqt3] Automated update from Qt3
b716176c [view]master2014-09-12 12:57:56 -0500Francois Andriot[qt3] Fix qmake shared library naming
Add long long int support to TQTextStream
Fix potential segmentation fault in QValueList
Fix library naming in TQT Plugins
This relates to Bug #2107
4dd177c7 [view]master2014-09-12 22:48:50 +0900Michele Calgaro[tdebase] Updated release notes.
dcf93dcd [view]master2014-09-12 19:18:35 +0900Michele Calgaro[tdeartwork] The wallpapers removed from tdebase have been added to the wallpaper/obsolete folder.
Two more wallpapers have been moved to the same folder.
Six new wallpapers have also been added.
cde178b6 [view]master2014-09-10 22:51:32 +0900Michele Calgaro[tde-packaging] Removed old wallpapers and add 3 new ones. The removed wallpapers will
be moved to tdeartwork soon. Here are the changes required for Debian/Ubuntu distros.
a5256e97 [view]master2014-09-10 22:49:08 +0900Michele Calgaro[tdebase] Removed old wallpapers and add 3 new ones. The removed wallpapers will
be moved to tdeartwork soon.
fdf5f887 [view]master2014-09-09 15:40:04 +0200Christian Beier[libtdevnc] The HAVE_X11 define is not there anymore, but we don't need it either.
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.

List generated Tue Apr 30 03:13:39 2024
Currently showing patches 28701 to 28800 of 45967 [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]