summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/id.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Core: Make enough room in an Id to store a pointer directly.hjk2015-12-151-25/+11
* Core::Id: Handle empty strings passed to fromString()Tobias Hunger2015-12-041-0/+2
* Id: Make versionedId QTC_ASSERT that there is a major versionTobias Hunger2015-12-021-2/+1
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-021-1/+3
* Core::Feature: Add some functionality currently implemented in Core::FeatureTobias Hunger2015-12-011-0/+24
* Id: pack StringHolder classTobias Hunger2015-11-301-1/+1
* Core: Remove unused Id::registerIdhjk2015-06-191-16/+0
* Core: Compile fixNikolai Kosjar2015-06-161-0/+1
* Core: Add debug stream operator for Core::IdDavid Schulz2015-06-161-1/+5
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-10/+10
|\
| * Doc: edit coreplugin docsLeena Miettinen2013-09-261-10/+10
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-251-2/+2
|\ \ | |/
| * Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-2/+2
* | Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-141-0/+1
|\ \ | |/
| * Core: Fix build.Christian Kandeler2013-06-061-0/+1
* | Doc: fix function signatures in code documentationLeena Miettinen2013-05-231-1/+1
|/
* Core: Remove Core::Id(QByteArray) constructorhjk2013-04-041-8/+0
* Core: Add streaming operators for Core::Idhjk2013-04-021-0/+18
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-2/+1
* Core: Remove deprecated and now unused Core::Id(QString) constructorhjk2013-03-221-8/+0
* Core: add a 'suffixAfter' functionhjk2013-03-221-0/+22
* Core: Add a convenience .withSuffix(QString) methodhjk2013-03-191-0/+6
* Merge remote-tracking branch 'origin/2.7'Oswald Buddenhagen2013-02-281-1/+1
|\
| * Fix a warning found by MSVC2010_64Yuchen Deng2013-02-191-1/+1
* | fix typo in Core::Id documentationJoerg Bornemann2013-02-081-1/+1
|/
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Core::Id: Do not warn when reading invalid ids from settingsTobias Hunger2013-01-281-0/+2
* | Core::Id: Fix possible crash in operator ==Tobias Hunger2013-01-231-2/+6
* | Core: simplify ILocator interfacehjk2013-01-181-0/+5
* | Core: Use the new Id methods in a few placeshjk2013-01-171-4/+48
* | Core: add convenience functions to Core::Id.hjk2013-01-151-5/+124
* | Fix crash on Core::Id().toString()Daniel Teske2012-12-111-1/+3
* | Create a way to pre-register Core::Idshjk2012-12-051-9/+16
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-8/+17
|/
* Adjust license headershjk2012-10-051-21/+20
* IdCache: Use delete[] for memory qstrdup allocatedDaniel Teske2012-09-131-1/+1
* Core: Fix MSVC compiler warning about strdupKai Koehne2012-08-271-1/+1
* coreid: add overload for ==(const char *)hjk2012-08-061-1/+6
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: add dumper for Core::Idhjk2012-07-181-0/+6
* Fix Core::Id cleanup.Christian Kandeler2012-06-071-1/+3
* Make ids handle unicode stringsTobias Hunger2012-05-161-2/+2
* Core: Clean up contextTobias Hunger2012-05-031-16/+2
* Core: Fix msvc warning about strdup being deprecatedKai Koehne2012-04-171-1/+1