summaryrefslogtreecommitdiff
path: root/src/plugins/locator
Commit message (Expand)AuthorAgeFilesLines
* Move some functions out of defaults.js and make them project properties.Christian Kandeler2013-09-091-2/+1
* Locator: Clean up LocatorManager interfacehjk2013-09-062-19/+10
* MessageManager: General cleanup.hjk2013-09-051-8/+6
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-1/+1
* Locator: Fix broken connection after df361843hjk2013-09-031-2/+3
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-7/+0
* Core: Static pattern for ProgressManager, clean up all usershjk2013-09-021-14/+14
* CppTools: Introduce LocatorDataNikolai Kosjar2013-08-302-12/+12
* Core: Remove deprecated accessorshjk2013-08-301-6/+6
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-305-19/+9
* Locator: Allow to filter for path in BaseFileFilterNikolai Kosjar2013-08-297-17/+214
* Locator: Simplify conditionOrgad Shaneh2013-08-231-2/+1
* Locator: Whitespace fixes.Andre Hartmann2013-08-239-28/+28
* Locator: Rename variables for consistencyOrgad Shaneh2013-08-231-7/+7
* Locator: Fix locator behavior with qt5Daniel Teske2013-08-221-14/+6
* Locator: Case sensitivity of input affects prioritizingNikolai Kosjar2013-08-227-20/+54
* Locator: Do not popup on focus inOrgad Shaneh2013-08-211-1/+4
* Fix compilation with namespaced Qt.Christian Kandeler2013-08-191-0/+2
* Locator: Tests: Introduce BasicLocatorFilterTestNikolai Kosjar2013-08-194-0/+200
* Locator: Refactor out filter_helper for testsNikolai Kosjar2013-08-195-27/+121
* Locator: Better sorting of command entries.Andre Hartmann2013-08-071-4/+8
* Make document model static and add some document related methodsEike Ziller2013-07-122-4/+4
* OpenEditorsModel API: Use 'document' more where is about documents.Eike Ziller2013-07-122-5/+5
* Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* Editors: Don't use model index outside of model/view.Eike Ziller2013-07-091-5/+5
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-4/+0
* Switch less often to edit modeEike Ziller2013-06-053-3/+3
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-281-1/+0
|\
| * Remove duplicate module dependencies from qbs files.Christian Kandeler2013-05-271-1/+0
* | Add split in new window action for editor views.Eike Ziller2013-05-081-0/+2
* | auto-generate <dependencyList> in .pluginspec filesOswald Buddenhagen2013-04-111-3/+1
* | derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-1/+0
* | make library and plugin dependencies declarativeOswald Buddenhagen2013-04-032-4/+3
* | Clean headers in Locator.Friedemann Kleint2013-04-0310-26/+0
* | centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* | automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
* | Clean headers in Core-plugin.Friedemann Kleint2013-03-271-0/+1
* | Locator ExecuteFilter: Adjust to MessageManager API changeDaniel Teske2013-03-221-6/+6
* | Locator: Remove unneeded #ifdef.Christian Kandeler2013-03-191-4/+6
* | Fix Krazy warnings about values or keys iteration in various places.Friedemann Kleint2013-03-151-4/+8
* | Make variable manager static.Eike Ziller2013-03-131-3/+2
* | Fix Krazy warnings about includes/header guards in various plugins.Friedemann Kleint2013-03-131-3/+0
|/
* Locator settings: replicate tool tip also on spinboxEike Ziller2013-02-261-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-3127-27/+27
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-2927-27/+27
* | Locator: Fix valgrind warning about uninitialized variable.Friedemann Kleint2013-01-311-1/+2
* | CommandLocator: use Id instead of QString.hjk2013-01-182-7/+4
* | Core: simplify ILocator interfacehjk2013-01-1818-132/+123
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-1/+1