index
:
qt3
master
r14.0.x
v3.5.13-sru
The Qt3 toolkit
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed explicit usage of the 'register' keyword.
Michele Calgaro
2021-02-01
43
-402
/
+402
*
Fix crash in tqimage for certain malformed ppm image files
Slávek Banko
2019-12-18
1
-1
/
+1
*
Fix FTBFS when building with musl libc.
Slávek Banko
2019-12-11
1
-0
/
+1
*
Fix build with PostgreSQL 12+.
Slávek Banko
2019-11-18
1
-0
/
+2
*
Change tests for glibc version.
Slávek Banko
2019-06-12
3
-15
/
+7
*
The TDE integration library (libqtkde) will be searched for
gregory guy
2019-06-02
1
-5
/
+1
*
This fixes bug: 639
gregory guy
2019-06-01
1
-0
/
+1
*
Reintroduced debug, warning and fatal functions since this are part of
Michele Calgaro
2019-06-01
1
-0
/
+89
*
Added timestamp to debug functions (qDebug, qWarning, qFatal).
Michele Calgaro
2019-06-01
1
-94
/
+13
*
bmp image: check for out of range image size.
Slávek Banko
2019-03-03
1
-0
/
+2
*
Check for QImage allocation failure in qasyncimageio.
Slávek Banko
2019-03-03
1
-3
/
+6
*
Add the definition _WANT_SEMUN to ensure the definition of the semun structure.
Slávek Banko
2019-02-16
1
-0
/
+1
*
Make use of QString::utf8() and QString::local8Bit() safe for conversion to c...
Slávek Banko
2019-02-10
2
-9
/
+26
*
Improved class name used in previous commit. Suggestion comes from Slavek :-)
Michele Calgaro
2018-11-02
3
-8
/
+8
*
Fixed FTBFS caused by name conflict with new postgres server dev 11
Michele Calgaro
2018-11-02
3
-8
/
+8
*
Fix FTBFS with stricter C++11
Slávek Banko
2018-08-19
2
-8
/
+8
*
Fix security issue CVE-2016-10040
Slávek Banko
2018-07-26
1
-1
/
+1
*
Backport mysql driver mariadb fix - see QTBUG-63108
Slávek Banko
2018-06-03
1
-12
/
+22
*
Add brightness keys support
Roman Savochenko
2017-07-30
4
-0
/
+25
*
ListView: Deselect items that are hidden by the filter
Slávek Banko
2017-07-02
1
-5
/
+21
*
IconView: Deselect items that are hidden by the filter
Slávek Banko
2017-07-02
1
-7
/
+15
*
Fixed (again) search algorithm for iconview widget. This resolves (again) bug...
Michele Calgaro
2015-12-15
1
-24
/
+22
*
Fixed search algorithm for iconview widget. This resolves bug 420.
Michele Calgaro
2015-12-15
2
-217
/
+237
*
Fixed Multicolumn view filtering item arrangement. This relates to bug 146.
Michele Calgaro
2015-12-15
1
-9
/
+12
*
Try to avoid crashes if the destructor of a TQMap is called when no private o...
Timothy Pearson
2015-12-15
1
-2
/
+6
*
Repaint QComboBox on drop-down dismissal
Timothy Pearson
2015-12-15
1
-0
/
+2
*
Add support for the environment variables TQT_HOME_DIR and TQT_SYSTEM_DIR
Francois Andriot
2015-12-15
1
-1
/
+24
*
Fix undefined behaviour in TQClipboardWatcher::format
Timothy Pearson
2015-12-15
2
-9
/
+9
*
Improve TQProgressBar repaint optimization
Slávek Banko
2015-12-15
2
-8
/
+5
*
Fix unwanted toggling TQIconViewItem focus on click
Enrico Ros
2015-12-15
1
-17
/
+26
*
Fix dpi detection when using xft2
François Andriot
2015-12-15
1
-1
/
+18
*
Fix crash in TQTranslator
François Andriot
2015-12-15
1
-1
/
+1
*
Enhance warning verbosity in TQFile (unix)
François Andriot
2015-12-15
1
-9
/
+9
*
Fix zoom in TQTextEdit
Waldo Bastian
2015-12-15
1
-2
/
+12
*
Remove unnecessary scrollbar in TQIconView
Benoit Walter
2015-12-15
2
-10
/
+32
*
Add repaint optimization to TQProgressBar
Frerich Raabe
2015-12-15
2
-3
/
+54
*
Fix qmake shared library naming
Francois Andriot
2015-12-15
4
-6
/
+36
*
Fix FTBFS because invalid data conversion in qmutex
François Andriot
2015-12-15
1
-2
/
+3
*
Fixed warning message if QMetaObjectCleanUp::setMetaObject is invoked twice.
Michele Calgaro
2015-12-15
1
-1
/
+1
*
Improvements to QValueList. This may relate to bug 1820
Michele Calgaro
2015-12-15
1
-20
/
+22
*
Fixed "TQApplication::postEvent: Unexpected null receiver" warning message. T...
Michele Calgaro
2015-12-15
1
-3
/
+3
*
Fix overwriting memory for an application icon
Slávek Banko
2015-12-15
3
-8
/
+9
*
Fix DnD crash when source is not present
Timothy Pearson
2015-12-15
1
-1
/
+1
*
Properly export ucm_instantiate in UCOM libraries
Timothy Pearson
2015-12-15
1
-3
/
+3
*
Add pluginsdir to pkgconfig file
Slávek Banko
2015-12-15
1
-0
/
+1
*
Fix prior commit
Timothy Pearson
2015-12-15
1
-0
/
+3
*
Fix crash on exit when application does not use session management
Timothy Pearson
2015-12-15
1
-2
/
+6
*
Fix 'format not a string literal' error
Francois Andriot
2015-12-15
5
-10
/
+10
*
Private headers moved out from public include directory
Slávek Banko
2015-12-15
1
-1
/
+1
*
Allow TQApplication objects to be constructed without a session manager
Timothy Pearson
2015-12-15
2
-14
/
+64
[next]