Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let private popus open in private mode | Andrea Diamantini | 2013-06-12 | 1 | -0/+1 |
| | | | | BUG: 320218 | ||||
* | Krazy Fixes, first shot | Andrea Diamantini | 2012-12-28 | 2 | -2/+2 |
| | |||||
* | Restored User Agent Manager and cleaned up | Andrea Diamantini | 2012-12-10 | 7 | -0/+766 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 7 | -742/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Fix sneaky crash of user agent menu | Andrea Diamantini | 2012-07-27 | 2 | -8/+11 |
| | | | | BUG: 303862 | ||||
* | Clean up headers && fix compilation with (the upcoming) qt 4.8.2 | Andrea Diamantini | 2012-04-20 | 1 | -0/+2 |
| | |||||
* | Translation fix | Andrea Diamantini | 2012-02-06 | 4 | -8/+6 |
| | |||||
* | refactor UA menu to let it be in the same shape as Konqueror | Andrea Diamantini | 2011-11-26 | 4 | -28/+73 |
| | | | | | | REVIEW: 103230 REVIEWED-BY: fritz_van_tom | ||||
* | clean up UserAgentManager code | Andrea Diamantini | 2011-11-26 | 2 | -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 UserAgentManager | Andrea Diamantini | 2011-11-26 | 2 | -0/+194 |
| | |||||
* | EBN Krazy fixes | Andrea Diamantini | 2011-10-14 | 1 | -2/+2 |
| | | | | It seems now we are really ready for the stable release... | ||||
* | Fix UAs description | Andrea Diamantini | 2011-10-03 | 1 | -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 up | Andrea Diamantini | 2011-07-25 | 2 | -15/+15 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -5/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 3 | -18/+18 |
| | |||||
* | Prevents rekonq from crash if an UA service cannot be found. | Andrea Diamantini | 2011-02-28 | 2 | -8/+22 |
| | | | | | | | This fix needs IMHO an extra informational string that will be postponed to after 0.7 stable release. BUG:266997 | ||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 3 | -56/+56 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 4 | -4/+4 |
| | |||||
* | fixuifiles | Pino Toscano | 2011-02-03 | 1 | -3/+0 |
| | |||||
* | User Agent Switcher. | Andrea Diamantini | 2011-02-01 | 5 | -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. |