summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* BrowserMainWindow --> MainWindowAndrea Diamantini2008-12-271-1/+1
|
* little updates..Andrea Diamantini2008-12-211-0/+1
|
* - Added kWarning for fixed minimun sizeAndrea Diamantini2008-12-211-0/+2
| | | | | - updated TODO - upgraded .desktop file
* Initial solution for UI resizing..Andrea Diamantini2008-12-161-34/+17
| | | | Now we can release rekonq 0.0.2 and thinking later about the problem..
* adjusted rekonq nameAndrea Diamantini2008-12-141-20/+26
| | | | | commented out (hopefully, for now) resizeEvents and focusInEvents in urlbar & searchbar
* Fixing searchbar dimension && positionAndrea Diamantini2008-12-121-3/+21
|
* nothing importantAndrea Diamantini2008-12-101-1/+3
|
* Added gray "Search.." on searchbarAndrea Diamantini2008-12-091-1/+7
|
* QUrl --> KUrl!Andrea Diamantini2008-12-051-1/+1
|
* Ported search bar. 1st implementation. For Now, just Google Search.Andrea Diamantini2008-11-171-0/+62
|
* searchbar --> findbarAndrea Diamantini2008-11-141-141/+0
| | | | | Yes, I know it's a search bar and finding is not granted. But I need to distingue between this and the "other" searchbar..
* New 1st implementation of text search bar.Andrea Diamantini2008-11-131-405/+69
| | | | It is currently not working. Anyway, good starting point..
* Various improvements on the street from Qt demo browserAndrea Diamantini2008-10-311-0/+477
to KDE reKonq! - CMakeLists.txt working - data dirs - ...