summaryrefslogtreecommitdiff
path: root/src/useragent
Commit message (Collapse)AuthorAgeFilesLines
* Let private popus open in private modeAndrea Diamantini2013-06-121-0/+1
| | | | BUG: 320218
* Krazy Fixes, first shotAndrea Diamantini2012-12-282-2/+2
|
* Restored User Agent Manager and cleaned upAndrea Diamantini2012-12-107-0/+766
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-107-742/+0
| | | | Preparing repo to merge rekonq2 code...
* Fix sneaky crash of user agent menuAndrea Diamantini2012-07-272-8/+11
| | | | BUG: 303862
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-0/+2
|
* Translation fixAndrea Diamantini2012-02-064-8/+6
|
* refactor UA menu to let it be in the same shape as KonquerorAndrea Diamantini2011-11-264-28/+73
| | | | | | REVIEW: 103230 REVIEWED-BY: fritz_van_tom
* clean up UserAgentManager codeAndrea Diamantini2011-11-262-36/+29
| | | | | | | | | | This way we got the following gains: - UA Manager is NOT loaded until it is really used - rekonq other code does know ANYTHING about UA Manager (but the app instance) To let this really shine, we should link this directly to the webtab. Another point for moving tabs up :)
* Moving UA management code to a new UserAgentManagerAndrea Diamantini2011-11-262-0/+194
|
* 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-252-15/+15
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-5/+0
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-173-18/+18
|
* Prevents rekonq from crash if an UA service cannot be found.Andrea Diamantini2011-02-282-8/+22
| | | | | | | This fix needs IMHO an extra informational string that will be postponed to after 0.7 stable release. BUG:266997
* Coding styleAndrea Diamantini2011-02-253-56/+56
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-244-4/+4
|
* fixuifilesPino Toscano2011-02-031-3/+0
|
* User Agent Switcher.Andrea Diamantini2011-02-015-0/+492
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.