summaryrefslogtreecommitdiff
path: root/src/plugins/find
Commit message (Collapse)AuthorAgeFilesLines
* Version bump.con2011-02-041-2/+2
|
* It's 2011 now.con2011-01-1226-26/+26
|
* License headers.con2010-12-1725-175/+275
|
* Version bump.con2010-12-021-2/+2
|
* Version bump.con2010-11-021-2/+2
|
* Fixed find scopemae2010-10-181-2/+2
| | | | | There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
* version bump: 2.0.92 -> 2.0.93hjk2010-10-081-2/+2
|
* version bump: 2.0.91 -> 2.0.92v2.1.0-betahjk2010-10-071-2/+2
|
* version bump 2.0.90 -> 2.0.91hjk2010-09-271-2/+2
|
* UI text - Fix capitalizationLeena Miettinen2010-09-201-1/+1
|
* find: fix taborderhjk2010-09-161-0/+6
|
* Further header cleanup.Friedemann Kleint2010-09-162-58/+88
| | | | | | Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
* coreplugin: use Core::Id is some placeshjk2010-09-103-5/+8
|
* Search Dialog: Make canceling possibledt2010-09-024-20/+38
| | | | Task-Nr: QTCREATORBUG-2243
* Find Dialog: Update en/disabled state on finishing searchingdt2010-09-022-14/+21
| | | | Makes QTCREATORBUG-2243 easier to do.
* replace version 2.1.80 by 2.0.90hjk2010-08-301-2/+2
|
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-2/+2
| | | | | * Fix all warnings about non-explicit constructors except for those in 3rdparty code.
* Refactor block selectionmae2010-08-052-29/+32
| | | | | | | | | | | | | | Block selection was "broken" when using tabs, or rather incomplete: It treated tabs as normal characters, which has shown to be unexpected by people using tabs in code. The new implementation has a vastly improved find scope as well. In addition, creating a blog selection with mouse or keyboard feels a lot more solid now, as the actual selection is detached from possible valid cursor positions. Task-number: QTCREATORBUG-1541
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-4/+4
| | | | | | | | | | | Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
* Fix check boxes in search result window.con2010-07-296-42/+101
| | | | | Use the right painting methods to make it look good, and also make (de-)selecting all subitems of a node possible.
* Re-enable expanding on double-click in search results pane.con2010-07-263-2/+7
| | | | | For some items with Symbols Search this will now both expand and jump to the result.
* Compile fix.kh12010-07-232-5/+5
| | | | Reviewed-by: con
* C++ symbols find filter for advanced find.con2010-07-2312-407/+407
| | | | | | | | Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
* Make "Use regular expressions" a general option for find filters.con2010-07-156-29/+88
| | | | This was the main goal of the new generalized Find::FindFlags
* Use the Find::FindFlags also for the search dialog.con2010-07-154-20/+23
|
* Move find flags from IFindSupport to more accessible place.con2010-07-1510-123/+133
| | | | For later use in IFindFilter.
* Add "Advanced..." button to find tool bar that opens the search dialog.con2010-07-144-1/+16
| | | | | | | | We had multiple cases where people were assuming that you can't do project wide search/replace, because they tried Ctrl+f and that is only single file. Reviewed-by: Thorbjørn Lindeijer
* Add replace action. Replace the icons for replace with text-only.con2010-07-1410-8/+80
| | | | | | | | Also show "Replace", "Replace & Find" and "Replace All" in the tool bar, i.e. don't show the "Replace & Find Previous" in the tool bar to avoid it getting crowded. Reviewed-by: Thorbjørn Lindeijer
* Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.con2010-07-132-2/+3
| | | | | | | If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
* Add documentation for the IFindFilter and search result window.con2010-07-123-1/+402
|
* Add a instance() method to the search result window singleton.con2010-07-122-0/+10
|
* One method name slipped the naming convention displayName.con2010-07-123-3/+3
|
* Merge remote branch 'origin/2.0'con2010-07-062-0/+16
|\ | | | | | | | | | | | | Conflicts: share/qtcreator/gdbmacros/dumper.py src/libs/qmljs/qmljs-lib.pri src/plugins/fakevim/fakevimhandler.cpp
| * Let search dialog open the completion box at cursor down.con2010-07-062-0/+16
| | | | | | | | | | | | Similar to what we do in the find tool bar. Task-number: QTCREATORBUG-1543
| * Version update to match the planned version naming.con2010-06-111-2/+2
| |
| * Version bump.con2010-06-071-2/+2
| |
* | Refactor fancy line edit to optionally have two buttons.con2010-07-012-14/+22
| | | | | | | | | | | | | | | | Also unify some method naming. Use the new feature to add clear buttons to the Locator, and the find tool bar. Task-number: QTCREATORBUG-705
* | Make it possible to assign shortcut to "Expand All".con2010-06-291-10/+21
| | | | | | | | Task-number: QTCREATORBUG-1438
* | Make search panel searchable.con2010-06-295-29/+202
| | | | | | | | Task-number: QTCREATORBUG-1438
* | Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-282-3/+3
| |
* | Change a QString concatenation.Alessandro Portale2010-06-251-4/+5
| | | | | | | | | | So that QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION may have an effect.
* | Use QLatin1String and QLatin1CharAlessandro Portale2010-06-254-6/+6
| |
* | Compile fixes for MSVCRobert Loehning2010-06-252-2/+2
| |
* | core: use a class derived from QList<int> instead of a QList<int> for ↵hjk2010-06-252-6/+6
| | | | | | | | | | | | | | | | Core::Context A mostly mechanical change. Reviewed-By: con
* | Add multiple search results to the tree at once.con2010-06-256-34/+62
| | | | | | | | Task-number: QTCREATORBUG-1690
* | s/name/displayName/ in ioutputpaneTobias Hunger2010-06-162-2/+2
| | | | | | | | Reviewed-by: dt
* | Version update to match the planned version naming.con2010-06-111-2/+2
| |
* | Fixes: Multi-file regexp replace didn't replace placeholders e.g. \1con2010-06-111-36/+3
| |
* | Merge remote branch 'origin/2.0'Oswald Buddenhagen2010-05-281-4/+10
|\ \ | |/
| * Fixed vertical alignment of line numbers in search results on MacThorbjørn Lindeijer2010-05-271-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to different text positioning logic between the QItemDelegate and the way SearchResultTreeItemDelegate drew the line numbers, the line numbers did not align properly to the line of text next to it. This was fixed by relying on QItemDelegate::drawDisplay for drawing the line numbers, so that the same positioning logic is used. This exposed a small right-alignment bug in QTextLayout, for which a fix is coming to Qt. Done-with: Erik Verbruggen