- 01 Dec, 2014 - 1 commit
-
-
Kai Koehne authored
Change-Id: I57aae43b317734d86201ef3ed797ac0a44c1fe6b Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 21 Nov, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I62ad6176f085d17152387d2a2ed83a7d9744d4a6
-
- 18 Nov, 2014 - 1 commit
-
-
Louai Al-Khanji authored
Change-Id: I74aa76cb485cb652eba04ff2387165bab9663c99 Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
- 20 Oct, 2014 - 2 commits
-
-
Lars Knoll authored
SVG uses SvgMiterJoin, not the Qt definition of miter joins at all times. Change-Id: I85b8e13609fa37384f09457f724a42d720769028 Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
Lars Knoll authored
The code in the svg renderer is using a QPen with it's brush set to Qt::NoBrush as a hack to indicate that we don't have a stroke to paint, but to nevertheless use QPen to keep track of state. So when rendering, we have to check for the pen having no brush and in that case not draw anything. Task-number: QTBUG-36767 Change-Id: Ib622c7d0108e7360437f57853f11c65190c16773 Reviewed-by:
Laszlo Agocs <laszlo.agocs@digia.com>
-
- 14 Oct, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ideff1b627a310a85d728d74ed25b83e7de5352fe
-
- 10 Oct, 2014 - 1 commit
-
-
Nico Vertriest authored
Task-number: QTBUG-41250 Change-Id: I32a25f6c524503cf6de5e9349d4817747bafe076 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
- 06 Oct, 2014 - 2 commits
-
-
Joerg Bornemann authored
In a gradient that references itself via xlink:href we encountered an infinite recursion, and eventually a stack overflow. Now we print a warning and ignore the invalid link. Task-number: QTBUG-35387 Change-Id: Id72800eaa267d015a471df284245861ed8bc94cd Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Maurice Kalinowski authored
Change-Id: Iaf1109eb70c892aa819775f2773168633c62af67 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> (cherry picked from commit b6ba8a74 ) Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com>
-
- 19 Sep, 2014 - 1 commit
-
-
Alex Blasche authored
All files are embedded into a qrc file. The image lookup first assumes that local dirs are used. If nothing is found the lookup moves to the qrc file. This enables flexibility whereby the app can still be customized after having been built. Task-number: QTBUG-28377 Change-Id: I99371ecce08a45321e475a7c32d5b368716bdb18 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 17 Sep, 2014 - 3 commits
-
-
Frederik Gladhorn authored
-
Allan Sandfeld Jensen authored
Make QSvgPaintEngine::drawTextItem handle the case where a text-item has no chars but only glyphs, like it will when using drawGlyphRun. Task-number: QTBUG-39953 Change-Id: Id912c11f8830a450279943de657546e5cee762f3 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Rainer Keller authored
QtDemo was removed with a commit in qtdoc. Change-Id: Ieedaac1e4f7bfcbc1c838a91695b64adcc783549 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 16 Sep, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: I4017abfde368e92640a3453fc1b7127d3efb1b7b
-
- 29 Aug, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ie3b19238bc81eec11b42ec6524935784e35abbb8
-
- 25 Aug, 2014 - 1 commit
-
-
Antti Kokko authored
- Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I847adeea20fd98e5c9a18b8c44a15de84283f216 Reviewed-by:
Jani Heikkinen <jani.heikkinen@digia.com>
-
- 07 Jul, 2014 - 2 commits
-
-
Jerome Pasion authored
-url inherited from the url variable set in qtbase/doc/global Change-Id: I5dd19c5ee43012f30b932e8f2417cfd8ac6c9330 Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
Maurice Kalinowski authored
Change-Id: Iaf1109eb70c892aa819775f2773168633c62af67 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 26 Jun, 2014 - 3 commits
-
-
Frederik Gladhorn authored
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: I014c0a4779038dd5c193208513c99d88d8b14496
-
Laszlo Agocs authored
Examples relying on OpenGL 1.x cannot be used in dynamic OpenGL builds. Therefore we just disable them, like in ES builds. Change-Id: Ifdd773f4aa4dc317fad1912b40991e129ded05d9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 17 Jun, 2014 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ifecaca6860d75f2f834673dd655d6d0bfff06df3
-
- 14 Jun, 2014 - 1 commit
-
-
Sergio Ahumada authored
Conflicts: .qmake.conf Change-Id: Ic8f6fce9251acf4fbd0e7d5c3996ab2defb81107
-
- 20 May, 2014 - 1 commit
-
-
Alessandro Portale authored
A while a go, QtSvg was changed to use the QXmlStream* classes from QtCore. Now, only tests/auto/qsvggenerator is left with a QtXml dependency. This patch also reverts commit b719b937 Change-Id: I67417a27aa66a2db6d1985cad73e5bab806ad7d2 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 16 May, 2014 - 1 commit
-
-
Friedemann Kleint authored
Use the virtual QGuiApplicationPrivate::applyQIconStyleHelper() introduced by commit 6c06e14a49773ce5572935864ed6b9be219c6103 in qtbase to adapt the icon according to the style. Change-Id: I7c429f818c012c58118c64cc3b20a87fcb712877 Reviewed-by:
Olivier Goffart <ogoffart@woboq.com>
-
- 14 May, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Ie91a74b2efaa6e53f023a77dd28389960d5550b2
-
- 02 May, 2014 - 1 commit
-
-
Richard Moe Gustavsen authored
svg plugins are by default not linked together with QtGui since its usage is rare. But when the pro file contains Qt += svg, then its the opposite; The application is likely to need the svg plugins. Many of the examples shipped with the SDK fails building on iOS (e.g accelbubble) because of this. Change-Id: I83873d5405fde2b3d38e836057d55fcc2ceb9b6c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 23 Apr, 2014 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I413b22c01336204543d0c3f2ae65a58c456bd96e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 15 Apr, 2014 - 1 commit
-
-
Caroline Chao authored
Since the google API is no longer available Task-number: QTBUG-38041 Change-Id: I8ef91a047cade27856579cf871efb5e10afd2350 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- 11 Apr, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I33ee624e7f1e50faeff048a876a691188197fcad
-
- 09 Apr, 2014 - 1 commit
-
-
Oswald Buddenhagen authored
these plugins are relatively unlikely to be needed, so exclude them. Change-Id: I57461ccdc9a7114444a2f623328239e580e4c2e9 Reviewed-by:
aavit <eirik.aavitsland@digia.com>
-
- 24 Mar, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I5448195955ebadcbac6de7cc34ab8e40bd45ef56
-
- 17 Mar, 2014 - 1 commit
-
-
aavit authored
Task-number: QTBUG-37035 Change-Id: I014988cdb57a2001685a8d50d79ee103322ed021 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
-
- 20 Feb, 2014 - 1 commit
-
-
Thiago Macieira authored
Change-Id: I3e07d71d0caca0253923d5f9eab90e03902c9d47 Reviewed-by:
Sergio Ahumada <sahumada@blackberry.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 08 Feb, 2014 - 1 commit
-
-
Kai Koehne authored
Commit 773dd01 in qtbase introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. (see 278152fff for a similar commit in qtbase). Change-Id: I430ab289af99e96cd6ed6edfd683258defcb13a4 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 17 Jan, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: Id5bef032b66a051e3a6e707abae442ccd2610c84
-
- 16 Jan, 2014 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I0145b33ec2f7cec39b894ea512e2c1119b99dba1 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 10 Jan, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I1acc7b8d54e8db1a3bec01c31c755032d24e8e64
-
- 09 Jan, 2014 - 1 commit
-
-
Thiago Macieira authored
Found by Clang 3.4. Change-Id: Ie4e9fc535ee44caae561aacdc245c64ea5b30b46 Reviewed-by:
Robin Burchell <robin+qt@viroteck.net>
-
- 06 Jan, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: Iebfffe157538b0a0573e9bfbed7eeac6f53390b1
-