summaryrefslogtreecommitdiff
path: root/src/zoombar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix zoombar handlingAndrea Diamantini2011-11-141-0/+1
|
* clean upAndrea Diamantini2011-07-251-3/+3
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-10/+10
|
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-9/+0
|
* Coding styleAndrea Diamantini2011-02-251-6/+6
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-4/+4
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* This is a simpler version of the zoom save settings patch.Andrea Diamantini2011-02-011-15/+27
| | | | | | | It allows saving zoom settings for each website (saving settings per host) and loads them on loadFinished. Needs testing.
* merge first Google Code-In submission:Panagiotis Papadopoulos2010-12-081-2/+7
| | | | | | | add the percentage of the website’s zoom to the zoombar http://www.google-melange.com/gci/task/show/google/gci2010/kde/t129157984557 slightly changed the attached patch, (e.g. percentage -> m_percentage) as noted on the mailinglist
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-4/+7
|
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-1/+2
|
* Fixed focus regression.Andrea Diamantini2010-08-141-8/+9
| | | | | | 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
* remove superfluous spacePanagiotis Papadopoulos2010-08-111-1/+1
|
* Fix commentsYoann Laissus2010-08-101-1/+2
|
* - Checkable action for the zoom and find barsYoann Laissus2010-08-101-1/+14
|
* - Fix Ctrl + wheel shortcutYoann Laissus2010-08-101-4/+6
| | | | | - Fix zoomUp at the end of the bar - add a stretch on the right
* remove useless #includeslionelc2010-08-091-3/+0
|
* add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵lionelc2010-08-091-0/+168
button menu