swh:1:snp:673156c31a876c5b99b2fe3e89615529de9a3c44
Name Target Message Date
HEAD ed928ce Suppress deprecated warnings for some QSysInfo members Otherwise, merely including qsysinfo.h can result in warnings even if the deprecated symbols are not used by the client code (because they are "used" within QSysInfo itself). Task-number: QTBUG-56122 Change-Id: I040b416eeaed5069e0fd6cf5850d0790900a2842 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> 22 September 2016, 17:55:20 UTC
refs/heads/5.3 73a1e8c Partially revert "Fix a deadlock introduced by the race condition fix" The commit was 9361be58f47ec256bf920c378479a02501219c1f (2008-11-17), referring to the race condition fix that was applied in commit d47c05b1889bb4f06203bbc65f4660b8d0128954 (2008-10-08). The fix for the deadlock reintroduced the race condition and the commit message noted it. The workaround is no longer necessary since we've fixed the original race condition differently now (see the previous two commits). Task-number: QTBUG-42189 Change-Id: I5a83249597a83c4d4caa2ae57964ad3cc61c1d70 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com> Reviewed-by: Albert Astals Cid <albert.astals@canonical.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> 29 October 2014, 02:34:01 UTC
refs/heads/5.3.2 209a75f Qt 5.3.2 changelog Change-Id: I96c014c364c93d412b11acee00dc339d5eceb306 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com> 09 September 2014, 14:29:46 UTC
refs/heads/5.4 4a1e5db Better handling of invalid font tables Specifically when reading files with broken cmap tables, we could get some undeterministic results. We handle this more gracefully by verifying that the offsets are sane and bailing out early if not. This replaces the current pattern throughout the font engine for consistency. Change-Id: I507bba49c0be634afca77d1eb3d199a427451bee Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> 09 July 2015, 07:30:42 UTC
refs/heads/5.5 b5ea7a5 Add missing emission of activated(QString) This signal got missed when 3fb0d851a was submitted so this compliments that fix. Change-Id: I91d20b709fce2c78d41166779954a3bb618feb37 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> 17 December 2015, 23:33:42 UTC
refs/heads/5.6 d95cb94 Fix linear RGB16 gradients Writing to solid overwrites part of the gradient input messing up later lines. In particular repeating gradients tended to be broken. Tested by lancelot (once the baseline is correct). Change-Id: I64222048ba67b0424b44822f09ddc947973145a6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com> 22 September 2016, 15:04:29 UTC
refs/heads/5.6.1 5409782 Replace qUnaligned{Load,Store} with the existing q{To,From}Unaligned Move the Q_ALWAYS_INLINE and forcing of __builtin_memcpy to the existing functions. Change-Id: Icaa7fb2a490246bda156ffff143c137e520eea79 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com> 15 March 2016, 17:10:12 UTC
refs/heads/5.6.2 f050f21 Describe meaning of typographic units in QRawFont documentation Text is copied from corresponding QFontMetrics methods. Change-Id: Ife79e0d1b06ca3f691f2fd8bd796b41aeaa76954 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> 06 August 2016, 14:02:31 UTC
refs/heads/5.7 bde3384 Doc: corrected reference to OpenSSL webpage Change-Id: I0314aac1e37615605a30d9dcc4962b9e7f883517 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> 22 August 2016, 12:15:11 UTC
refs/heads/5.7.0 6c1e352 Add Qt 5.7.0 changelog Done-With: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Done-With: Thiago Macieira <thiago.macieira@intel.com> Change-Id: I1e8d75afa4e26bac1e5f64b7a25320f80b54aa58 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io> 31 May 2016, 05:23:05 UTC
refs/heads/5.8 c1b1e58 QGuiVariant: use new QColor::setNamedColor(QLatin1String) Change-Id: If36f9f3c60ee5cea3082a973a4b8ea9d2de1b62f Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> 19 August 2016, 08:09:50 UTC
refs/heads/dev ed928ce Suppress deprecated warnings for some QSysInfo members Otherwise, merely including qsysinfo.h can result in warnings even if the deprecated symbols are not used by the client code (because they are "used" within QSysInfo itself). Task-number: QTBUG-56122 Change-Id: I040b416eeaed5069e0fd6cf5850d0790900a2842 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> 22 September 2016, 17:55:20 UTC
refs/heads/old/5.0 c51d26b Merge branch 'release' into old/5.0 Conflicts: tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp Change-Id: Id635e0c27df5d8e3852d12bd6433c6463bf4eadc 11 April 2013, 14:57:34 UTC
refs/heads/old/5.1 779fa9c Disallow deep or widely nested entity references. Nested entities with a depth of 2 or more will fail. Entities that fully expand to more than 1024 characters will also fail. Change-Id: I75525bc1edfa796c4db30a5109fe21011ad43a2d Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Lars Knoll <lars.knoll@digia.com> (cherries picked from commits 46a8885ae486e238a39efa5119c2714f328b08e4 and f1053d94f59f053ce4acad9320df14f1fbe4faac) 27 September 2013, 10:32:28 UTC
refs/heads/old/5.2 f15d9e6 do not use fileno calls in forked child This fixes an issue that causes QProcess::start to silently fail on OS X 10.9. Apparently, fileno(stdout) locks the handle on OS X 10.9. It may happen that the parent process fflush()s stdout while the child has just been forked. The stdout lock of the parent is never released in the child and fileno(stdout) therefore locks forever. According to the fork documentation on opengroup.org one may only call async-signal-safe functions between fork and exec in the child. The fileno() function does not appear in the list of async-signal-safe functions. Also, fileno(stdout) and friends can be easily replaced by the standard constants STDOUT_FILENO etc. Done-with: Fawzi Mohamed <fawzi.mohamed@digia.com> Task-number: QTBUG-37306 Change-Id: I2b1f5f47cc48a1ad020fb0493a955d2bc27aeb47 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from b2216bbe06b8be2bef6d8bc2ffff1337f6d23358) 06 March 2014, 13:21:53 UTC
refs/heads/winrt 06c1ec4 WinRT: Fix various test compilations - Remove irrelevant test subdirs via .pro files - Follow WinCE codepaths where applicable - Replace unsupported Win32 APIs with WinRT equivalents This does not aim to fix any failures in the tests themselves; it only makes them compile. Change-Id: Ia82bc0cc402891f8f6238d4c261ee9152b51be80 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> 01 September 2013, 16:05:46 UTC
refs/heads/wip/highdpi 5bfb6ce Add QPointF/QRectF scale functions Change-Id: I91c5afc061e91c6088398d039c1c1fd3d79254ca Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com> 01 July 2015, 12:07:27 UTC
refs/heads/wip/lite 71404b0 Add new license header templates and license files From Qt 5.7 -> LGPL v2.1 isn't an option anymore, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Added new header templates and corresponding license files. Unnecessary ones will be removed later when license header change is done to all Qt modules Change-Id: I8c482d81e40c03f0c6395e437f55527617aa6b58 Reviewed-by: Tuukka Turunen <tuukka.turunen@theqtcompany.com> Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com> 13 January 2016, 12:55:34 UTC
refs/heads/wip/mir dc00178 Minor changes to appease the Qt sanity bot We don't need to mention that we've copied code from Qt when we're inside Qt. Qt code is allowed to contain Qt code ;) Change-Id: I1d449496e64be1cb5e8d4f692b7ccd6d50fcef66 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> 07 August 2015, 12:33:55 UTC
refs/heads/wip/nacl 36be116 Remove extra semicolon. Compile with -Wpedantic. Change-Id: I368b984b3bc5542ad9ae940541d3d390a06b4fe4 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> 03 May 2016, 06:10:55 UTC
refs/heads/wip/network-test-server 0b8d084 Ignore .vagrant sub-directory when running the Vagrantfile Change-Id: Ib3f4e2e8f3b418f2170b50911cf5ad6c22ed4359 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> 23 October 2015, 12:30:21 UTC
refs/heads/wip/qbs 200e2c8 Add qbs project files for D-Bus autotests Change-Id: I36ccc7cd4856a3bfb044700d61b7233b4b1c4cf8 Reviewed-by: Jake Petroules <jake.petroules@qt.io> 05 August 2016, 15:41:05 UTC
refs/heads/wip/tizen fa806c8 Added device mkspec for Tizen 2.* mobile cross compilation. Change-Id: I01c42562141906ca7a1f873d9818965434418860 Reviewed-by: Jarosław Staniek <staniek@kde.org> Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com> 26 February 2015, 14:41:39 UTC
back to top