summaryrefslogtreecommitdiff
path: root/src/useragent/useragentinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Let private popus open in private modeAndrea Diamantini2013-06-121-0/+1
| | | | BUG: 320218
* Restored User Agent Manager and cleaned upAndrea Diamantini2012-12-101-0/+202
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-202/+0
| | | | Preparing repo to merge rekonq2 code...
* Translation fixAndrea Diamantini2012-02-061-5/+3
|
* refactor UA menu to let it be in the same shape as KonquerorAndrea Diamantini2011-11-261-12/+7
| | | | | | REVIEW: 103230 REVIEWED-BY: fritz_van_tom
* EBN Krazy fixesAndrea Diamantini2011-10-141-2/+2
| | | | It seems now we are really ready for the stable release...
* Fix UAs descriptionAndrea Diamantini2011-10-031-4/+13
| | | | | | | | | | This patch from Andrea Di Menna fixes UA description visualization in the UI. I changed it in two lines: fixed an empty string call using QL1S and removed i18n as we are in string freeze. Will need proper string translation after 0.8 stable release. REVIEW:102712
* clean upAndrea Diamantini2011-07-251-13/+13
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-12/+12
|
* Prevents rekonq from crash if an UA service cannot be found.Andrea Diamantini2011-02-281-8/+20
| | | | | | | This fix needs IMHO an extra informational string that will be postponed to after 0.7 stable release. BUG:266997
* Coding styleAndrea Diamantini2011-02-251-36/+36
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* User Agent Switcher.Andrea Diamantini2011-02-011-0/+188
This patch should implement the UA switcher ability for rekonq. This is a first implementation, but it seems working quite well. It is based on KDE UA management and should be fully compatible with konqueror's one i.e. it should be possible using alternatively rekonq and konqueror sharing the same setting. Anyway, this is a different implementation from the konqueror's one. Simpler and based on the idea of a future moving to a plugin.