summaryrefslogtreecommitdiff
path: root/src/findbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-6/+0
| | | | to speed up a bit
* Memory leaks fixesAndrea Diamantini2010-05-041-0/+4
| | | | first bunch
* A coding style roundAndrea Diamantini2010-04-301-10/+10
|
* Remove trailing spaceYoann Laissus2010-04-091-1/+1
|
* Focus again the line edit of the find bar when Ctrl + F is pressed and the ↵Yoann Laissus2010-04-081-8/+7
| | | | | | find bar is already shown. Fix bug 233706
* Fix capitalisation of "Highlight All"Yoann Laissus2010-03-151-1/+1
|
* Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-151-6/+20
|
* Fix compile :/Andrea Diamantini2010-03-031-1/+1
|
* * Added continue search by <Enter> key (similar to Firefox, enter theDarjus Loktevic2010-03-021-0/+1
| | | | | | | | | | search term and press <Enter> for next result). * Removed focusNextPrevChild if the search fails as it does not seem to make sense. It's the same as you would press <Tab> to focus the next item on the page. Why "Search" should do that? Some context: found that when searching some websites, when the match is not found, the page would suddenly scroll to some location and focus a link or search edit. Hope this makes sense.
* Changing Findbar parentAndrea Diamantini2010-02-281-7/+12
|
* Clean and optimize the findBar code.Yoann Laissus2010-02-211-29/+7
| | | | | Use the searchString signal. Fix the selection of the lineEdit text when the findBar is reopen.
* Get rid of the selection of the next found expression when the checkbox ↵Yoann Laissus2010-02-191-1/+1
| | | | matchCase is toggled
* The text is now instantly checked when the checkbox match case is toggledYoann Laissus2010-02-191-2/+3
| | | | Fix the selected text when the findBar is closed and open
* Workaround the bug of qtwebkit in the function findText(). An empty string ↵Yoann Laissus2010-02-191-0/+6
| | | | doesn't clear the selection.
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* FIx focus on browsing (FIRST STEP) and on findbar hidingAndrea Diamantini2010-02-061-6/+9
|
* Hide findBar after one minutemegabigbug2009-12-061-3/+9
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-3/+3
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* Removed an unnecessary white spacePanagiotis Papadopoulos2009-09-301-1/+1
|
* Removed MenuBar. First steps..Andrea Diamantini2009-08-221-2/+2
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-6/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-1/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Fixing codestyle and changing a bit red colorAndrea Diamantini2009-07-251-8/+10
|
* Remove notification for search textmegabigbug2009-07-251-0/+24
| | | | Notify matching by changing the background color of the text field
* Fixing findbar focus on find request.Andrea Diamantini2009-07-231-4/+4
| | | | | Also hiding it with ESC key when it has no focus. Courtesy patch from Johannes Zellner. Many Thanks!
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Using my own FindBar, for now..Andrea Diamantini2009-05-281-5/+6
|
* Fixing forgotten merging issues..adjam2009-05-061-0/+1
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964617 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing conflicts merging masteradjam2009-05-061-1/+6
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * EBN Krazy fixes. 1st round..Andrea Diamantini2009-05-061-2/+7
| |
| * astyleAndrea Diamantini2009-04-291-1/+1
| |
| * Including moc files && lineedit class Q_OBJECT fixAndrea Diamantini2009-04-261-1/+0
| |
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * Refactoring find bar following (a bit) Pawel suggestions..Andrea Diamantini2009-04-091-11/+23
| | | | | | | | Applied match Case search
| * astyle. First round..Andrea Diamantini2009-03-281-16/+16
| |
| * Fixed Copyright introAndrea Diamantini2009-03-221-17/+18
| |
| * Definitely fixed FindBar (orat least, I hope so)Andrea Diamantini2009-01-291-1/+0
| | | | | | | | Add some comments
| * Fixed Find bar use.Andrea Diamantini2009-01-291-2/+2
| |
| * We now have the FINAL search bar!! Yeah!!!Andrea Diamantini2009-01-271-20/+34
| |
| * Partially ported rekonq to KConfigXT technology..Andrea Diamantini2009-01-181-1/+1
| | | | | | | | Perhaps ~50%..going on!!
| * Created mainview!Andrea Diamantini2009-01-081-1/+5
| | | | | | | | Other minor adjs..
| * Final adjs for 0.0.2Andrea Diamantini2008-12-301-1/+1
| |
| * Fixed FindBar crash && refactored to look like kate searchbarAndrea Diamantini2008-12-301-4/+11
| |
| * little updates..Andrea Diamantini2008-12-211-3/+2
| |
| * adjusted rekonq nameAndrea Diamantini2008-12-141-1/+1
| | | | | | | | | | commented out (hopefully, for now) resizeEvents and focusInEvents in urlbar & searchbar
| * Fixed Window IconAndrea Diamantini2008-12-061-1/+1
| |
| * more KDE-like menubar(s)..Andrea Diamantini2008-12-061-1/+1
| |
| * - Ported historyMenu to KActionAndrea Diamantini2008-11-301-43/+35
| | | | | | | | | | - some adjs on urlbar - added TODO file to remember things
| * Various adjustments. Nothing really important.Various adjustments. Nothing ↵Andrea Diamantini2008-11-281-9/+9
| | | | | | | | really important...
| * New findbar implementation. Now it will be shown with CTRL+F, but NOTAndrea Diamantini2008-11-281-32/+16
| | | | | | | | | | hidden with ESC button. Also doesn't search