summaryrefslogtreecommitdiff
path: root/src/zoombar.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* This is a simpler version of the zoom save settings patch.Andrea Diamantini2011-02-011-8/+11
| | | | | | | 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-0/+2
| | | | | | | 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 clean-up in the big src directoryJon Ander Peñalba2010-09-031-7/+5
|
* Fixed focus regression.Andrea Diamantini2010-08-141-3/+2
| | | | | | 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/+7
|
* remove useless #includeslionelc2010-08-091-4/+0
|
* add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵lionelc2010-08-091-0/+75
button menu