Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BookmarkWidget: Add an entry to choose a folder with a KBookmarkDialog | Yoann Laissus | 2012-08-16 | 2 | -0/+23 |
| | |||||
* | - Choose the correct MainView in ZoomBar::updateSlider() | Yoann Laissus | 2012-08-16 | 2 | -16/+21 |
| | | | | | | | It fixes issue for the first tab of new windows in case of a "wheel" zoom. - Move the zoom bounding logic from WebView::wheelEvent() to ZoomBar::setValue() It'll avoid Ctrl -/+ to exceed the max value of the slider - Use the round() method instead of my previous hack to compute zoom ratio for wheel events | ||||
* | Make sure to add all MainWindow before a new tab. | Yoann Laissus | 2012-08-16 | 1 | -1/+2 |
| | | | | It fixes some issue for slot which use this list before/during the call of newWebTab (eg: zoomBar) | ||||
* | Choose a better name for the tabWidth in TabBar::showTabPreview() | Yoann Laissus | 2012-08-14 | 1 | -5/+5 |
| | |||||
* | Center the tab preview popup if the tab width is bigger or smaller | Yoann Laissus | 2012-08-14 | 1 | -1/+5 |
| | |||||
* | Use a default size for tab preview. | Yoann Laissus | 2012-08-14 | 2 | -5/+22 |
| | | | | It will fix disproportionate previews caused by very high ratio. | ||||
* | Fix the tab preview ratio. We want the web page ratio, not the window ratio. | Yoann Laissus | 2012-08-14 | 2 | -2/+5 |
| | |||||
* | * Split updateTabBar() into two separate methods | Yoann Laissus | 2012-08-14 | 5 | -33/+27 |
| | | | | | | | | | | | | | - updateTabBarVisibility(): used to react only on "alwaysShowTabBar" settings - updateAddTabButton(): used to react only on tabbar changes * Improve handling of the add tab button. updateAddTabButton() is now called on any tab layout changed instead of being called in any function which manipulate tabs. * Use a tab height computed with KTabBar instead of the add tab button height with a magical number. It fixes some issues with the Bespin theme. BUG: 304325 | ||||
* | Get sure rekonq makes use of djvu plugin | Andrea Diamantini | 2012-08-14 | 2 | -2/+14 |
| | | | | | | | | | | Also, clean up mimetype detection, following kdewebkit. I tried implementing this using the protected excludeMimeType in kwebpluginfactory, but I fear it has to be declared virtual to let the trick work. Isn't it? BUG: 304562 CCMAIL: adawit@kde.org | ||||
* | Get sure web shortcuts are considered first url detection | Andrea Diamantini | 2012-08-14 | 2 | -1/+6 |
| | | | | BUG: 304994 | ||||
* | BookmarkWidget: | Yoann Laissus | 2012-08-10 | 1 | -10/+10 |
| | | | | | - Don't display an empty entry if the bookmark is in the root folder - Improve the code to choose the current index | ||||
* | Add an icon for the toolbar root entry in the BookmarkWidget | Yoann Laissus | 2012-08-10 | 1 | -3/+5 |
| | | | | Don't duplicate the toolbar root entry in some cases | ||||
* | BookmarkWidget: Clean up setupFolderComboBox() | Yoann Laissus | 2012-08-10 | 1 | -8/+9 |
| | |||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-08-06 | 1 | -0/+1 |
| | |||||
* | Correctly handle session restore | Andrea Diamantini | 2012-07-31 | 1 | -75/+78 |
| | | | | | | | | | | The problem here is that the app is considered "session restored" for all its life cycle. Checking it just when launched without arguments and with isFirstLoad = true Should work, im my tests do, needs more testing... CCBUG: 304312 | ||||
* | Fix search engine(s) for KDE 4.9 | Andrea Diamantini | 2012-07-27 | 1 | -6/+16 |
| | | | | | | | | | | | | | This is basically Johannes patch with checks added for kde version and with code duplicated for kwebapp. PS: I tried using KUriFilterData API to do it, without positive results. Postponing a code review here for KDE 5, hoping variables won't change another time name... CCBUG: 303872 CCMAIL: fritz_van_tom@hotmail.com REVIEW: 303872 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-07-27 | 1 | -0/+1 |
| | |||||
* | Fix sneaky crash of user agent menu | Andrea Diamantini | 2012-07-27 | 3 | -9/+24 |
| | | | | BUG: 303862 | ||||
* | This should fix local files launch by console when rekonq is just loaded | Andrea Diamantini | 2012-07-26 | 2 | -2/+4 |
| | |||||
* | Let user customize shortcut name & description. | Giuseppe Calà | 2012-07-26 | 2 | -22/+24 |
| | | | | | | | | PS: Grazie per il lavoro, Giuseppe ;) CCMAIL: gcala@gmail.com REVIEW: 105708 REVIEWED-BY: adjam | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-07-24 | 1 | -0/+6 |
| | |||||
* | Review boomarks management | Andrea Diamantini | 2012-07-14 | 6 | -12/+35 |
| | | | | | | | | Maybe this is a bit risky before release, but this lets us adding a bookmarks shortcut (CTRL+D) as used in the major browsers. With this commit, rekonq doubles this behavior. BUG: 303445 | ||||
* | Save a site snapshot when adding a favorite via the urlbar | Andrea Diamantini | 2012-07-14 | 1 | -0/+4 |
| | | | | BUG: 303430 | ||||
* | Get sure favorites titles fit | Andrea Diamantini | 2012-07-14 | 1 | -1/+1 |
| | |||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-07-14 | 1 | -0/+1 |
| | |||||
* | Last string fixed. Promised :) | Andrea Diamantini | 2012-07-10 | 1 | -7/+11 |
| | | | | | (anyway, it was a translator suggestion to remove p tags from i18n...) | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-07-10 | 1 | -0/+1 |
| | |||||
* | fix my email | Burkhard Lück | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Fix Burkhard's name. | Yuri Chornoivan | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Added Author(s) and Credit(s) | Andrea Diamantini | 2012-07-10 | 1 | -2/+27 |
| | | | | | | | | | | Thank you all, guys! CCMAIL: tirtha.p.chatterjee@gmail.com CCMAIL: adaptee@gmail.com CCMAIL: yurchor@ukr.net CCMAIL: luech@hube-lueck.de CCMAIL: andiusmao@gmail.com | ||||
* | Fix session restore code | Andrea Diamantini | 2012-07-09 | 2 | -86/+84 |
| | | | | | | | This let bookmark manager code properly load :) BUG: 296388 BUG: 298051 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-07-09 | 1 | -0/+2 |
| | |||||
* | Let users select bookmark destination on bookmarking | Andrea Diamantini | 2012-07-08 | 1 | -5/+3 |
| | | | | CCBUG: 288249 | ||||
* | Ensure rekonq will close when deleting last window. | Andrea Diamantini | 2012-07-08 | 2 | -0/+8 |
| | | | | BUG: 303149 | ||||
* | Fix some string inconsistences | Andrea Diamantini | 2012-07-08 | 2 | -8/+1 |
| | | | | | | Patch by Yuri Chornoivan, Thanks :) BUG: 303180 | ||||
* | string missed update: set new favorite --> reload thumbnail | Andrea Diamantini | 2012-07-07 | 1 | -1/+1 |
| | | | | CCBUG: 303149 | ||||
* | Krazy fixes | Andrea Diamantini | 2012-07-07 | 5 | -23/+30 |
| | |||||
* | Clean up right icons before updating them | Andrea Diamantini | 2012-07-07 | 1 | -0/+1 |
| | | | | BUG: 303148 | ||||
* | cppcheck: suspicious code! | Andrea Diamantini | 2012-07-06 | 1 | -0/+1 |
| | | | | | | | it seems we are executing the same code in an "if" and in the related "else" tense. What about here? CCMAIL: siteshwar@gmail.com | ||||
* | Fix adblock hide behavior | Andrea Diamantini | 2012-07-06 | 14 | -32/+45 |
| | | | | | | | NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 | ||||
* | Fixed a line that was calling QString::startsWith() without args. Fixed build. | Tirtha Chatterjee | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | break an eventual "recall" loop | Andrea Diamantini | 2012-07-04 | 2 | -0/+15 |
| | | | | | | | This is needed in case rekonq has been associated with something it cannot properly handle BUG: 299056 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-07-04 | 1 | -0/+2 |
| | |||||
* | Add HTML static js window:close test | Andrea Diamantini | 2012-07-03 | 1 | -0/+3 |
| | |||||
* | Get sure UrlBar is deleted well (i.e. later) and in the right place | Andrea Diamantini | 2012-07-03 | 3 | -3/+19 |
| | | | | | | | | | | | | | (i.e. the WebTab dtor). I cannot no more reproduce the problems described in #296346, #300892 and #268328 What about you? CCBUG: 296346 CCBUG: 300892 CCBUG: 268328 | ||||
* | Save one (unuseful) call | Andrea Diamantini | 2012-07-03 | 1 | -3/+0 |
| | |||||
* | Delete tab later to get sure everything has been finished. | Andrea Diamantini | 2012-07-02 | 1 | -1/+1 |
| | | | | BUG: 299149 | ||||
* | Get sure we are no more serving requests when deleting page. | Andrea Diamantini | 2012-06-29 | 2 | -6/+40 |
| | | | | CCBUG: 282052 | ||||
* | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2012-06-26 | 1 | -0/+1 |
| | |||||
* | Ensure users can recover typed text in the urlbar | Andrea Diamantini | 2012-06-26 | 1 | -20/+28 |
| | | | | | | | | | PS: contains also an easy check improved to avoid duplicating suggestions creation ;) Thanks to Franz Fellner for REPORTING and FIXING himself the problem :D BUG: 302391 REVIEWED-BY: adjam |