summaryrefslogtreecommitdiff
path: root/src/plugins/quickopen/quickopentoolwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IQuickOpenFilter->ILocatorFilter and QuickOpenToolWindow->LocatorWidgetcon2009-10-161-489/+0
|
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-1/+1
| | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* Enabled tooltips in quickopenDenis Dzyubenko2009-09-221-1/+1
| | | | Reviewed-by: Thorbjorn Lindeijer
* long live the kinghjk2009-08-141-1/+1
|
* Fix Locator's file system filter.con2009-07-141-4/+5
| | | | This always selected the whole filter text when entering a directory.
* Activating Locator when already in the locator window didn't work.con2009-06-221-2/+3
| | | | | For example when you typed Ctrl+l and find that you don't want to use the goto line filter after all.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixes locator's show method in case the filter already has focus.con2009-06-031-6/+9
| | | | | | | Was making the "f" filter unusable, because the popup was hidden when selecting a directory. Reviewed-by: dt <qtc-committer@nokia.com>
* Locator text was no longer selected when using shortcut.con2009-06-031-9/+2
| | | | Reviewed-by: dt <qtc-committer@nokia.com>
* Locator tool window shortcut and menu item doesn't work.con2009-06-031-0/+1
| | | | | | | | After changes in Qt that expose a bug in Qt Creator. We actually tried to set the focus on a widget that doesn't accept focus. Set a focus proxy instead. Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Increase the width of the locator window a bit.con2009-05-131-1/+1
| | | | | Should still be ok on small screens though. Suggested by Christian Hoenig.
* add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-201-2/+2
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: - Don't show Mac focus halo in locator and findcon2009-02-231-0/+1
| | | | Task: - 242931
* Add a border on top of the find toolbarThorbjørn Lindeijer2009-01-291-2/+0
| | | | It was missing.
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵hjk2009-01-201-2/+1
| | | | by Core::ICore::instance()
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Modified IOptionsPage interface for Apply buttonThorbjørn Lindeijer2009-01-131-3/+3
| | | | | | | | | | | The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen.
* Register stop action globallyThorbjørn Lindeijer2009-01-091-1/+1
| | | | | Default shortcut is Ctrl+Shift+R now, but maybe there's something better or more widely accepted. No menu entry yet.
* Fixes: - Retain search term in locator when selecting different filtercon2009-01-061-3/+14
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* Hide the "Available Filters" locatorThorbjørn Lindeijer2008-12-121-2/+2
| | | | Done based on new IQuickOpenFilter property, isHidden.
* rename visible parts of QuickOpen to "Type to locate", "Locate...", and ↵mae2008-12-101-2/+2
| | | | | | "Locator", suggestion and request by the doc team.
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-2/+3
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+484