summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/objectmodel
Commit message (Expand)AuthorAgeFilesLines
* Doc: be more explicit about when a MEMBER property NOTIFY signal is emitted a...Albert Astals Cid2022-07-271-2/+3
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-1/+6
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-1/+3
* Use SPDX license identifiersLucie GĂ©rard2022-05-166-156/+12
* Doc: Document QT_NO_[SIGNALS_SLOTS_]KEYWORDS definesJoerg Bornemann2022-03-291-3/+22
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-021-0/+14
* Extend documentation for bindable propertiesIvan Solovev2021-10-291-0/+17
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-151-0/+33
* Create link from property overview documentation to bindable propertiesAndreas Buhr2021-04-271-1/+2
* Remove lazy binding evaluationLars Knoll2021-04-161-9/+7
* Document how bindable properties can be used in a multithreaded contextAndreas Buhr2021-04-131-0/+6
* Add documentation how to formulate a property bindingAndreas Buhr2021-03-261-0/+38
* Beautify bindable properties documentationAndreas Buhr2021-03-261-13/+14
* Add documentation on how to write a value to a bindable propertyAndreas Buhr2021-03-181-0/+52
* Document requirements for getters and setters of bindable propertiesAndreas Buhr2021-02-251-0/+30
* Fix minor documentation typos in bindable propertiesJuha Vuolle2021-02-151-1/+1
* Create bindable property overview documentationAndreas Buhr2021-01-281-0/+102
* Doc: Document BINDABLE attribute for Q_PROPERTY macroTopi Reinio2020-11-301-0/+6
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-251-1/+1
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-4/+2
* moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-2/+2
* Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-2/+2
|\
| * Doc: Use nullptr in Signals & SlotsKai Koehne2019-03-131-2/+2
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-1/+1
|/
* qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-141-2/+2
* Doc: Update signals and slots introduction pagePaul Wicking2018-07-311-22/+26
* Doc: Fix typo in The Property System sectionKai Koehne2018-04-121-1/+1
* Deprecate QSignalMapperOlivier Goffart2017-03-141-17/+5
* Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-011-3/+0
* Unify license header usage.Jani Heikkinen2016-03-295-25/+25
* Doc: Add the missing \l command and the target section titleVenugopal Shivashankar2016-03-011-1/+2
* Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-022-2/+2
* Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-121-7/+2
* Document Q_ENUM and Q_FLAGOlivier Goffart2015-03-031-5/+5
* Update copyright headersJani Heikkinen2015-02-115-30/+30
* doc: Clarify NOTIFY emission with MEMBER variablesAlejandro Exojo2014-12-101-1/+4
* Doc: Corrected autolink errors corelibNico Vertriest2014-11-201-6/+4
* Update the signal and slots docsAlex Blasche2014-10-021-7/+4
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
* Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-251-33/+2
* Doc: Fixed typo "lamda".Jerome Pasion2014-08-301-1/+1
* Doc: properties, add missing parenthesisSamuel Gaist2014-08-281-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-052-2/+3
* Doc: Adding "\keyword Signals and Slots" to "Signals & Slots" page.Jerome Pasion2013-10-151-0/+1
* Correct type mismatches sentence in signals and slots documentation.Mitch Curtis2013-09-101-1/+3
* Soft-deprecate obscure feature on property getters returning pointersThiago Macieira2013-08-231-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-1/+1
|\