summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPixmap: fix the documenation for toHICONGiuseppe D'Angelo2024-02-281-2/+3
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-3/+6
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-1/+1
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-071-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-1/+3
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-6/+8
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-151-0/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* qt_pixmap_thread_test(): Simplify logic, merge warningsSze Howe Koh2021-09-061-12/+6
* QPixmap: Fix crash if created without gui app in secondary threadSze Howe Koh2021-09-041-1/+1
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-031-0/+5
* Fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-081-1/+16
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-051-3/+2
* Give QPixmap a move constructorVolker Hilsheimer2020-09-231-0/+9
* Doc: Compile image snippetsPaul Wicking2020-08-281-1/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-111-0/+8
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-146/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-41/+0
|/
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+11
* Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-0/+15
|\
| * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-4/+6
|\|
| * Prevent QPixmap::load from touching QPixmapCache in non-gui threadsJoni Poikelin2019-01-281-4/+6
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-281-0/+17
* | Remove x11Info() and x11PictureHandle() from QPixmap docsSergio Martins2018-12-161-9/+0
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-1/+7
|\
| * Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-121-1/+7
* | QPixmap: use rvalue overloads moreAnton Kudryavtsev2018-02-081-5/+5
|/
* QPixmap: move mask functions into QPlatformPixmapLouai Al-Khanji2017-03-171-69/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-26/+24
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-26/+24
| |\
| | * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-4/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-4/+2
| |\|
| | * Update documentation regarding QPixmap HICON conversionsSérgio Martins2016-07-271-4/+2
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-1/+1
* | | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-10/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\|
| * QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1