aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix SVG icons in the default stylev5.14.0-alpha1Jarkko Koivikko2019-09-0610-69/+67
| | | | | | | | | - Fixed invalid SVG icons in default style, which no longer work with the latest Qt SVG library. - Fixed by copying the icons from retro style and adapting the colors. Change-Id: I0834082ca4f810625c53be47e3f02334f94346f1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* ZhuyinTable/CangjieTable: mark all functions as noexceptMarc Mutz2019-08-014-22/+22
| | | | | | | Doesn't change the executable, as -fno-exceptions is in effect. Change-Id: I94fe49cce3f4109247f9b1b6b22eec71cb548585 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* CangjieTable: thoroughly QStringView-enableMarc Mutz2019-08-012-10/+10
| | | | | | | | | Nothing in the implementation of CangjieTable needs QString. This is all very basic parsing. So use QStringView. Now all operations are free of dynamic memory allocations. Change-Id: I353bab484ef6d551e03c7d8bb04e7e1a923f830e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* CangjieTable: replace a QMap with a QStringViewMarc Mutz2019-08-012-47/+10
| | | | | | | | | | | The QMap was statically mapping QChars to consecutive numbers, starting from 1. This is otherwise known as QStringView::indexOf() + 1, so use that. Saves almost 12KiB in text size on optimized Linux AMD64 GCC 9.1 builds. Change-Id: I2e11ab39e073cdf77b2050bccf3e613bf23cf4d1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* TCInputMethod: replace a QList with a std::arrayMarc Mutz2019-08-011-6/+8
| | | | | | | | | The QList always has size 4, so use a std::array instead. Saves more than 1KiB in text size on optimized Linux AMD64 GCC 9.1 builds. Change-Id: I520ea517a3542514f250668adc10938d2fed4778 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* ZhuyinTable: throughly QStringView-enableMarc Mutz2019-08-014-100/+83
| | | | | | | | | | | | Nothing in the implementation of ZhuyinTable needs QList, or QString. This is all very basic parsing. So use QStringView. Now all operations are free of dynamic memory allocations. Saves ~2.7KiB (0.9%) in text size on optimized AMD64 Linux GCC 9.1 builds. Change-Id: Iefa38980b52ede17a0c11f752653616d1944911a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-7/+6
| | | | | | | | Also port from QMutexLocker to std::lock_guard, as the former will not support QRecursiveMutex going forward. Change-Id: I38a2711c64ae149001e780cc57fc95657c33d6d4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Port from implicit QChar(*int*) to explicit onesMarc Mutz2019-07-196-41/+40
| | | | | | | | | | | | | Found a nice misuse of QChar <=> Qt::Key, which happens to work for '\'', but not for all other keys (e.g. Esc)... I want to note that, yes, I took note of the code's abuse of Qt containers, and no, I _did_ constrain myself; this patch is just fixing implicit *int*->QChar conversions. Change-Id: I3cb43417f3922fdc500783b7e0b8caecc0d3c5f5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-0/+1
|/| | | | | | | Change-Id: I186a6aac5a94ae5e754ed3e4208948ae4a2f6262
| * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| | | | | | | | | | | | Task-number: QTBUG-74391 Change-Id: I55517679621d72c39f483d9422738eb6d381dd6d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Mark the module free of Java-stye iterators, Q_FOREACH, and QLinkedListMarc Mutz2019-07-151-0/+2
| | | | | | | | | | Change-Id: I6afb5da838264f55a99cb629fb91560002539cc2 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-111-0/+20
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-0/+20
|/| | | |/ | | | | | | | | | | Conflicts: .qmake.conf Change-Id: If0c1f497b783861add9c16ffff8f239cf778efde
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-032-1/+21
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-032-1/+21
| |/| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Iba353aa2e7ae83343279365bbe0d7631c4a291bf
| | * Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: I07acc50e32e063a2464e92228a646c0697026eff
| | * Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-173-2/+22
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-173-2/+22
| | |/| | | | | | | | | | | | | Change-Id: I9e871541e92e69264d462a5a1bb06167048112fd
| | | * Add changes file for Qt 5.12.4v5.12.4Antti Kokko2019-05-231-0/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: I424804d2a3e7f4c2f2e4cc3260e706c48e5bccdd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| | | * Use correct path to lib dirSamuli Piippo2019-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -L path was pointing to non-existing directory. Task-number: QTBUG-75802 Change-Id: I9a72c57ef63d8da860c220041c2000ce3f1fefa8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 2413bc23c5f9995752fdd03d56e480d661fc6fbc) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | | * Bump versionFrederik Gladhorn2019-05-231-1/+1
| | |/ | | | | | | | | | Change-Id: I92671402ed7066f1a50a00b1cc3e819c4a566b54
| * | Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: I71129e0045fb4a5a4792a582a78d64bc9f1aa317
* | | Remove usages of deprecated QLatin1LiteralSona Kurazyan2019-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-76491 Change-Id: I6c3e2eb4a517e5c46d22c9b34a687a6c04cd05ac Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
* | | Enable virtualkeyboard key events and shiftkey without focusMikko Seppänen2019-06-207-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch enables creation of virtual keyboard that functions with all X11 applications, including the ones that do not provide focus information from text input fields. The patch introdudes usage of an environment variable. When this variable is set, virtualkeyboard shift key is enabled and virtualkeyboard is able to send key events without a focus object. [ChangeLog] Added QT_VIRTUAL_KEYBOARD_FORCE_EVENTS_WITHOUT_FOCUS environment variable to allow Qt Virtual Keyboard to send key events and enable Shift key without a focused input object. Change-Id: I89b3cff0f019a12daf6c6b0474b39758ffea7c65 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-222-1/+19
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-222-1/+19
|/| | | | |/ / | | | | | | Change-Id: I99a989a886234815a2b5f495bfbdd62a6dcb7e76
| * | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Qt Forward Merge Bot2019-06-202-1/+19
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-202-1/+19
| |/| | | | | | | | | | | | | | Change-Id: Ibbaca5ceb1ed0532ef49275f785260995c94bf2c
| | * | Use correct path to lib dirv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Samuli Piippo2019-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -L path was pointing to non-existing directory. Task-number: QTBUG-75802 Change-Id: I9a72c57ef63d8da860c220041c2000ce3f1fefa8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
| | * | Add changes file for Qt 5.13.0Antti Kokko2019-05-081-0/+18
| | | | | | | | | | | | | | | | | | | | Change-Id: I9f100de743fb39eeed945f4910f64cd963efca57 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-4/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: I59877565c0f82552a04d41f2f3c2a657b5be4fe2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-031-0/+2
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-031-0/+2
|/| | | | | |/ / / | | | | | | | | Change-Id: I7b34a9c88b4077ab29495fcb4817717a19c0bc40
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-05-281-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-281-0/+2
| |/| | | | |/ | | | | | | Change-Id: I085ea266cb9722e24d8e414b67f55441cd5e9022
| | * myscript: dependency updateYuntaek Rim2019-03-151-0/+2
| | | | | | | | | | | | | | | Change-Id: I58c9b9b13fe137ef3afc578a1962b51f0144be22 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Add environment variable for disabling desktop method integrationDmitriy Yatmanov2019-05-133-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't create instance of DesktopInputPanel if variable QT_VIRTUALKEYBOARD_DESKTOP_DISABLE is set. In this case we can use only application integration method without recompiling with CONFIG+=disable-desktop. Change-Id: I935880174b7928a4dd7a4ff9ff21b6f27b5fead6 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-304-166/+27
|\| | | | | | | | | | | Change-Id: I69f3aa93b690d85858ec343756d5f9f3cb32b6da
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-254-166/+27
| |\| | | | | | | | | | Change-Id: I094e6eccfb39dca21c1d1d1558bb63c9556de601
| | * Remove unused TpcError.h file with unspecified licenseDmitry Shachnev2019-04-233-166/+2
| | | | | | | | | | | | | | | | | | Change-Id: I18b7e8d57bda751e49e556222ea5432101e6db44 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+25
| | |\ | | | | | | | | | | | | Change-Id: Ifd3d948ff0e1288e90cc644363be843028c695a7
| | | * Add changes file for Qt 5.12.3v5.12.3Antti Kokko2019-04-031-0/+25
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 81204883f671951371a8582008e1357634e7ff0f Restore InputContext.inputItem property removed in 5.12 release + eea791e14a4e2c94ba3ac292292b76b05d56385c Fix incorrect qdoc syntax in Handwriting documentation + e032cadd9d80171cd97c0acac2c0f332131746fb Bump version + 21558bcead96716607e670840c63213d6eb4d8c9 Document Qt::WA_AcceptTouchEvents requirement when using QQuickWidget Change-Id: Ib036f680fcb80ddb88ed89c2f7758eb8aa0f44ee Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-1311-20/+30
|\| | | | | | | | | | | Change-Id: I9078c50b98451aa2da8eee8bf95e5a29faa58e3a
| * | Automatically register the latest import versionv5.13.0-beta3Kai Koehne2019-04-1211-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This follows what was done in d28c9f6a for Qt Quick Controls 2. The latest import version (e.g. 2.14 in Qt 5.14) will automatically be registered whenever the Qt version is bumped. This avoids needing to wait until a new type is added (or a new revision is added to an existing type) before being able to use the newest Qt Quick version. Change-Id: Ic2b59f50bfae8fed5148eae9596578adb0aadb52 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-301-0/+7
|\| | | | | | | | | | | Change-Id: I48efa00e22fa0f260730339a188fd2981e2e4634
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-03-271-0/+7
| |\| | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I9736fec7c5a429ade0a8d801a0d4fb8de3ef70c4
| | * Document Qt::WA_AcceptTouchEvents requirement when using QQuickWidgetMitch Curtis2019-03-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On touch devices, it's necessary to set this attribute on the widget to ensure that touch events don't get sent as mouse events. This apparently became necessary after 41293196. Change-Id: I6371efa4bce561aa7e21b240c862d8b1e0fc2950 Fixes: QTBUG-67018 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
| | * Bump versionKari Oikarinen2019-03-211-1/+1
| | | | | | | | | | | | Change-Id: Ie47f69cc0e858e5d304b165f1f7ba71ee75dfd63
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-231-0/+20
|\| | | | | | | | | | | Change-Id: I3d4e13c4897830e762f95135ea60841ce05eb1e0