summaryrefslogtreecommitdiff
path: root/src/plugins/locator
Commit message (Expand)AuthorAgeFilesLines
* Fix that locator file filter couldn't open directories ending in + or :Eike Ziller2012-11-301-8/+7
* Fix compilation with Qt5Eike Ziller2012-10-111-1/+2
* Adjust license headershjk2012-10-0527-553/+527
* Changed URL to qt-project.org in pluginspecs.Konstantin Tokarev2012-07-301-2/+2
* Contact -> qt-project.orgEike Ziller2012-07-1926-78/+26
* Allow specifying line number when selecting a file with the locator.Francois Ferrand2012-06-214-12/+26
* Make PluginManager mostly static.Eike Ziller2012-06-192-2/+2
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* ActionManager API cleanup.Eike Ziller2012-05-252-7/+6
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-31/+6
* Throw out useless safety measure.Eike Ziller2012-05-161-11/+1
* Remove dead code.Eike Ziller2012-05-161-47/+1
* editormanager: simplify use of interfacehjk2012-05-113-6/+5
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-302-2/+2
* Fix wrong names in the UIMarco Bubke2012-04-181-2/+2
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-2/+2
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-083-5/+5
|\
| * Normalized connect()sRobert Loehning2012-03-063-5/+5
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+5
|/
* qbs: CleanupOrgad Shaneh2012-02-281-3/+0
* add qbs filesJoerg Bornemann2012-02-201-0/+61
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-202-3/+3
* Removed module names from #include directives.Erik Verbruggen2012-02-1524-75/+75
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-096-6/+4
* Compile with Qt 5.Friedemann Kleint2012-02-081-0/+1
* Fixes potential threading problem in Locator startupEike Ziller2012-02-032-8/+5
* Add "delayedInitialize" feature to plugin manager.Eike Ziller2012-02-032-3/+3
* Core::ModeManager: make some functions statichjk2012-01-272-1/+7
* Long live the king!hjk2012-01-2626-26/+26
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-243-25/+21
* Locator: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-209-27/+29
* fix for locator using up and down keys under macDavid Schulz2012-01-182-61/+53
* added tooltip popup if alt-key was pressed and releasedDavid Schulz2012-01-112-32/+84
* Use QByteArray for variable names.hjk2012-01-101-2/+2
* TextEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-061-2/+4
* tr()-Fixes.Friedemann Kleint2011-12-131-1/+1
* Execute: Close write channelOrgad Shaneh2011-12-061-0/+1
* Add execute filter for locatorYuchen Deng2011-12-065-2/+277
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1124-48/+48
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0324-48/+48
* | more Id type fixeshjk2011-11-103-4/+4
* | locator: fix typehjk2011-11-081-1/+1
* | more style fixes of string literal accesshjk2011-11-021-2/+2
* | Add an enabled property in locator, and used it instead of hidden.Nicolas Arnaud-Cormos2011-10-315-10/+21
|/
* s/error_message/errorMessage/ghjk2011-09-211-1/+1
* Move some settings pages.Eike Ziller2011-09-203-8/+7
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* Wait with activating/opening a Locator entry until update has finishedEike Ziller2011-08-052-10/+35