Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 1 | -4/+5 |
| | | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354 | ||||
* | Add toggle ability to bk folder in bk page | Andrea Diamantini | 2013-03-09 | 1 | -6/+18 |
| | | | | BUG: 270191 | ||||
* | Closed Tabs page return, first bits | Andrea Diamantini | 2013-02-17 | 1 | -105/+64 |
| | | | | | Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved... | ||||
* | History page, added ability to remove items from | Andrea Diamantini | 2013-01-22 | 1 | -12/+30 |
| | |||||
* | Fix (stupid) crash while adding favorites via the "+" button | Andrea Diamantini | 2012-12-31 | 1 | -1/+1 |
| | | | | | | My fault, sorry... BUG: 312081 | ||||
* | - Code style check (codestyle script round) | Andrea Diamantini | 2012-12-12 | 1 | -23/+23 |
| | | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me | ||||
* | Let "Removed" string translatable | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | rekonq new tab page restored :) | Andrea Diamantini | 2012-12-10 | 1 | -0/+1092 |
| | |||||
* | removed unuseful rekonqpage dir | Andrea Diamantini | 2010-03-19 | 1 | -443/+0 |
| | | | | (we are using just a class for it) | ||||
* | First bunch of fixes for the NewTabPage + WebSnap chain. | Andrea Diamantini | 2010-03-16 | 1 | -4/+1 |
| | | | | | | | | | It seems clear (to me) that they leaks memory, so they urgently need fixes. And a complete redesign. This is just a first (the easiest) part of it: - Removed some unuseful methods, - Added some documentation for the WebSnap class - Cleaned code, in general | ||||
* | kWarning --> kDebug | Andrea Diamantini | 2010-03-06 | 1 | -6/+9 |
| | |||||
* | Cleaning websnaps code.. | Andrea Diamantini | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | change setHtml( string ) to setHtml( string, url ) to let webviews | Andrea Diamantini | 2010-02-19 | 1 | -1/+1 |
| | | | | return an url on webview->url() calls | ||||
* | Working around about: protocol.. | Andrea Diamantini | 2010-02-18 | 1 | -11/+1 |
| | | | | | - honor rekonq settings on about:home page - loads about:blank :) pages | ||||
* | Improve newtabpage css: | matgic78 | 2010-02-10 | 1 | -3/+3 |
| | | | | | | -previews are centered -favorites fit in 1280*800 -removed unuseful lines | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -1/+2 |
| | |||||
* | HUGE CHANGE on Preview Page Choosing | Andrea Diamantini | 2010-02-09 | 1 | -2/+2 |
| | | | | | | | | | | | The idea here is to free rekonq from unuseful weight while browsing and better maintain code. - Moved PreviewSelectorBar to be one of the WebTab bar - (this way position moved to up rather then down) - creation on use && deletion on close (SAVE MEMORY) - free others page for browsing - fix copyright - CLEAN API (is private/public a misconception?) && comments | ||||
* | Fix NewTabPage API && comments | Andrea Diamantini | 2010-02-09 | 1 | -0/+4 |
| | |||||
* | Fix loading previews : when load finished, result wasn't shown | matgic78 | 2010-02-06 | 1 | -13/+34 |
| | |||||
* | Do not try to load homepage if url is not valid | matgic78 | 2010-02-06 | 1 | -0/+8 |
| | |||||
* | Add tooltips to buttons | matgic78 | 2010-02-06 | 1 | -0/+2 |
| | |||||
* | bugfixing... | matgic78 | 2010-02-06 | 1 | -51/+5 |
| | |||||
* | A new approach for choosing previews : a bar appears, then you browse to the ↵ | matgic78 | 2010-02-06 | 1 | -13/+23 |
| | | | | page you want to preview, and then you click a button | ||||
* | fix bug : closed Tabs replaced favorites when loaded | matgic78 | 2010-02-06 | 1 | -1/+8 |
| | |||||
* | little changes | matgic78 | 2010-02-06 | 1 | -1/+3 |
| | |||||
* | First expermimental implementation of a new way of choosing a preview | matgic78 | 2010-02-06 | 1 | -12/+45 |
| | |||||
* | Various changes: | matgic78 | 2010-02-06 | 1 | -26/+58 |
| | | | | | | | - improve appearance of empty/loading previews - port closedTabs to new system - remove PreviewImage files TODO : dialog to choose preview | ||||
* | Re-implemented previews in homepage without using plugins. Not finished yet : | matgic78 | 2010-02-06 | 1 | -28/+127 |
| | | | | | | | | | | | | Little things that change: -nice buttons appearing on hover -transitions on hover TODO: -when a preview is empty or when loading, it is very ugly -for now there's no way to choose the page you want to preview -port "closed Tabs" to this new architecture -totally remove PreviewImage classes -eventually, specific contextmenu for previews | ||||
* | First form of protocol handling | Andrea Diamantini | 2009-12-16 | 1 | -2/+2 |
| | |||||
* | Rewrite NewTabPage to use QWebElement for page generation | matgic78 | 2009-12-09 | 1 | -111/+106 |
| | |||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | cleaning home :) | Andrea Diamantini | 2009-11-13 | 1 | -0/+285 |
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better |