summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
Commit message (Expand)AuthorAgeFilesLines
* QKeyCombination: code tidiesGiuseppe D'Angelo2021-05-191-3/+3
* QAbstractItemModel::match: code tidiesGiuseppe D'Angelo2021-05-121-0/+1
* Delete less-than operator for QKeyCombinationVolker Hilsheimer2021-05-041-0/+2
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-0/+1
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-151-0/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-7/+1
* Expunge WA_GroupLeaderShawn Rutledge2020-10-271-1/+0
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-2/+2
* macOS: Remove WA_MacVariableSize widget attributeTor Arne Vestbø2020-10-061-1/+1
* macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum valueTor Arne Vestbø2020-10-061-1/+0
* macOS: Remove dead widget attribute WA_MacNoShadowTor Arne Vestbø2020-10-061-1/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-1/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+156
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-011-1/+2
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-2/+6
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-1/+5
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-281-40/+6
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+3
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-6/+12
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-2/+4
* Clarify relation between Qt::Keys and Unicode rangesTor Arne Vestbø2020-07-101-101/+114
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-0/+2
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-1/+1
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-201-4/+0
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-081-4/+0
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-9/+0
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-10/+3
* Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-091-1/+1
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\
| * Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-10/+12
|\|
| * Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstantSze Howe Koh2020-02-061-1/+1
| * Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-9/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+3
|\|
| * QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-261-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+1
|\|
| * Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-171-0/+1
* | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-112/+88
|/
* QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-1/+4
* Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-231-0/+10
* Add attribute to disable QSessionManagerDavid Edmundson2019-03-011-0/+1
* Long live Qt::SplitBehavior!Marc Mutz2019-05-211-0/+8
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-11/+25
* Add QTextMarkdownImporterShawn Rutledge2019-04-171-1/+2
* Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-1/+1
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3