Commits (21)
-
Topi Reinio authored
Stop filtering external URLs based on their scheme. This allows Assistant to try opening all non-local URLs in an external browser. Change-Id: I61f10ad2f43895f4982d2ae4468d50836011107d Task-number: QTBUG-53491 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
dee2a188 -
Oswald Buddenhagen authored
it's done centrally now. Change-Id: I8d1dd4dc61ddecd40954b64cfb549451aff01391 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
4fb238e9 -
Topi Reinio authored
... and introduce a doc/internal project configuration, that can be used for manually updating the assistant.qch file. This way, it's easier to maintain changes to the template (style, copyright info) and the doc content. Separate the 'Qt Assistant Quick Guide' into its own .qdoc file, so it can be used by both the Qt Assistant Manual and the internal documentation set. Use \if commands to remove navigation from the internal doc, as it cannot have links to external docs (that may not be registered yet). Task-number: QTBUG-51709 Change-Id: Id832f7911e9a56958c8b9e34409bd96efc19554f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
3154f903 -
Andy Shaw authored
Task-number: QTBUG-35144 Change-Id: I2df61fedeac94548381146193b186ab34f05315e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
ec575c44 -
Liang Qi authored
Change-Id: I7d389f0cbd014f7896e0567dd8fe9d45e4d39d24
b5f467be -
Alessandro Portale authored
The filter lineedit sits in a layout which has default contentmargins. Thich change sets the contentmargins to 0, and the toolbar now looks good in Designer, as-well in Qt Creator. Change-Id: I941a1f52e627a5c509d27b34b31fb5ebb699cbcc Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
588008a3 -
Alessandro Portale authored
The filter lineedit sits in a layout which has default contentmargins, also no toolbar icon size is set. Thich change sets the contentmargins to 0, and the icon size to 22 (like in other parts of Designer). the toolbar now looks good in Designer, as-well in Qt Creator. Change-Id: Ie722ff851fd9fecb36c9deba3662632fedf0080d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
42228d71 -
Friedemann Kleint authored
Propagate the device pixel ratio obtained from QWidget::grab() and determine the size depending on screen size so that it is reasonable with or without High DPI scaling. Task-number: QTBUG-53713 Change-Id: I2a0dd1df91fccd455707ab23205e2e5ad592d570 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
5bbd37f8 -
Jake Petroules authored
Change-Id: Idfd46812020dc116ade8a819dc41b0955eb09b4e Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
3070f40f -
Jake Petroules authored
Change-Id: Ieb1d8056bc7326acce5556d29e9032812be72cd5 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
cafc0ec1 -
Liang Qi authored
Change-Id: Ie748f4b3c17fb393be177f58b48c01b7773e2097
14fd7741 -
Ralf Nolden authored
OpenBSD removed the <sys/timeb.h> include from the OS with version 5.5. Since them, compiling fails for clucene because of the predefined availability of <sys/timeb.h> in qclucene-config_p.h. #ifdef the define for timeb.h with !defined(__OpenBSD__) to avoid compile errors. See hint in http://www.openbsd.org/faq/upgrade55.html Change-Id: Ic4f787bed90a667d5e1c6fb28ea891585fcf08a4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2c87670f -
Sune Vuorela authored
Part of ensuring reproducible Qt. No actual code changes here, just a test ensuring things does not break in the future. Change-Id: Ib957aefb4eb80fb949f0094403930769e7e47900 Reviewed-by:
David Faure <david.faure@kdab.com> Reviewed-by:
Martin Smith <martin.smith@theqtcompany.com>
c477b676 -
Sune Vuorela authored
There is a lot of random order going on in the output. It makes doing two runs of documentation hard to compare, because things comes in different order. It should be easier to debug the output now that lines and elements are written in a sorted order. There are still some way towards reproducible qdoc. Change-Id: Ia3f64d5463cc812e13c25ca84c47906c75093f26 Reviewed-by:
David Faure <david.faure@kdab.com>
5b8f8c80 -
Sune Vuorela authored
Sort more lists before writing output Extract an existing function for comparing nodes, and use it across the code base Fix up the function to also sort private nodes, it is needed for reliable sorting. Change-Id: I934c875ef3e8a36d0e684f5b67d0ca1b81e5716f Reviewed-by:
Martin Smith <martin.smith@theqtcompany.com>
fb20b263 -
Sze Howe Koh authored
See http://comments.gmane.org/gmane.comp.lib.qt.devel/25771 Change-Id: Ib739aa37531b2d24930931e1a4cc29ba784aba73 Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
0ccac1d4 -
Eskil Abrahamsen Blomfeldt authored
In c6c364d0 we added support for adding the contents of a directory to ANDROID_DEPLOYMENT_DEPENDENCIES, but when iterating over the directory, we would skip the last entry. [ChangeLog][androiddeployqt] Fixed problem with ANDROID_DEPLOYMENT_DEPENDENCIES where last entry in directory would be skipped. Task-number: QTBUG-54147 Change-Id: I435064387023ad166d2f4961ff3291026f881ac0 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
334db22f -
Kai Koehne authored
Change-Id: Icf7b356ea04989525313e53c883cb8d4dec28762 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
1fca91d6 -
Sune Vuorela authored
This is part of making all of Qt reproducible Change-Id: I18ea4cdc8b6a6e4a8962bae9cb71633bfd7b8ecd Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
0731b64e -
Friedemann Kleint authored
QtQuick Controls 1 and 2 have identical module names, causing only one of them to be deployed when mixing them. Task-number: QTBUG-54021 Change-Id: Ie349d4fd3cac7c2a2a629e015cc58d39df2b7489 Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
2b062a56 -
Liang Qi authored
Conflicts: src/assistant/assistant/doc/src/assistant-manual.qdoc Change-Id: I136caf5f26eff4d1c2574459b8dff9937c2c372d
3b1da8a7
Showing
No preview for this file type