Commit graph

  • 2c46052d03 remove freetype optimizations master Ivailo Monev 2025-01-28 06:22:45 +02:00
  • b7f2401784 drop the qCompress() and qUncompress() functions Ivailo Monev 2024-06-03 22:03:22 +03:00
  • bffd6e4405 make the KAT image format non-optional Ivailo Monev 2024-06-03 21:38:28 +03:00
  • 26bb23543a README file update Ivailo Monev 2024-06-03 21:32:04 +03:00
  • 86c47fa115 exclude qxpmhandler source file from unity build Ivailo Monev 2024-06-03 19:32:40 +03:00
  • 829e2d9f2d reimplement XPM handler via libXpm Ivailo Monev 2024-06-03 19:30:09 +03:00
  • ab7932ad04 effectively revert facd387374 Ivailo Monev 2024-06-03 18:05:49 +03:00
  • 0655cbc3ed reset errno even on systems using glibc Ivailo Monev 2024-06-03 17:14:03 +03:00
  • 2c959dc7f3 initialize QLocalePrivate variables Ivailo Monev 2024-06-03 08:36:12 +03:00
  • e3dc270d1e use zero as seed for qHash() Ivailo Monev 2024-06-03 07:35:10 +03:00
  • c84daae9de remove ppm format leftovers Ivailo Monev 2024-06-03 07:23:15 +03:00
  • 57282fc808 drop ppm and pbm support Ivailo Monev 2024-06-03 07:15:33 +03:00
  • 9e7e026f62 remove redundant QDialog::eventFilter() reimplementaiton Ivailo Monev 2024-06-01 05:52:22 +03:00
  • 2e2f28064e initialize variables in QLocalePrivate::doubleToString() Ivailo Monev 2024-05-23 11:03:39 +03:00
  • e4ee53e73d remove unused QTextControl feature Ivailo Monev 2024-05-23 10:23:07 +03:00
  • 79236242c8 inverse the alignment of the line editor of QAbstractSpinBox Ivailo Monev 2024-05-22 10:12:44 +03:00
  • 9ead9c9837 Merge branch 'master' of ssh://bitbucket.org/smil3y/katie Ivailo Monev 2024-05-20 10:53:18 +03:00
  • 4c79d0a360 minor QGraphicsWidgetPrivate::resolvePalette() optimization Ivailo Monev 2024-05-20 10:52:23 +03:00
  • a140756207 QItemEditorFactory documentation update Ivailo Monev 2024-05-18 10:02:15 +03:00
  • df212f180c correct property name for QVariant::Bool type in QItemEditorFactory::valuePropertyName() Ivailo Monev 2024-05-18 02:29:19 +03:00
  • bbaa34454b set the initial value of the default editors (the editors QItemEditorFactory creates) Ivailo Monev 2024-05-18 02:15:35 +03:00
  • beefa99413 initialize QProcess variables Ivailo Monev 2024-05-16 06:29:44 +03:00
  • 2c14cf35d6 move QPROCESS_DEBUG to qprocess_p header Ivailo Monev 2024-05-16 06:29:29 +03:00
  • 767e9e3fe6 remove comment about settings in QApplicationPrivate::x11_apply_settings() Ivailo Monev 2024-05-16 01:02:36 +03:00
  • bb6a1d74a7 minor QAbstractButton::setText optimization Ivailo Monev 2024-05-15 01:43:44 +03:00
  • ed49b9945f update the geometry of QPushButton before panting Ivailo Monev 2024-05-14 13:17:32 +03:00
  • ba2536a22c update QAbstractButton geometry before updating it Ivailo Monev 2024-05-14 12:58:14 +03:00
  • a8068fc969 remove redundant check in QPushButton::sizeHint() Ivailo Monev 2024-05-14 12:57:23 +03:00
  • d87d2a4e09 check if the passed QObject pointer is null in qobject_cast<T>() Ivailo Monev 2024-05-10 09:55:36 +03:00
  • f4dc49f06a check if the caused popup widget is null before qobject_cast<T>()-ing it Ivailo Monev 2024-05-10 08:49:42 +03:00
  • a435ce9889 update package dependencies Ivailo Monev 2024-05-09 08:51:05 +03:00
  • c76dbdacf0 drop session management support Ivailo Monev 2024-05-09 08:20:34 +03:00
  • 6770624ef9 drop unused feature to register custom events Ivailo Monev 2024-05-05 03:51:25 +03:00
  • e297f68e33 remove redundant metatype registrations Ivailo Monev 2024-05-03 02:51:02 +03:00
  • f492e59888 remove redundant metatype registrations Ivailo Monev 2024-05-03 02:23:23 +03:00
  • e85b3ebd61 Merge branch 'master' into socket socket Ivailo Monev 2024-04-30 20:01:43 +03:00
  • 618b188016 check the selected calendar date before setting it from QDateTimeEditPrivate::updateWidgets() Ivailo Monev 2024-04-30 20:01:03 +03:00
  • ad07f18f70 notify when data is read and written to QSocketDevice via signal Ivailo Monev 2024-04-29 05:41:47 +03:00
  • 183646de08 do not close the QSocketDevice device on EINPROGRESS Ivailo Monev 2024-04-28 22:08:12 +03:00
  • 6ddd1cc230 love to see the variable self-reference in function call Ivailo Monev 2024-04-28 06:49:46 +03:00
  • b6c58d15de fix handle checks in QSocketDevice Ivailo Monev 2024-04-28 06:40:07 +03:00
  • 9c44d7282a close socket on automatic QSocketDevice connection failure and set error string on read/write error Ivailo Monev 2024-04-28 05:09:52 +03:00
  • 1adce2007f new QSocketServer and QSocketDevice classes Ivailo Monev 2024-04-28 04:58:31 +03:00
  • 6558a31ae6 initialize the timespec struct in do_gettime() function Ivailo Monev 2024-04-27 20:23:28 +03:00
  • c5e97acf49 implement font type editing for QItemEditorFactory Ivailo Monev 2024-04-27 06:52:18 +03:00
  • facd387374 use libdeflate_crc32() for hashing Ivailo Monev 2024-04-27 03:05:03 +03:00
  • d27075599e remove revision leftovers Ivailo Monev 2024-04-27 01:30:24 +03:00
  • 62a25b201e remove qml leftovers Ivailo Monev 2024-04-27 01:01:57 +03:00
  • dbed1f76ed partially revert 2fa4e0cdc5 Ivailo Monev 2024-04-26 23:59:13 +03:00
  • 65d8629a0c drop support for some properties annotations, revisioned properties and methods Ivailo Monev 2024-04-26 22:40:51 +03:00
  • 2fa4e0cdc5 drop unused extra data of QMetaObject Ivailo Monev 2024-04-26 19:50:39 +03:00
  • 6ff87ca550 drop unused style hints Ivailo Monev 2024-04-25 08:13:47 +03:00
  • 9d5183127c take alternative sequence into account in QKeySequence::count() and QKeySequence::isEmpty() Ivailo Monev 2024-04-24 12:49:05 +03:00
  • 47f8d408ba merge QShortcutMapPrivate into QShortcutMap Ivailo Monev 2024-04-24 05:25:36 +03:00
  • 877311b1db rework QKeySequence and QShortcutMap for better matching Ivailo Monev 2024-04-24 04:50:39 +03:00
  • 0e6ab7a04f dump all members instead of pointer to the reference from QShortcutMap::dumpMap() Ivailo Monev 2024-04-23 08:58:57 +03:00
  • d9e290522b fix handling of multi-QKeySequence in QAction Ivailo Monev 2024-04-22 05:46:01 +03:00
  • 1ef52af92e drop support for a list of QKeySequence in QAction Ivailo Monev 2024-04-22 04:01:25 +03:00
  • 8f42407b20 remove unused header inclusion Ivailo Monev 2024-04-21 04:23:46 +03:00
  • 9bac3701e6 remove dummy QAbstractScrollAreaPrivate::scrollBarPolicyChanged() method Ivailo Monev 2024-04-20 22:44:36 +03:00
  • f7d1c5d422 do not export QAbstractScrollAreaPrivate Ivailo Monev 2024-04-20 22:43:45 +03:00
  • 62c8f06305 do not export QWidgetPrivate Ivailo Monev 2024-04-20 22:39:27 +03:00
  • 8de78d247f do not export QUnifiedTimer Ivailo Monev 2024-04-20 22:15:43 +03:00
  • 6744bef4d9 do not export QFontEngine and QFontEngineFT classes Ivailo Monev 2024-04-20 22:07:28 +03:00
  • f6bec01cb2 do not inherit QObject from QFontEngine Ivailo Monev 2024-04-20 22:03:24 +03:00
  • 04df82a5b2 log QFlags without double-quotes Ivailo Monev 2024-04-20 20:25:15 +03:00
  • 0dd6e9ef1e sync QGraphicsWidget and QWidget change events bits Ivailo Monev 2024-04-20 05:29:17 +03:00
  • 0a416102f2 use QWidget as base class for QLabel Ivailo Monev 2024-04-19 23:33:12 +03:00
  • 53c17bb88a remove unused QTextOption member Ivailo Monev 2024-04-19 06:35:13 +03:00
  • b2504b1717 drop QThreadPool and QRunnable Ivailo Monev 2024-04-18 02:58:30 +03:00
  • cd3d86140e QEasingCurve optimization Ivailo Monev 2024-04-17 18:57:08 +03:00
  • 017b39fcae update URL TLDs table data Ivailo Monev 2024-04-17 03:26:13 +03:00
  • ec5a2d8bb6 drop stylesheet support Ivailo Monev 2024-04-16 04:36:30 +03:00
  • ec682f91f2 do not create QImage in addition to QPixmap in QLabel Ivailo Monev 2024-04-16 00:35:36 +03:00
  • 783b4e90e9 drop unused QGraphicsItem custom data feature Ivailo Monev 2024-04-15 03:15:49 +03:00
  • 464d7b2eeb QMovie review Ivailo Monev 2024-04-11 01:13:06 +03:00
  • 3f06e61a8f rework animations code for statefull image reading Ivailo Monev 2024-04-11 00:28:38 +03:00
  • 95f4215d4b adjust expected results in QSyntaxHighlighter tests Ivailo Monev 2024-04-10 23:00:15 +03:00
  • 7a7c5ceec3 rework QMovie Ivailo Monev 2024-04-10 22:27:00 +03:00
  • f8d9980906 rework QSyntaxHighlighter to clear additional formats on rehighlight Ivailo Monev 2024-04-10 00:42:36 +03:00
  • 0fa26a55ca do not init freetype library in QFreetypeFace if the font filename is empty Ivailo Monev 2024-04-08 12:32:55 +03:00
  • 526329c655 drop QTextBoundaryFinder Ivailo Monev 2024-04-07 18:49:52 +03:00
  • df39a104a5 replace QStdVector<T> with QVector<T> in QTextEngine::SpecialData Ivailo Monev 2024-04-06 19:43:34 +03:00
  • 5947c32de5 construct QDateTimeEdit and QTimeEdit with valid QTime objects Ivailo Monev 2024-04-06 16:36:42 +03:00
  • aa750ca5e5 validate time in a convenient (fixup) manner from QDateTimeEdit Ivailo Monev 2024-04-06 15:59:09 +03:00
  • 8b541fff1c reset the step of the internal date and time box when the locale does not contain seconds Ivailo Monev 2024-04-06 15:35:05 +03:00
  • 66e7f9491f QDateTimeEdit optimization Ivailo Monev 2024-04-06 14:07:06 +03:00
  • 8a7f6ecc1a QColor::colorNames() optimization Ivailo Monev 2024-04-06 09:27:02 +03:00
  • caee5d2ff5 remove obsolete QAbstractItemDelegate::elidedText() method Ivailo Monev 2024-04-06 10:08:39 +03:00
  • fc51b22ea2 correct QDateTimeEdit::timeChanged() signal argument name Ivailo Monev 2024-04-05 23:12:59 +03:00
  • 14a9ff7740 remove redundant QDateTimeEdit forward-declaration Ivailo Monev 2024-04-05 23:01:57 +03:00
  • 1a1de13c5b set the size policy of the internal QDateTimeEdit button to minimum Ivailo Monev 2024-04-05 23:00:39 +03:00
  • 551c362824 drop support for native dialogs Ivailo Monev 2024-04-03 11:39:16 +03:00
  • 94c4266569 correct override condition in patternForRequest() function Ivailo Monev 2024-04-03 11:03:50 +03:00
  • 9cf24d312d dirty fix for font requests Ivailo Monev 2024-04-01 10:29:34 +03:00
  • 163265d5d6 remove redundant QFont::key() method Ivailo Monev 2024-04-01 09:49:07 +03:00
  • bc0aceca02 do not capitalize family and foundry from QFontDatabasePrivate::parseFontName() Ivailo Monev 2024-04-01 09:19:04 +03:00
  • 9b6710a4cd stream the font style name when saving it to string Ivailo Monev 2024-04-01 08:27:44 +03:00
  • 4a4cac8308 reimplemnt png handler spng Ivailo Monev 2024-03-31 22:38:37 +03:00
  • 7b50a8c73b QFontDialog documentation update Ivailo Monev 2024-03-31 19:36:20 +03:00