summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add $$absolute_path() and $$relative_path()Oswald Buddenhagen2012-06-192-1/+24
* add $$native_path() functionOswald Buddenhagen2012-06-192-1/+11
* add $$clean_path() functionOswald Buddenhagen2012-06-192-1/+11
* add $$format_number() functionOswald Buddenhagen2012-06-192-1/+89
* add $$shadowed() functionOswald Buddenhagen2012-06-196-2/+43
* add $$val_escape() functionOswald Buddenhagen2012-06-192-1/+22
* add $$enumerate_vars() functionOswald Buddenhagen2012-06-191-1/+5
* make defined() support testing definedness of variablesOswald Buddenhagen2012-06-191-0/+2
* add mkpath() functionOswald Buddenhagen2012-06-192-1/+19
* add log() functionOswald Buddenhagen2012-06-191-6/+13
* add touch() functionOswald Buddenhagen2012-06-191-1/+74
* add write_file() functionOswald Buddenhagen2012-06-192-2/+53
* add cache() functionOswald Buddenhagen2012-06-191-3/+222
* add "blob" and "lines" modes to $$cat() and $$system()Oswald Buddenhagen2012-06-191-25/+63
* rewrite fixPaths()Oswald Buddenhagen2012-06-191-41/+12
* remove dead variableOswald Buddenhagen2012-06-191-1/+0
* don't use abs_path on input argumentsOswald Buddenhagen2012-06-191-7/+5
* move moc, rcc and uic CONFIG additions to the respective qt modulesOswald Buddenhagen2012-06-198-7/+6
* remove last traces of qbase.pri, qt_targets.pri and qt_installs.priOswald Buddenhagen2012-06-195-6/+1
* remove some DEPENDPATH nonsenseOswald Buddenhagen2012-06-191-9/+0
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-1913-35/+3
* dispose of library-bound feature filesOswald Buddenhagen2012-06-197-28/+22
* -qconfig needs no own switch case any moreOswald Buddenhagen2012-06-191-7/+1
* remove the insane switch case for qt-style yes optionsOswald Buddenhagen2012-06-191-6/+2
* don't overquote make commandOswald Buddenhagen2012-06-191-1/+1
* clean up path normalization in configure.exe and QLibraryInfoOswald Buddenhagen2012-06-193-105/+111
* rewrite SUBDIRS construction logicOswald Buddenhagen2012-06-191-47/+68
* detach src/src.pro and src/tools/tools.pro from qtbase.proOswald Buddenhagen2012-06-193-15/+8
* remove convoluted recursive debug/release target magicOswald Buddenhagen2012-06-192-79/+0
* make makefile generation under unix saneOswald Buddenhagen2012-06-192-211/+34
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-1910-16/+14
* introduce ability to build projects for the host systemOswald Buddenhagen2012-06-1910-55/+128
* Revert "make default_pro.prf advertize dynamically created .qmake.cache"Oswald Buddenhagen2012-06-192-5/+0
* Revert "move .qmake.cache search to Option"Oswald Buddenhagen2012-06-194-72/+59
* Revert "move finding the makespec to Option"Oswald Buddenhagen2012-06-194-49/+46
* QEvent: Don't give DeferredDelete special treatmentBradley T. Hughes2012-06-191-12/+8
* clang: Do not use libstdc++ when C++11 is enabledBradley T. Hughes2012-06-191-1/+6
* raspberry: remove unused screen size detection codeJohannes Zellner2012-06-191-29/+0
* platform hooks: provide defaults for screen size and depth hooksJohannes Zellner2012-06-191-2/+42
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-185-6/+10
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-183-10/+25
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Make QUuid compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-181-1/+1
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2012-06-181-1/+1
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* Fix building of qtbase examples when printsupport module is disabled.Janne Anttila2012-06-1822-15/+49
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Improve the code generation by using Q_LIKELY/Q_UNLIKELYKonstantin Ritt2012-06-161-36/+34
* Make QTBF autotest support SMP code points in the test dataKonstantin Ritt2012-06-161-2/+6
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-152-3/+6