summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Do not start Assistant without at least an empty page.kh2009-07-011-2/+5
| | | | | | | | Noticed while looking into task 256903, since in case there are no recent shown pages,we would start Assistant only showning the search. Task-number: 256903 Reviewed-by: kh
* Improve QtHelp error reporting.Friedemann Kleint2009-07-011-2/+2
| | | | Reviewed-by: kh <qtc-committer@nokia.com>
* Support the -qtlibinfix parameter already on Unix/MacMarius Storm-Olsen2009-06-301-4/+13
| | | | | | The configuration option was not added to the Windows configure. Reviewed-by: hjk
* add Russian to the "'own' languages hack" until task #196275 will be closedRitt Konstantin2009-06-291-0/+1
| | | | | Merge-request: 760 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Bump Qt version number.Jason McDonald2009-06-257-17/+17
| | | | Reviewed-by: Trust Me
* fix crash when using plugin that supplies a QDesignerMemberSheetExtensionJoel Nordell2009-06-241-2/+2
| | | | | | | | plugins external to Qt Designer can not define objects inheriting from QDesignerMemberSheet, as that is defined in a private header. the functions isQt3Signal and isQt3Slot assume that all QDesignerMemberSheetExtension objects at QDesignerMemberSheet, but this is not the case with 3rd party plugins. Merge-request: 452 Reviewed-By: Thiago Macieira <thiago.macieira@nokia.com> Reviewed-By: Thorbjørn Lindeijer
* Fix compilation after the last change.Thiago Macieira2009-06-231-1/+2
| | | | | | | | | The #include <phonon> header no longer exists. And the <Phonon> or <Phonon/Phonon> headers have never existed (neither for us nor for the Phonon sources). You have to select each and every header that you do want now. Reviewed-By: Marius Storm-Olsen
* mark plural messages as such in the qm readerOswald Buddenhagen2009-06-231-0/+18
| | | | | | this contains both a "clean" code path based on translation count and a fallback path based on looking for "%n" (for languages with only one form).
* add -input-codec option for qm readerOswald Buddenhagen2009-06-232-3/+10
| | | | | basing the input codec on the locale was broken by design and didn't really work anyway. so adding this option really is a bugfix, kind of.
* Fix missing member initialization.kh2009-06-2315-1/+16
| | | | Reviewed-by: ossi
* Fix crash in widget box when using load mode "LoadCustomWidgetsOnly"Eskil Abrahamsen Blomfeldt2009-06-221-0/+3
| | | | | | | | | | | | | When loading the widget box with load mode "LoadCustomWidgetsOnly", it will create an empty category. This will indirectly cause a resize event to be posted for the tree widget of the widget box, which in turn will cause adjustSubListSize() to be called for each category item in the tree widget. Since the category has not yet been populated, the assumption in adjustSubListSize() that cat_item->child(0) is non-null would cause a crash. The fix is to return immediately if the category is empty. Reviewed-by: Friedemann Kleint
* Docs: remove reference to nonexistent fileJoerg Bornemann2009-06-192-2/+0
| | | | Reviewed-by: David Boddie
* Make it possible to drag bookmarks to the root item.kh2009-06-181-1/+2
| | | | Reviewed-by: kh
* Cleanup.kh2009-06-182-117/+99
| | | | Reviewed-by: kh
* Add Russian translation for Qt Assistant.Ritt Konstantin2009-06-172-0/+2
| | | | | Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Add Russian translation for QtHelp.Ritt Konstantin2009-06-171-0/+1
| | | | | Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Add Russian translation for Qt Linguist.Ritt Konstantin2009-06-171-0/+1
| | | | | Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Update Russian phrase book.Ritt Konstantin2009-06-171-23/+104
| | | | | | | | Several uncorrect phrases was re-translated. Added new common used phrases. Merge-request: 689 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* revert built-time qm generationOswald Buddenhagen2009-06-161-1/+0
| | | | | | | | | | | it simply breaks too much (embedded builds in particular). will come up with something better in master. note however, that the .qm files do NOT return to the repository. the release manager needs to run "make qm" before packaging, just like Qt-from-git users who want translations do (i.e., almost nobody). Reviewed-by: Jason McDonald
* Blank out the Qt-3 area license headers in the qt3to4 resources.Morten Sørvig2009-06-164-0/+0
| | | | | | | Avoid triggering the license checks in Qt 4. Replace characters between "/*" and "*/" with a space. Reviewed-by: Trust Me