projects
/
profile
/
ivi
/
qtbase.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix non-bootstrapped $$system()'s line end conversions on windows
[profile/ivi/qtbase.git]
/
src
/
2012-09-18
Kai Koehne
Core: Fix gcc warning about signed/unsigned integer...
tree
|
commitdiff
2012-09-18
Kai Koehne
Network: Fix mingw-gcc warning
tree
|
commitdiff
2012-09-18
Kai Koehne
Network: Fix gcc warning about qDebug format
tree
|
commitdiff
2012-09-18
Jonathan Liu
QElapsedTimer: Fix typo in restart() documentation
tree
|
commitdiff
2012-09-18
Miikka Heikkinen
Fix mapping to/from global coordinates for child/embedd...
tree
|
commitdiff
2012-09-18
Shawn Rutledge
X11 (xcb) support for QScreen-per-output and runtime...
tree
|
commitdiff
2012-09-18
Richard Moore
Disable SSL compression by default.
tree
|
commitdiff
2012-09-18
Thiago Macieira
Fix thread-safety of qt_ignore_sigpipe
tree
|
commitdiff
2012-09-18
Samuel Rødal
Prevent buffer overflow in QXcbWindow.
tree
|
commitdiff
2012-09-18
Jan-Arve Saether
Make qdoc read multiline macros in files with CRLF...
tree
|
commitdiff
2012-09-17
Thiago Macieira
Let qVersion() be extern "C" if this is not a namespace...
tree
|
commitdiff
2012-09-17
Tomasz Duda
HTTP header may be damaged - fix, unit test
tree
|
commitdiff
2012-09-17
John Layt
SIC: QtPrintSupport - Remove QAbstractPageSetupDialog
tree
|
commitdiff
2012-09-16
J-P Nurmi
Exclude QIcuCodec when QT_NO_TEXTCODEC is defined
tree
|
commitdiff
2012-09-15
Sergio Ahumada
network: Fix missing or improper include guard in headers
tree
|
commitdiff
2012-09-15
Sergio Ahumada
concurrent: Fix missing or improper include guard in...
tree
|
commitdiff
2012-09-15
Sergio Ahumada
gui/opengl: Fix missing or improper include guard in...
tree
|
commitdiff
2012-09-14
Laszlo Papp
Make maemo scope syntax in project files more generic
tree
|
commitdiff
2012-09-14
Kai Koehne
QErrorMessage: Use qInstallMessageHandler instead of...
tree
|
commitdiff
2012-09-14
Martin Smith
qdoc: Refactoring of qdoc data structures
tree
|
commitdiff
2012-09-14
Sergio Ahumada
Mark (non-public API's) ctor's as explicit
tree
|
commitdiff
2012-09-14
Joerg Bornemann
remove usage of QT_MAKEDLL in favor of the new QT_STATI...
tree
|
commitdiff
2012-09-14
Miikka Heikkinen
Fix repaint issue when resizing a window in Windows
tree
|
commitdiff
2012-09-14
Jerome Pasion
QDoc manual: ordered command list
tree
|
commitdiff
2012-09-14
Samuel Rødal
Documented QtOpenGL classes that have better replacemen...
tree
|
commitdiff
2012-09-14
Julien Brianceau
qpa: avoid useless resize in DirectFB platform
tree
|
commitdiff
2012-09-14
Pekka Vuorela
Remove deprecated QInputMethod::visible()
tree
|
commitdiff
2012-09-14
Simon Hausmann
Fix compilation on Harmattan
tree
|
commitdiff
2012-09-14
Thiago Macieira
Move QRecursiveMutexPrivate to qmutex.cpp and mark...
tree
|
commitdiff
2012-09-14
Thiago Macieira
Remove QBasicAtomic::tryLock with a timer
tree
|
commitdiff
2012-09-14
Thiago Macieira
#include the qmutex_xxx.cpp at the end of qmutex.cpp
tree
|
commitdiff
2012-09-14
Thiago Macieira
Use storeRelease to unlock a mutex instead of fetchAndS...
tree
|
commitdiff
2012-09-14
Thiago Macieira
Avoid calling QElapsedTimer::nsecsElapsed before the...
tree
|
commitdiff
2012-09-14
Thiago Macieira
Split the timed mutex lock from the non-timed lock...
tree
|
commitdiff
2012-09-14
Thiago Macieira
Simplify the futex lock loop: no need for nested while
tree
|
commitdiff
2012-09-14
Thiago Macieira
Make QBasicMutex be exclusively non-recursive
tree
|
commitdiff
2012-09-14
Thiago Macieira
Don't recheck about timeout == 0 during mutex locking
tree
|
commitdiff
2012-09-14
Thiago Macieira
Hoist the recursive mutex check out of the inner loop
tree
|
commitdiff
2012-09-13
J-P Nurmi
QtDBus: added missing QT_NO_DBUS guards
tree
|
commitdiff
2012-09-13
Jan Arne Petersen
Fix QDBusServer with more than one connection
tree
|
commitdiff
2012-09-13
Thiago Macieira
Add qdbusconnectionmanager_p.h to the HEADER list.
tree
|
commitdiff
2012-09-13
Thiago Macieira
throw() is C++, so don't use it in C mode
tree
|
commitdiff
2012-09-13
Markku Heikkila
Fixed: QFileInfo::lastModified() returning wrong value.
tree
|
commitdiff
2012-09-13
Venugopal Shivashankar
Doc: Marked the QUrlInfo class documentation as \internal
tree
|
commitdiff
2012-09-13
Mitch Curtis
Fix QAbstractItemModel documentation errors.
tree
|
commitdiff
2012-09-13
Mitch Curtis
Fix QPrinter documentation errors.
tree
|
commitdiff
2012-09-13
Mitch Curtis
Fix qtestlib-manual.qdoc errors.
tree
|
commitdiff
2012-09-13
Mitch Curtis
Remove documentation for non-existent QToolButton funct...
tree
|
commitdiff
2012-09-13
Mitch Curtis
Remove documentation for non-existent QToolBox functions.
tree
|
commitdiff
2012-09-13
Christian Kandeler
Docs: Add "\since" info for QEventLoopLocker.
tree
|
commitdiff
2012-09-13
Mitch Curtis
Remove documentation for non-existent QTextEdit functions.
tree
|
commitdiff
2012-09-13
Mitch Curtis
Fix QByteArray documentation errors.
tree
|
commitdiff
2012-09-13
Kai Koehne
Fix compilation for win32-g++ and C++11
tree
|
commitdiff
2012-09-13
Kai Koehne
Network: Fix gcc warning about conversion from string...
tree
|
commitdiff
2012-09-13
Kai Koehne
Kernel: Fix gcc warning in qsharedmemory_win.cpp
tree
|
commitdiff
2012-09-13
Kai Koehne
Kernel: Fix gcc warning about narrowing conversion
tree
|
commitdiff
2012-09-13
Kai Koehne
Threads: Fix mingw-gcc warning about 'cast to pointer...
tree
|
commitdiff
2012-09-13
Jędrzej Nowacki
Improve QMetaType docs.
tree
|
commitdiff
2012-09-13
Stephen Kelly
Fix crash when invalidating a QSortFilterProxyModel
tree
|
commitdiff
2012-09-12
Mitch Curtis
Remove documentation for non-existent QLineEdit functions.
tree
|
commitdiff
2012-09-12
Eskil Abrahamsen...
Fix regression in QTextDocument::toHtml() with font...
tree
|
commitdiff
2012-09-12
Harald Fernengel
Fix build with QT_NO_EXCEPTIONS
tree
|
commitdiff
2012-09-12
Julien Brianceau
qpa: extend drawPixmap capabilities
tree
|
commitdiff
2012-09-12
Richard Moe Gustavsen
CocoaPlugin: add missing auto release pools
tree
|
commitdiff
2012-09-12
aavit
Doc: Fix misc. doc errors and document undocumented...
tree
|
commitdiff
2012-09-11
João Abecasis
Don't manipulate immutable data
tree
|
commitdiff
2012-09-11
Rafael Roquetto
QFileSystemEngine: fix realpath() buffer size
tree
|
commitdiff
2012-09-11
Rafael Roquetto
QNX: fix call to realpath() on QFileSystemEngine
tree
|
commitdiff
2012-09-11
Oswald Buddenhagen
don't require (dummy) qconfig.h for qmake build
tree
|
commitdiff
2012-09-11
Oswald Buddenhagen
compile without CamelCase headers
tree
|
commitdiff
2012-09-11
Nico Vertriest
Several modifications in phrasing.
tree
|
commitdiff
2012-09-11
Geir Vattekar
Doc: Remove references to the deprecated QGraphicsItemA...
tree
|
commitdiff
2012-09-11
Friedemann Kleint
Close popups when switching applications on Windows.
tree
|
commitdiff
2012-09-11
Julien Brianceau
qpa: add non-opaque fill support
tree
|
commitdiff
2012-09-11
Teemu Katajisto
QtPrintSupport: set QPrinter margins also to QPagedPain...
tree
|
commitdiff
2012-09-11
Samuel Rødal
Added link to the OpenGL window example from the QOpenG...
tree
|
commitdiff
2012-09-11
Samuel Rødal
Add links to raster and opengl window examples in the...
tree
|
commitdiff
2012-09-11
Samuel Rødal
Improved the QBackingStore documentation.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Fix example includes for qdoc.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Remove unused file.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Output absolute paths in qdoc messages.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Fix qdoc tag.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Move gui example doc example images.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Do not include /examples in qdocconfs.
tree
|
commitdiff
2012-09-11
Frederik Gladhorn
Add TableModelChange event for accessibility.
tree
|
commitdiff
2012-09-11
Pekka Vuorela
Remove deprecated inputItem and inputWindow from QInput...
tree
|
commitdiff
2012-09-11
Casper van Donderen
Doc: Centralize more common settings in 1 global qdocconf.
tree
|
commitdiff
2012-09-11
Eskil Abrahamsen...
Avoid duplicate setPen() in PDF when reusing QPrinter
tree
|
commitdiff
2012-09-11
Sérgio Martins
Fix QT_NO_SYSTEMTRAYICON build.
tree
|
commitdiff
2012-09-11
Friedemann Kleint
Streamline forwarding of blocked events.
tree
|
commitdiff
2012-09-10
Stephen Kelly
Specify the project name when adding a test.
tree
|
commitdiff
2012-09-10
Sérgio Martins
Fix build with QT_NO_WHEELEVENT.
tree
|
commitdiff
2012-09-10
Jan-Arve Saether
DON'T parse the header files of gui
tree
|
commitdiff
2012-09-10
Thomas McGuire
Fix QFileSystemEngine::canonicalName() returning corrup...
tree
|
commitdiff
2012-09-10
Janne Anttila
Initial bearer plugin for WinCE and WEC7.
tree
|
commitdiff
2012-09-10
Thiago Macieira
Remove misleading documentation about QAbstractSocket...
tree
|
commitdiff
2012-09-10
Richard Moe Gustavsen
CocoaPlugin: remove autoreleasepool warnings on 10.6
tree
|
commitdiff
2012-09-10
Friedemann Kleint
Windows: Implement automatic mouse capture in QPA.
tree
|
commitdiff
2012-09-10
Eskil Abrahamsen...
Fix printing with OS X platform plugin
tree
|
commitdiff
2012-09-10
David Gil
[Qt5 Docs] Fix typos and style of qtimer.cpp and qdatet...
tree
|
commitdiff
next