summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* doc: Print warning where \reimp is used where \internal should be used.Martin Smith2009-07-201-9/+13
| | | | e.g. '\reimp' in myFunc() should be '\internal' because its base function is private or internal
* doc: Increased memitemleft width from 160px to 180px.Martin Smith2009-07-202-2/+3
|
* checksdk now uses the bootstrap libJoerg Bornemann2009-07-204-62/+32
| | | | | | | | | The checksdk build was broken and it makes no sense to maintain two seperate bootstrap configurations. The checksdk sources had to be corrected in certain cases to work with the bootstrap lib. Esp. using qDebug for ouput message is not a good idea. Reviewed-by: thartman
* Compile fix for windows and winceDenis Dzyubenko2009-07-202-0/+4
| | | | | | | Added qtextcodec and qutfcodec to bootstrapped applications (checksdk and configure) Reviewed-by: trustme
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-174-2/+11
|\
| * Add priority property to QActionJens Bache-Wiig2009-07-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | We need this to support the behavior in Gtk+ where, when Qt::ToolButtonTextBesideIcon is used, only text labels for important actions are shown. It will also enable us to prioritize actions in the future when for instance collapsing a toolbar. Task-number: 258290 Reviewed-by: thierry
| * Update to also use a uifile.icns file for Designer.Norwegian Rock Cat2009-07-173-1/+4
| | | | | | | | | | If we are doing it for Creator, we may as well be nice and do a similar thing for Designer.
* | Doc: Added XML Schema license information to the documentation.David Boddie2009-07-171-2/+3
|/ | | | | Reviewed-by: Trust Me Post-review-sanity-check-by: Peter Hartmann
* Doc: Updated the version numbers in the documentation metadata.David Boddie2009-07-177-13/+13
| | | | Reviewed-by: Trust Me
* Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-0/+5
| | | | | | | | | | | | KDE and GNOME has the concept of a default tool button style that can be set system-wide. Qt currently allways default to IconOnly. I have added an optional Qt::ToolButtonSystemDefault value so you can opt-in to respect the system setting. We did not change the default because a lot of apps will look odd when for instance text is beside icons and the descriptive text is too long. Task-number: 237864 Reviewed-by: ogoffart
* Update the license headers in XML Schema to the new formatThiago Macieira2009-07-162-2/+2
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-153-0/+92
|\
| * Added a version information to our executables.Denis Dzyubenko2009-07-153-0/+92
| | | | | | | | | | | | | | | | On Windows, the FileDescription part of the version information is used as a caption for the grouped taskbar button. Task-number: 253065 Reviewed-by: Prasanth Ullattil
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-1544-412/+992
|\ \ | |/
| * Improve error message from configure.exe when trying to compile the Windows ↵David Faure2009-07-141-2/+8
| | | | | | | | | | | | | | | | | | | | phonon backend: - mention the DirectShow SDK, not the DirectX SDK (which doesn't include DirectShow anymore) - mention which exact files were not found, rather than just "all required files couldn't be found" Merge-request: 881 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
| * fix for mingw to still look into LIB and INCLUDE env varThierry Bastian2009-07-141-7/+6
| |
| * update to the configure program to support mingw+phononThierry Bastian2009-07-142-25/+39
| |
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-170/+250
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/JavaScriptCore/generated/Grammar.cpp src/3rdparty/webkit/JavaScriptCore/generated/Grammar.h src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/3rdparty/webkit/WebCore/generated/CSSGrammar.cpp src/3rdparty/webkit/WebCore/generated/CSSGrammar.h src/3rdparty/webkit/WebCore/generated/Grammar.cpp src/3rdparty/webkit/WebCore/generated/Grammar.h src/3rdparty/webkit/WebCore/generated/XPathGrammar.cpp src/3rdparty/webkit/WebCore/generated/XPathGrammar.h src/3rdparty/webkit/WebKit/qt/ChangeLog tools/linguist/lrelease/main.cpp tools/linguist/lupdate/main.cpp tools/linguist/shared/profileevaluator.cpp
| | * implement proper vpath handlingOswald Buddenhagen2009-07-135-114/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this also removes the bogus special casing of various filename-containing variables inside the pro parser. while this is a feature as such, it restores backwards compatibility without damaging the correct behavior again, so it qualifies for 4.5. based on a2f40fce2a1cf3c19a13fa27eea08192493ab76e from creator Task-number: 254098
| | * factor out linguist-specific partOswald Buddenhagen2009-07-137-67/+168
| | | | | | | | | | | | it is simpler to keep it in sync with creator then.
| * | Merge commit 'origin/4.5'Bill King2009-07-132-15/+11
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/kbddrivers/usb/main.cpp tests/auto/qnetworkreply/tst_qnetworkreply.cpp tests/auto/qwidget/tst_qwidget.cpp
| | * Fix memory leak in $$system() calls from .pro filesOswald Buddenhagen2009-07-101-0/+4
| | | | | | | | | | | | cherry-picked 07730341bd739aac823ac9b4336d8294510a35e2 from creator
| | * remove totally pointless conditionalOswald Buddenhagen2009-07-101-1/+1
| | | | | | | | | | | | cherry-picked 167a09b20614d282ec898f69fc2a3f0bafa11229 from creator
| | * remove dead codeOswald Buddenhagen2009-07-101-10/+0
| | | | | | | | | | | | cherry-picked d8b1cc5f0ecbb8de734d241d72a05b325c2bbb2c from creator
| | * Designer: Restore Widget box title when switching to docked modeJoão Abecasis2009-07-091-0/+6
| | | | | | | | | | | | Reviewed-by: Friedemann Kleint
| | * Stop showing then hiding windows on starting designer in top-level modeJoão Abecasis2009-07-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kind of like f37bd111f7622a34b3a7bd63f5a82f6042dc0f0d, but the real thing. The widget box wasn't showing on Linux when switching to top-level mode. Incidentally, this was the main window there... Reviewed-by: Friedemann Kleint After some persuasion the Cat also came to see things this way.
| * | Updated the french phrasebook (some translations from Qt Creator)Pierre Rossi2009-07-091-1/+226
| | | | | | | | | | | | Reviewed-by: TrustMe
| * | qdoc: Removed unnecessary error report/ruleMartin Smith2009-07-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | qdoc reported an error if you used \section2 on its owin, i.e. with no outer \section1. While strictly speaking correct, it imposed an unnecessary restriction, e.g. sometimes you just want to use \section2 to get a smaller title for a section.
| * | Let cetest return nonzero when it fails to run a test.Rohan McGovern2009-07-091-0/+1
| | |
| * | Improved cetest error reporting.Rohan McGovern2009-07-092-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, if you try to run an unsigned test on a locked device, you'll get: "Error invoking qRemoteLaunch on \Windows\QtRemote.dll: Invalid Signature. (0x80090006)" Instead of what you would previously get: "Error: Could not execute target file"
| * | Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | -developer-build, part 1. Adds QT_CONFIG+=private_tests to qconfig.pri when Qt is configured with -developer-build. Reviewed-by: Michael Goddard
| * | Merge commit 'origin/4.5'Bill King2009-07-089-47/+77
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/sql/drivers/ibase/qsql_ibase.cpp tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp tests/auto/qsqldatabase/tst_databases.h tests/auto/qsqldatabase/tst_qsqldatabase.cpp translations/qt_ru.ts
| | * don't drop all location tags after the first file without anyOswald Buddenhagen2009-07-081-2/+3
| | | | | | | | | | | | Task-number: 256647
| | * Stop showing then hiding windows on starting designer in top-level mode.Norwegian Rock Cat2009-07-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | We've had this since 4.5 and it's very annoying to see the window show and quickly hide itself. I was hoping it wasn't a bug in Qt, and it turns it isn't and it was happening on all platforms. Reviewed-by: Friedemann Kleint Shout outs: João for testing.
| | * Add basic Russian translation for qtconfigRitt Konstantin2009-07-061-0/+1
| | | | | | | | | | | | | | | Merge-request: 803 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * Add Russian translation for qvfbRitt Konstantin2009-07-061-0/+1
| | | | | | | | | | | | | | | Merge-request: 803 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * Update Russian Qt phrase bookRitt Konstantin2009-07-061-10/+42
| | | | | | | | | | | | | | | Merge-request: 803 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * Removed superfluous code in assistant's search module.ck2009-07-063-16/+6
| | | | | | | | | | | | Reviewed-by: kh
| | * Fixed race condition in search module.ck2009-07-063-15/+21
| | | | | | | | | | | | | | | Task-number: 257441 Reviewed-by: kh
| | * Minor: fix spelling in configure.exe -help output.Thiago Macieira2009-07-021-1/+1
| | | | | | | | | | | | Reported via qt-bugs
| * | doc: Output a clearer "All functions in this class are..." statement.Martin Smith2009-07-084-53/+156
| | | | | | | | | | | | Task-number: 189232
| * | Added wildcard support for file lists in help projects.ck2009-07-071-3/+19
| | | | | | | | | | | | | | | | | | The qhelpgenerator auto test was also updated to test the new feature. Reviewed-by: kh
| * | general wording change for some file type namesFrederik Schwarzer2009-07-0618-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * | support for id-based translationsOswald Buddenhagen2009-07-064-17/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unlike in an earlier attempt, ids are textual this time. the developer is able to provide a template for the string. when lupdate and lrelease are integrated into the build process, this makes it possible to avoid a round-trip to a dedicated string designer during the early development stage. Requirement-id: QT-435
| * | remove arbitrary string length limitsOswald Buddenhagen2009-07-061-11/+2
| | |
| * | qdoc: Added missing CR to help message.Martin Smith2009-07-061-1/+1
| | |
* | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-051172-2891/+3766
|\ \ \ | |/ /
| * | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-021-7/+4
| |\ \
| | * | Replace internalPropGet and internalPropSet with the QObject versions in ↵Thiago Macieira2009-07-021-7/+4
| | |/ | | | | | | | | | | | | | | | | | | | | | QDBusAbstractInterface. They're now good enough and as fast. Reviewed-By: Marius Bugge Monsen
| * | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-5/+30
| | | | | | | | | | | | Requirement: QT-457