summaryrefslogtreecommitdiff
path: root/src/plugins/quickopen
Commit message (Expand)AuthorAgeFilesLines
* Added another missing #include for QStringFileMatcher.ck2009-07-221-0/+1
* Move Welcome Page to separate plugin.Daniel Molkentin2009-07-211-0/+0
* rename the QuickOpen action to Locatemae2009-07-212-2/+2
* Fix Locator's file system filter.con2009-07-142-6/+7
* Got rid of friend declaration to static template functionThorbjørn Lindeijer2009-07-142-39/+34
* Make the loadSettingsHelper template friend declaration match its definitionAdriaan de Groot2009-07-141-1/+1
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-134-4/+4
* Activating Locator when already in the locator window didn't work.con2009-06-222-3/+4
* Use QMetaObject::invokeMethod instead of signal-slot hack.con2009-06-202-6/+2
* Do lazy updating of the file list in AllProjectsFilter.con2009-06-182-0/+6
* Update license headers and sales contact details.Jason McDonald2009-06-1724-48/+48
* Version bump also in master.con2009-06-041-2/+2
* Fixes locator's show method in case the filter already has focus.con2009-06-032-7/+10
* Fixed compile error with gcc 3.3Thorbjørn Lindeijer2009-06-031-1/+2
* Locator text was no longer selected when using shortcut.con2009-06-032-10/+2
* Locator tool window shortcut and menu item doesn't work.con2009-06-031-0/+1
* Version bump.con2009-06-021-2/+2
* Implemented SettingsDatabase::removeThorbjørn Lindeijer2009-05-251-1/+1
* Implemented backwards compatibility to old QuickOpen settingsThorbjørn Lindeijer2009-05-252-11/+41
* Introduced settings database based on sqliteThorbjørn Lindeijer2009-05-251-13/+13
* Polishing Settings Ui:Alessandro Portale2009-05-181-50/+59
* Increase the width of the locator window a bit.con2009-05-131-1/+1
* A few spelling/grammar fixesJure Repinc2009-05-121-3/+3
* Remove unneeded strings from translation.Enrico Ros2009-05-111-3/+0
* Rename qworkbenchplugin.pri to qtcreatorplugin.priAlessandro Portale2009-05-081-1/+1
* This code can be simplified.dt2009-05-052-15/+15
* Fixed some translation errors.Friedemann Kleint2009-04-302-5/+7
* Some documentation.con2009-04-241-1/+9
* Add the *.pluginspec to OTHER_FILES so that we can use Locator for themdt2009-04-221-0/+2
* add some missing Q_OBJECTsOswald Buddenhagen2009-04-201-0/+2
* add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-201-2/+2
* Version bump.con2009-04-081-2/+2
* Version bump.con2009-04-081-2/+2
* Fix slowness of Locator if the string was "f \" or "f /".dt2009-04-061-2/+2
* Fixes: Introduce a cpp settingspage containing file naming conventions (lower...Friedemann Kleint2009-03-184-7/+33
* Fixes: quickopen: sort matches starting with the search term towards thehjk2009-03-121-10/+16
* Fixes: Bump Creator version after releaseDaniel Molkentin2009-03-041-2/+2
* Merge commit 'origin/1.0.0'Oswald Buddenhagen2009-03-021-2/+16
|\
| * Fixes: - New license, new website.v1.0.0con2009-02-271-2/+16
| * Fixes: change license headers to LGPLhjk2009-02-2524-504/+408
* | Fixes: change file license headers to include LGPLhjk2009-02-2524-504/+408
* | Merge branch '1.0.0' into master-masterOswald Buddenhagen2009-02-241-2/+2
|\ \ | |/
| * Fixes: - Updated version numbercon2009-02-241-2/+2
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-232-2/+3
|\ \ | |/
| * Fixes: - Don't show Mac focus halo in locator and findcon2009-02-231-0/+1
| * Fixes: rename some commands to get something like a 'naming scheme'hjk2009-02-201-2/+2
* | Merge branch '0.9.2-rc1'con2009-02-041-1/+1
|\ \ | |/
| * Fixes: - Copyright datecon2009-02-041-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinemae2009-02-021-2/+0
|\ \ | |/
| * Add a border on top of the find toolbarThorbjørn Lindeijer2009-01-291-2/+0