Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean tab previews, not showing on loading | Andrea Diamantini | 2010-04-17 | 1 | -1/+4 |
| | | | | | removed a duplicated method and save one QPixmap in WebSnap class | ||||
* | 3 pixels preview's dilemma | Andrea Diamantini | 2010-04-01 | 1 | -1/+1 |
| | | | | | | Johannes Zellner's patch. Thanks :) CCMAIL:johannes.zellner@nokia.com | ||||
* | First bunch of fixes for the NewTabPage + WebSnap chain. | Andrea Diamantini | 2010-03-16 | 1 | -1/+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 | ||||
* | Close the tab preview when the tab is clicked | Yoann Laissus | 2010-03-15 | 1 | -0/+9 |
| | |||||
* | Close the tab preview when the close button is clicked | Yoann Laissus | 2010-03-11 | 1 | -0/+14 |
| | |||||
* | Ok, things seem working well now. | Andrea Diamantini | 2010-03-05 | 1 | -7/+5 |
| | | | | Anyway, it needs some days of testing.. | ||||
* | Bug about page viewportsize seems fixed here, creating a copy of the | Andrea Diamantini | 2010-03-05 | 1 | -2/+5 |
| | | | | | page fro the tab preview. Some days of testing needed.. | ||||
* | New (embrional) unit tests: mainview, tabbar, webtab, webpage | Andrea Diamantini | 2010-02-27 | 1 | -2/+2 |
| | |||||
* | This simple commit is inspired from mr #97 | Andrea Diamantini | 2010-02-26 | 1 | -0/+16 |
| | | | | | It actually hides the addTab button when moving the bars letting it reappear on the release event.. :) | ||||
* | fix tab preview position | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Fix tab preview. | Andrea Diamantini | 2010-02-08 | 1 | -0/+1 |
| | | | | WeakPointer misconcept | ||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -16/+13 |
| | |||||
* | Fix bug 219752 | Andrea Diamantini | 2010-02-02 | 1 | -1/+1 |
| | | | | | | | Johannes Zellner patch. Thanks :) BUG: 219752 | ||||
* | Fix crashes (and hopefully bug 212219) | Andrea Diamantini | 2010-02-01 | 1 | -2/+2 |
| | | | | Thanks to Thomas Gahr for the fix | ||||
* | detach tab action | Andrea Diamantini | 2009-12-16 | 1 | -0/+7 |
| | |||||
* | factor out WebTab class from WebView | Bernhard Beschow | 2009-12-14 | 1 | -3/+3 |
| | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?) | ||||
* | Last structure change, promised! | Andrea Diamantini | 2009-11-27 | 1 | -0/+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. | ||||
* | Saving 4 bytes per tab :) | Andrea Diamantini | 2009-11-23 | 1 | -8/+12 |
| | |||||
* | removing unuseful kDebug calls | Andrea Diamantini | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | (BIG commit) API change | Andrea Diamantini | 2009-11-10 | 1 | -4/+4 |
| | | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions) | ||||
* | source fixes | Andrea Diamantini | 2009-11-02 | 1 | -8/+7 |
| | |||||
* | Fixing tabbar crash on close | Andrea Diamantini | 2009-10-29 | 1 | -0/+4 |
| | | | | BUG: 212219 | ||||
* | Fixing hide/show tab bar and flickering new tabs. | Andrea Diamantini | 2009-10-29 | 1 | -56/+2 |
| | | | | | That happened because of the code moving from mainview to tabbar (my fault) (tabbar cannot draw and be drawn..) | ||||
* | Changed tabbar signals to the KDE ones. | Andrea Diamantini | 2009-10-27 | 1 | -29/+35 |
| | | | | | | Implemented 2 slots to manage the menus and the actions. the "close tab" action is yet waiting for fix. | ||||
* | Merge commit 'refs/merge-requests/1882' of ↵ | Andrea Diamantini | 2009-10-27 | 1 | -3/+5 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into mr1882 | ||||
| * | fix tab preview size | lionelc | 2009-10-22 | 1 | -3/+5 |
| | | |||||
* | | Ronny's close tab solution was better :) | Andrea Diamantini | 2009-10-25 | 1 | -4/+0 |
| | | |||||
* | | Just close tab on middle mouse click | Andrea Diamantini | 2009-10-25 | 1 | -0/+13 |
|/ | |||||
* | little fix again.. | Andrea Diamantini | 2009-10-14 | 1 | -1/+0 |
| | |||||
* | Another fix for the new tab button... | Andrea Diamantini | 2009-10-14 | 1 | -48/+34 |
| | | | | I'm starting hating it!! | ||||
* | Actions reorganization. Now we can configure all them :) | Andrea Diamantini | 2009-10-13 | 1 | -5/+5 |
| | |||||
* | option for "Always show tab previews" | lionelc | 2009-10-09 | 1 | -25/+32 |
| | |||||
* | HUGE COMMIT | Andrea Diamantini | 2009-10-09 | 1 | -6/+118 |
| | | | | | | | | | | | | | | | | | 1) moved lionel preview implementation to tabbar class. This to simplify MainView management AND to use TabBar::tabSizeHint(). Now previews are of the same width of the tab :) 2) cleaned a bit TabBar code 3) fixed scrollButton bug, via a "rude" HACK: an hidden toolbutton shown when tabs are more than.. a number! 4) Changed tabbar::tabsizehint implementation using 2 stupid constants: BASE_WIDTH_DIVISOR and MIN_WIDTH_DIVISOR. Just play with them to modify tab dimension and resize quite all :) Good night, guys! | ||||
* | - Some things in the right position | Andrea Diamantini | 2009-10-09 | 1 | -1/+5 |
| | | | | - some comments gone, some added | ||||
* | Krazy check issues fixes.. | Andrea Diamantini | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Fixing foreach macros.. | Andrea Diamantini | 2009-09-22 | 1 | -7/+6 |
| | |||||
* | Fixed problem with the add tab button of tab bar | Shaneeb Kamran | 2009-09-21 | 1 | -1/+12 |
| | |||||
* | New tab button code improvements. | Andrea Diamantini | 2009-08-27 | 1 | -2/+36 |
| | | | | Patch from Johannes Zellner (thanks) | ||||
* | Removed unuseful headers | Andrea Diamantini | 2009-08-27 | 1 | -1/+0 |
| | |||||
* | standard tab font size | Lionel Chauvin | 2009-08-08 | 1 | -6/+0 |
| | |||||
* | Fixing Licensing issue | Andrea Diamantini | 2009-08-05 | 1 | -7/+15 |
| | |||||
* | Fix Include | Andrea Diamantini | 2009-08-05 | 1 | -2/+0 |
| | | | | Imported commit from KDE svn. Thanks to mlaurent for this.. | ||||
* | Fixing coding style | Andrea Diamantini | 2009-08-02 | 1 | -6/+15 |
| | |||||
* | Dynamic tab bar | megabigbug | 2009-08-01 | 1 | -2/+14 |
| | |||||
* | Removed the borders (side and mottom) of the tab widget | Ivan Čukić | 2009-07-22 | 1 | -0/+1 |
| | |||||
* | New Tab tool button | Andrea Diamantini | 2009-06-19 | 1 | -18/+1 |
| | |||||
* | Fixing GPL3 header files | Andrea Diamantini | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | EBN Krazy issues. 3rd round... First chech finished! | Andrea Diamantini | 2009-05-07 | 1 | -1/+3 |
| | |||||
* | Importing recode (rekonq code). | adjam | 2009-05-03 | 1 | -0/+145 |
I'm sorry I coudn't perform this with gitsvn or tailor.. but I cannot lose all the evening just for this. And I need to sleep now.. git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963146 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |