- 22 Apr, 2013 - 2 commits
-
-
Oswald Buddenhagen authored
the 'embedded' scope (qws) is dead. makeqpf is a graphical host tool to be used in the process of deploying embedded software. as the qt build system does not support such a configuration, the tool simply must be built manually. Change-Id: I6aeafb758e6e55ec228b535ef7354d4c78745e80 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
-
Paul Olav Tvete authored
Change-Id: I4f4e1273216df9aadc9af789cdcda3127f0ccc3a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 17 Apr, 2013 - 1 commit
-
-
Mitch Curtis authored
It currently loads source files as latin1, which means unicode characters are not supported. 4944ea05 removes -codecfortr and hence the ability to specify an encoding. lupdate will then treat all code as UTF-8, so this patch does that too. Task-number: QTBUG-27238 Change-Id: Iefed45de5b4925fee267834a5ed93457fc45b700 Reviewed-by:
Debao Zhang <hello@debao.me> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 16 Apr, 2013 - 2 commits
-
-
Leena Miettinen authored
This is difficult to maintain and users always get the up-to-date information by executing the help command. Change-Id: I13e9b7d7f89bb60d0b73cbbc721d6a8a05112a31 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Leena Miettinen authored
Move information from the Release Manager topic and add information about QML sources in the Qt Linguist Manual. Change-Id: I0d2a2ea68a2e7e94895b41436d9f973d8c2cb2aa Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 15 Apr, 2013 - 1 commit
-
-
Leena Miettinen authored
Add links to topics that describe i18n in detail for C++ and QML. Change-Id: I47b95b040dd9efe4eb8951dedbf94ab8988316e5 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 12 Apr, 2013 - 1 commit
-
-
Leena Miettinen authored
Make the topic task-oriented. Move information around and remove redundancy. Check the paths to commands and availability of commands. Make docs reflect some changes in functionality. Remove images of toobar buttons that are no longer referred to in text. Change-Id: I7f9743d35ceebfc0f7097a1af2e12eeb344c8e58 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 11 Apr, 2013 - 2 commits
-
-
Leena Miettinen authored
In the Qt Linguist Manual. Change-Id: I4ec995afa821d786535a140730187058665e029c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Leena Miettinen authored
To the Qt Linguist Manual. Change-Id: I55b3ccb8fe04b6997c3ce953de6544a193b3548e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 10 Apr, 2013 - 2 commits
-
-
Friedemann Kleint authored
Use Q_PLUGIN_METADATA instead of Q_EXPORT_PLUGIN2 . Task-number: QTBUG-30508 Change-Id: Iedc1e140d3f597e29911a38e5d5548e6ac9981b3 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Leena Miettinen authored
Move the description of the release process from the Developer chapter to the Release Manager chapter. Change-Id: Ia119e57b090d10d23b875120b1394be1c89b8405 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 06 Apr, 2013 - 1 commit
-
-
Friedemann Kleint authored
Change-Id: I792f3060c808ef860b31b47b3b00e5ac1991eedd Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 03 Apr, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: src/assistant/assistant/assistant.pro Change-Id: I7ca59c8150a591c7e2ba57fd729421b4dba064d0
-
- 27 Mar, 2013 - 2 commits
-
-
Friedemann Kleint authored
Check for existence of sqlite-plugin. Breakage introduced by d73afeea . Change-Id: I2595ed4d80e0804f1c2503cddf94ca15e4922af9 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Stephen Kelly authored
The generation relied on the uitools module for the version, so if it was not available, we got errors like this: WARNING: Cannot open substitute for output '/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake' WARNING: Cannot open substitute for output '/cmake/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake' WARNING: Cannot open substitute for output '/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake' http://testresults.qt-project.org/ci/QtTools_stable_Integration/build_00128/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Use MODULE_VERSION for the version instead and MODULE_BASE_OUTDIR for the generation location. Change-Id: I9daa6878553015e841b6e41fd1f64eb60ada7774 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
- 26 Mar, 2013 - 1 commit
-
-
Friedemann Kleint authored
main.cpp:78: undefined reference to `qt_static_plugin_qsqlite()' The import for the DB plugin should now be generated by qmake. Change-Id: I9da25aea8667ca34221427236b8e1d36be77da8b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com> (cherry picked from commit f212e46f ) Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 25 Mar, 2013 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: I1f48216fd27e40d70ffd020ed1b880b03df0bf12 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Leena Miettinen authored
Replaced "e.g." with "for example" and "etc" with "and so on". Removed contractions. Removed some extra spaces. Change-Id: Ic0b9d5df2ee7f7bb080abb002027546f0fc6da4d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 23 Mar, 2013 - 1 commit
-
-
Leena Miettinen authored
From front page to a separate topic. Change-Id: Idc9a599e0c8f095b0d6d63fd74b43848a8b13d3d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 20 Mar, 2013 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: I7c55f4441aa671fc320113a95b74e4b1bdbd689a Reviewed-by:
Iikka Eklund <iikka.eklund@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Sergio Ahumada authored
This starts Qt 5.1 release cycle Change-Id: I359d5bfaa62a4d37a2deec79f80963ae5c19d918
-
- 19 Mar, 2013 - 6 commits
-
-
Friedemann Kleint authored
main.cpp:78: undefined reference to `qt_static_plugin_qsqlite()' The import for the DB plugin should now be generated by qmake. Change-Id: I9da25aea8667ca34221427236b8e1d36be77da8b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Oswald Buddenhagen authored
lupdate makes no sense on x-built targets at all. though one may also argue whether it makes sense to actually bootstrap it - while its use may be supported by the build system, it's typically not part of regular builds, but rather used shortly before running linguist - for which a host build of qt is necessary anyway. one argument for bootstrapping is that it uses the qmldevtools library, which logically should be bootstrapped (the only other current user is qmlmin, which definitely *is* used in regular builds and thus needs bootstrapping). Change-Id: Ia3ddd901fe2b0c2b7b77af7f1ebc66d757fc7783 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
it's a build tool, so it should be built for the host. Change-Id: I55baee65d3e91bf5189c10f30e23975abfc4de10 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
qt_tool.prf handles the magic for us. Change-Id: Ifb8e7fd7ff0e46b9b274c9d156e048e89586ab2c Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Oswald Buddenhagen authored
the bootstrapped library now fakes the translation api sufficiently well to enable unifying the usage. Change-Id: I6a5d7cb1bb67830f1ea0a732566ebee354d62e7e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Oswald Buddenhagen authored
utf-16 is optionally used by java and msvc. it doesn't hurt to support it. all other encodings are not used anyway (other than 8-bit pass-through, but this is a matter for (the also removed) CodecForTr). Change-Id: Ie6482e187a9a8276918b53e97faeac88a40eb52c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 14 Mar, 2013 - 2 commits
-
-
Stephen Kelly authored
Change-Id: I26847e3347cf24664ca52488ddf521c923e37912 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Frederik Gladhorn authored
Change-Id: Ic32eb7c209f299f8a677fd7f247d4800eaafa879
-
- 13 Mar, 2013 - 3 commits
-
-
Stephen Kelly authored
-
Frederik Gladhorn authored
Change-Id: I629046a2a7aa0611cda4f04f8d6253d5db4e05a3 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
Stephen Kelly authored
Change-Id: I8f14f79c1e8e17816d63303f130773780547346a Reviewed-by:
Alexander Neundorf <neundorf@kde.org> Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
- 12 Mar, 2013 - 4 commits
-
-
Oswald Buddenhagen authored
qt-based code is expected to be utf8-encoded nowadays. the respective c++ interfaces have been purged in 5.0 already. Change-Id: I592b49f198aae05212afbf8d3aa2b01b1e9369dd Reviewed-by:
Robin Burchell <robin+qt@viroteck.net>
-
Oswald Buddenhagen authored
there is no qt3support in qt 5 any more. Change-Id: I9da9c209095a753d45419fb34a5737cd8dde4dc4 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
at the time of release it will be almost five years since we introduced TS 2.0 and stopped writing 1.1 by default, so there shouldn't be much of a need to write such files any more - and this commit doesn't even remove 1.1 reading capability (because it comes for free so far). Change-Id: Ie54fe31f83733ef944306c01301c0ec0e9bcb8bf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Frederik Gladhorn authored
Change-Id: I4c19a5f76b8605134aeab29130a20df187f8f107
-
- 11 Mar, 2013 - 2 commits
-
-
Friedemann Kleint authored
The wizard now behaves nicely when used as a child widget. Task-number: QTBUG-29904 Change-Id: I2e9705eb4197b3411c9e072d0d5c05a97df8d47f Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Leonard Lee authored
The supported file formats is implemented in QHelpSearchIndexWriter::indexableFiles() function. Task-number: QTBUG-30110 Change-Id: I4b68d765da6769b52b74f7fa4fbc1a1bcbfd4e08 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 06 Mar, 2013 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: I0fa2c6d5bf04bb3cf9d0314207ccb0a21b928f22 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Friedemann Kleint authored
Change-Id: Idf1da5c69f90e4ce94319fc722180988cbc44dc5 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-