Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests support for every Qt derived rekonq class | Andrea Diamantini | 2010-02-26 | 2 | -2/+6 |
| | |||||
* | Working around about: protocol.. | Andrea Diamantini | 2010-02-18 | 1 | -2/+3 |
| | | | | | - honor rekonq settings on about:home page - loads about:blank :) pages | ||||
* | Fixes focus && let Protocol handler to just load on demand | Andrea Diamantini | 2010-02-16 | 1 | -7/+7 |
| | | | | the KDirLister class (and delete on finish) | ||||
* | this fix urlbar behaviour, removing focus from there and enabling | Andrea Diamantini | 2010-02-14 | 1 | -0/+4 |
| | | | | loading animation. Temporary fix?? | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 4 | -8/+8 |
| | |||||
* | Last bugs : layout fixes and empty urlbar when going back to homepage | matgic78 | 2010-02-06 | 1 | -1/+0 |
| | |||||
* | This should fix last wrong encoded urls | Andrea Diamantini | 2010-02-02 | 1 | -22/+31 |
| | |||||
* | Moved url storing operation (add to history) in the loadUrl function, | Andrea Diamantini | 2009-12-14 | 1 | -8/+5 |
| | | | | | after uri filters. This way we stored everytime the "real" url we load :) | ||||
* | xss attach prevention. | Andrea Diamantini | 2009-12-08 | 2 | -20/+17 |
| | | | | | | | | | | | I have to say, BRUTE prevention :) Hope this works. Also some fixes in Urlbar class to ensure that a KUrl is a KUrl and a QString is a QString. Removed the annoying "restore url on focus out" feature. No other browsers have it and I really cannot understand gain | ||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 4 | -0/+565 |
Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether. |