summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-081118-4472/+4473
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-09-0834-166/+403
| | | | Reviewed-by: Trust Me
* Add license headers to python codeJason McDonald2009-09-041-0/+42
| | | | Reviewed-by: Trust Me
* Pedantic fixes for license headers.Jason McDonald2009-09-0426-27/+27
| | | | Reviewed-by: Trust Me
* Add missing license headersJason McDonald2009-09-033-2/+44
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-09-0239-130/+12
| | | | Reviewed-by: Trust Me
* Add license header to perl scripts.Jason McDonald2009-09-021-0/+41
| | | | Reviewed-by: Trust Me
* Remove obsolete copies of GPL.Jason McDonald2009-09-026-1408/+0
| | | | Reviewed-by: Trust Me
* Assorted license header fixes.Jason McDonald2009-09-021-0/+41
| | | | Reviewed-by: Trust Me
* Make the existence of the LICENSE.GPL3 file optionalThiago Macieira2009-09-011-2/+7
| | | | | | | | The repository no longer carries this license. The final releases will still have it. In any case, the LGPLv2.1 is compatible with the GPLv3. Required-By: Nokia Legal Reviewed-by: Marius Storm-Olsen
* Update tech preview license header.Jason McDonald2009-08-311114-14486/+14486
| | | | Reviewed-by: Trust Me
* Add missing license headers.Jason McDonald2009-08-285-16/+198
| | | | Reviewed-by: Trust Me
* Designer Preview window title not setKeith Isdale2009-08-241-0/+1
| | | | | | | Set the Designer preview widget title for the default case Task-number: 259621 Reviewed-by: Stian Sandvik Thomassen
* remove dead codeOswald Buddenhagen2009-08-141-7/+0
|
* remove withdrawn attributes (and fix syntax)Oswald Buddenhagen2009-08-141-9/+0
|
* Update URL for Qt FTP site.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update URL of online documentation.Jason McDonald2009-08-114-5/+5
| | | | Reviewed-by: Trust Me
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-1110-49/+64
| | | | Reviewed-by: Trust Me
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-117-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111109-1109/+1109
| | | | Reviewed-by: Trust Me
* Doc: Our webdomain has changed.Volker Hilsheimer2009-08-1012-14/+14
|
* remove useles QT += networkOswald Buddenhagen2009-08-071-2/+1
|
* Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-08-071-2/+2
| | | | | | | See 3ae2cab9c8bd1790a00da2755ac036143a3a35f4 for another similar fix. Reviewed-by: Trust Me (cherry picked from commit 18fbfdf0f774198e2e1277e064cc3a8eb9dbb29d)
* Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-08-071-1/+1
| | | | | | | "../shared/qm.cpp", line 556.45: 1540-0207 (S) No common type found for operands with type "const char [7]" and "QByteArray". Reviewed-by: Trust Me (cherry picked from commit 3ae2cab9c8bd1790a00da2755ac036143a3a35f4)
* Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-052-0/+6
| | | | | | | | Note however you still need to -nomake examples -nomake demos when configuring Qt. Reviewed-by: Thiago Task: 259179
* Fix missing title quoting.kh2009-07-271-2/+4
| | | | Reviewed-by: kh
* Enabled setting of DESIGNABLE=false-properties using FormWindowCursor APIFriedemann Kleint2009-07-231-4/+24
| | | | | | | Regression breakage introduced by the PropertySheet::isEnabled handling in 4.5. Task-number: 253278 Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
* Recognize .jui file format in lupdateEskil Abrahamsen Blomfeldt2009-07-231-0/+3
| | | | | | | | The translator had been installed for the jui format, but the extension wasn't recognized. Task-number: 258547 Reviewed-by: Gunnar
* Designer: Fixed bug in setting QUrl property values from resources.Friedemann Kleint2009-07-221-2/+5
| | | | | | | Setting a file from a resource would result in 'qrc::/file' as the resource browser returns ':/file'. Reviewed-by: Jarek Kobus <jkobus@trolltech.com> Initial-patch-by: andy <qt-info@nokia.com>
* Fix assert in message handling.Frans Englich2009-07-201-3/+9
| | | | | | | Trivial fix. Reported by Michael Brasser. Task-number: 258337 Reviewed-By: Peter Hartmann
* don't rely on system codec when handling PO filesOswald Buddenhagen2009-07-174-7/+16
| | | | | - make -input-codec affect PO files, default to UTF-8 - add -output-codec for PO files, same default
* reorganize numerus form count normalizationOswald Buddenhagen2009-07-179-30/+51
| | | | | | replace implicit normalization of individual messages on file writeout with global normalization which is called by the command line tools. this should a) be faster and b) cover the most critical case: lrelease.
* Designer fails to compile if Qt is compiled without size grip supportAntonio Aloisio2009-07-151-2/+4
| | | | Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* 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.
* 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.
* 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
* Sync with QtCreator.kh2009-07-014-10/+94
| | | | Reviewed-by: kh
* Sync with QtCreator.kh2009-07-011-9/+13
|