summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets/code
Commit message (Expand)AuthorAgeFilesLines
* QDeadlineTimer: use new comparison helper macrosTatiana Borisova2024-04-181-6/+6
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-6/+12
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-10/+8
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-171-4/+5
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-171-2/+2
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-0/+13
* Add QDirListing, an STL-style iterator for directory entriesAhmad Samir2024-02-291-8/+50
* Copy QDirIterator.{cpp,h} to QDirListing.{cpp,h}Ahmad Samir2024-02-291-0/+28
* QString/QByteArray: add slice() methodsAhmad Samir2024-02-291-0/+6
* Doc: Fix readString() and readByteArray() code snippetsAndreas Eliasson2024-02-151-4/+4
* QFileInfo: clarify the docs with respect to "file" == file system entryAhmad Samir2024-02-021-0/+18
* Change license of .qdoc filesLucie Gérard2024-02-012-2/+2
* QFileInfo: cleanup snippets fileAhmad Samir2024-01-221-10/+33
* Remove foreach snippets from the documentationKai Köhne2024-01-161-6/+0
* QUrlQuery/Doc: fix resulting query with ( and ) delimitersThiago Macieira2024-01-121-1/+1
* Doc: Use Qml DefaultProperty as example for Q_CLASSINFOKai Köhne2023-12-201-1/+1
* Replace QPair with std::pair in the docsMarc Mutz2023-12-131-1/+1
* Doc: QIdentityProxyModel::itemData() should be reimplemented tooDavid Faure2023-12-111-1/+7
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-1/+1
* doc: improve property example slotSamuel Gaist2023-10-141-0/+3
* Doc: Improve documentation for qInstallMessageHandler()Kai Köhne2023-10-131-23/+12
* QStringConverter: clarify decode()/encode() API docsAhmad Samir2023-10-061-0/+24
* QDataStream: Documentation fixChristian Ehrlicher2023-09-251-4/+4
* Un-deprecate qSwap()Marc Mutz2023-09-221-9/+0
* Add static constexpr Boyer-Moore Latin-1 string matcherØystein Heskestad2023-09-071-0/+8
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-196-0/+12
* Modernize snippetFabian Kosmale2023-08-141-4/+4
* Fix some syntax errors in snippetsSzabolcs David2023-06-083-3/+3
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-301-0/+13
* Doc: fix warnings for QSetIterator see-alsosVolker Hilsheimer2023-05-251-9/+0
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-161-0/+6
* Brush up the container code snippetsFriedemann Kleint2023-05-0410-109/+83
* Remove unused documentation code snippetsFriedemann Kleint2023-04-1718-396/+1
* Fix qdoc warning about missing QMultiMap code snippetFriedemann Kleint2023-04-061-13/+4
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-3/+17
* Long live QtFuture::makeReadyRangeFuture()Ivan Solovev2023-04-051-0/+14
* QtBase/doc: fix examples for QHash/QMap/QMultiMap::erase()Christian Ehrlicher2023-03-313-84/+32
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+14
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* Doc: Update docs to reflect method being renamedAndreas Eliasson2023-03-081-1/+1
* Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()Marc Mutz2023-02-211-2/+2
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-2/+2
* Documentation: Port code snippets to new connection syntaxFriedemann Kleint2023-01-111-1/+1
* QUrl/doc: explain that the scheme-less URL is probably not intendedThiago Macieira2023-01-061-0/+8
* CMake: Allow contents of resources to be replaced by empty filesUlf Hermann2022-12-171-0/+4
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+8
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-051-0/+11
* Brush up the container documentationFriedemann Kleint2022-12-021-6/+6
* Documentation: Expand documentation on how to iterate Qt containersFriedemann Kleint2022-11-241-0/+21
* Documentation: Modernize the Qt container doc snippetsFriedemann Kleint2022-11-241-23/+15