summaryrefslogtreecommitdiff
path: root/src/findbar.h
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-74/+0
| | | | Preparing repo to merge rekonq2 code...
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-1/+1
|
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-5/+6
|
* Use Q_SIGNALS instead of signals :)Yoann Laissus2010-09-021-1/+1
|
* - Follow pano's suggestion : Shift + Enter -> findPrevious()Yoann Laissus2010-09-021-1/+3
| | | | | | - Don't call findNext() if Ctrl + F is pressed with an existing selection - Correctly update highlights with the timer - A little cleanup
* Use the selected text as the default search string of the FindBarBenjamin Poulain2010-08-221-2/+3
| | | | | | | The common behavior of the Find action is to start a search with the current selected text if any. This patch implement this behavior for Rekonq.
* Change the Find action to show() instead of toggle()Benjamin Poulain2010-08-221-3/+0
| | | | | | | The find actions generally show a find bar, and is not a toggle action. A general pattern of use is to press "/" or Ctrl+F to show the find bar with the currently selected text, and press escape to hide the bar.
* Make the FindBar a bit more robustBenjamin Poulain2010-08-221-2/+2
| | | | | | | | The FindBar was slots show() and hide() instead of the virtual method QWidget::setVisible(). This can lead to subtle bugs, because the behavior is different depending on the type of call (signal-slot connection VS direct call on a pointer to QWidget) and the function called (hide() is != than setVisible(false)).
* Fixed focus regression.Andrea Diamantini2010-08-141-3/+0
| | | | | | As show slot calls setVisible(true) in QWidget code, we cannot override show() AND setVisible(bool). The best thing is IMHO inheriting show() && hide() slots
* - Checkable action for the zoom and find barsYoann Laissus2010-08-101-0/+5
|
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-1/+1
| | | | to speed up a bit
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-2/+2
|
* Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-151-1/+3
|
* Changing Findbar parentAndrea Diamantini2010-02-281-2/+1
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+4
|
* Clean and optimize the findBar code.Yoann Laissus2010-02-211-7/+1
| | | | | Use the searchString signal. Fix the selection of the lineEdit text when the findBar is reopen.
* 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-1/+1
|
* Hide findBar after one minutemegabigbug2009-12-061-0/+1
|
* Removed MenuBar. First steps..Andrea Diamantini2009-08-221-3/+2
|
* Fixing Licensing issueAndrea Diamantini2009-08-051-7/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-1/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Remove notification for search textmegabigbug2009-07-251-0/+2
| | | | Notify matching by changing the background color of the text field
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Using my own FindBar, for now..Andrea Diamantini2009-05-281-1/+1
|
* Fixing conflicts merging masteradjam2009-05-061-4/+10
|\ | | | | | | 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-3/+9
| |
| * 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-2/+10
| | | | | | | | Applied match Case search
| * astyle. First round..Andrea Diamantini2009-03-281-1/+1
| |
| * Fixed Copyright introAndrea Diamantini2009-03-221-17/+19
| |
| * We now have the FINAL search bar!! Yeah!!!Andrea Diamantini2009-01-271-3/+2
| |
| * Created mainview!Andrea Diamantini2009-01-081-1/+1
| | | | | | | | Other minor adjs..
| * Fixed FindBar crash && refactored to look like kate searchbarAndrea Diamantini2008-12-301-2/+2
| |
| * adjusted rekonq nameAndrea Diamantini2008-12-141-1/+1
| | | | | | | | | | commented out (hopefully, for now) resizeEvents and focusInEvents in urlbar & searchbar
| * more KDE-like menubar(s)..Andrea Diamantini2008-12-061-2/+2
| |
| * - Ported historyMenu to KActionAndrea Diamantini2008-11-301-7/+9
| | | | | | | | | | - some adjs on urlbar - added TODO file to remember things
| * Various adjustments. Nothing really important.Various adjustments. Nothing ↵Andrea Diamantini2008-11-281-3/+0
| | | | | | | | really important...
| * New findbar implementation. Now it will be shown with CTRL+F, but NOTAndrea Diamantini2008-11-281-4/+4
| | | | | | | | | | hidden with ESC button. Also doesn't search
| * searchbar --> findbarAndrea Diamantini2008-11-141-0/+53
| | | | | Yes, I know it's a search bar and finding is not granted. But I need to distingue between this and the "other" searchbar..
* Importing recode (rekonq code).adjam2009-05-031-0/+61
I'm sorry I coudn't perform this with gitsvn or tailor.. but I cannot lose all the evening just for this. And I need to sleep now.. git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da