summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-2889-418/+763
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2789-418/+763
| |\
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-2719-154/+223
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2519-154/+223
| | | |\
| | | | * install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
| | | | * fix bundled header creation for debug buildsOswald Buddenhagen2013-06-251-10/+8
| | | | * disable non-framework header install also for debug buildsOswald Buddenhagen2013-06-251-1/+1
| | | | * install private headers into frameworksOswald Buddenhagen2013-06-252-1/+8
| | | | * don't needlessly do QMAKE_BUNDLE_DATA+=FRAMEWORK_HEADERSOswald Buddenhagen2013-06-251-1/+1
| | | | * un-nest conditionalsOswald Buddenhagen2013-06-251-3/+1
| | | | * mac framework build: always set QMAKE_FRAMEWORKPATHOswald Buddenhagen2013-06-251-3/+1
| | | | * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
| | | | * Fixed testbuild with QT_NO_CURSORBjoern Breitmeyer2013-06-251-2/+11
| | | | * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
| | | | * Mac: Ensure that C++11 is always used when linking against a static Qt buildTor Arne Vestbø2013-06-241-5/+8
| | | | * Use BSD licensing for QtOpenGLExtensions instead of LGPLJonathan Liu2013-06-244-104/+100
| | | | * Widgets: Set qt_button_down for each press.Friedemann Kleint2013-06-241-1/+1
| | | | * CMake: Fix test for value starting with -LStephen Kelly2013-06-211-1/+1
| | | | * Fix missing shortcuts for WindowContainersJørgen Lind2013-06-212-18/+58
| | | | * Fix missing focus events for mapped child windowsJørgen Lind2013-06-211-2/+2
| | | | * Android: handle keyboard connect/disconnectPaul Olav Tvete2013-06-211-1/+1
| | * | | Accessibility: Fix crash in tst_qmdisubwindow.Friedemann Kleint2013-06-261-2/+3
| | * | | configure: Use $AWK instead of plain 'awk'Sergio Ahumada2013-06-261-2/+2
| | * | | configure: Don't use 'local' in report_support()Sergio Ahumada2013-06-261-2/+0
| | * | | Mac/XCB/Windows: Fix initial setting of window icons.Friedemann Kleint2013-06-263-0/+6
| | * | | Windows XP: Fix directory chooser dialog.Friedemann Kleint2013-06-261-3/+4
| | * | | QMacStyle: fix auto-default button animationJ-P Nurmi2013-06-262-8/+17
| | * | | introduce "secret" configure -top-level optionOswald Buddenhagen2013-06-262-4/+31
| | * | | remove pointless qmake -o argumentOswald Buddenhagen2013-06-261-2/+0
| | * | | simplify qmake callOswald Buddenhagen2013-06-261-1/+1
| | * | | remove pointless variablesOswald Buddenhagen2013-06-261-5/+1
| | * | | QtPrintSupport: Initialize UI of widget-based dialog.Friedemann Kleint2013-06-263-6/+4
| | * | | tst_qfilefialog: Fix leaking temporary directories.Friedemann Kleint2013-06-261-28/+16
| | * | | Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
| | |/ /
| | * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-2529-102/+284
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2029-102/+284
| | | |\|
| | | | * fix LD_LIBRARY_PATH manipulation in uic calls not being make-escapedOswald Buddenhagen2013-06-201-1/+1
| | | | * update QtNetwork changelog for 5.1.0Peter Hartmann2013-06-191-1/+10
| | | | * Tagged all those examples that work on an Android deviceVenu2013-06-191-1/+100
| | | | * QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
| | | | * Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
| | | | * Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-174-4/+12
| | | | * make Makefiles not depend on .qmake.superOswald Buddenhagen2013-06-152-3/+4
| | | | * fix rcc & uic .depend_commandsOswald Buddenhagen2013-06-153-11/+30
| | | | * always $-escape make commandsOswald Buddenhagen2013-06-151-1/+1
| | | | * fix command over-escaping in vcproj filesOswald Buddenhagen2013-06-151-2/+4
| | | | * assemble the tool commands at use time, after allOswald Buddenhagen2013-06-154-12/+13
| | | | * OSX: Disable window restoration for the Mac color panelShawn Rutledge2013-06-151-0/+5
| | | | * Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-152-8/+8
| | | | * OSX color dialog can be accepted repeatedlyShawn Rutledge2013-06-151-0/+1