summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-6/+6
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-0/+1
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QPen: mark copy/move/swap as nothrowMarc Mutz2015-01-101-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPen: add move constructorMarc Mutz2014-02-281-3/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-4/+4
|\
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-0/+8
|\|
| * Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* | QPen: optimize population of dd->dashPatternMarc Mutz2013-09-261-0/+4
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-15/+29
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-5/+5
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-30/+30
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-4/+3
* Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-211-18/+13
* Update the documentation after moving examples.Casper van Donderen2011-07-051-3/+3
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1032