summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets
Commit message (Expand)AuthorAgeFilesLines
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir37 hours1-4/+5
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir40 hours1-2/+2
* Mention QChronoTimer in API docsAhmad Samir2024-03-032-1/+17
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-031-0/+13
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-031-1/+43
* 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-292-0/+16
* Correct doc snippet licenseLucie Gérard2024-02-283-3/+3
* 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
* qt6_wrap_cpp: Add .moc generationOrkun Tokdemir2024-01-192-0/+21
* 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
* QStringList: add filter(QStringMatcher) overloadAhmad Samir2023-10-221-0/+7
* 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
* Remove Custom Type Example and Custom Type Sending ExampleRym Bouabid2023-10-041-0/+90
* QSignalMapper: Fix compile error in snippetsTasuku Suzuki2023-09-261-1/+1
* 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
* _qt_internal_create_moc_command: Fix genex parseOrkun Tokdemir2023-08-171-2/+23
* Modernize snippetFabian Kosmale2023-08-141-4/+4
* QString docs: miscellanea improvements around string constructionGiuseppe D'Angelo2023-07-071-3/+3
* Doc: Fix documentation issuesTopi Reinio2023-06-091-2/+2
* 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-0411-110/+84
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-5/+5
* Remove unused documentation code snippetsFriedemann Kleint2023-04-1723-523/+3
* 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
* QMessageAuthenticationCode: use SHA-256 instead of insecure SHA-1 in doc sippetMarc Mutz2023-02-231-3/+3
* QMessageAuthenticationCode: remove lazy initialization of messageHashMarc Mutz2023-02-231-2/+2