Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit implements the new private browsign mode for rekonq: | Andrea Diamantini | 2010-10-22 | 1 | -0/+61 |
| | | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :) | ||||
* | fix string (wasn’t → was not) | Panagiotis Papadopoulos | 2010-10-17 | 1 | -2/+2 |
| | |||||
* | Enabling WebKit Page Cache feature: please, refers to | Andrea Diamantini | 2010-10-12 | 1 | -0/+3 |
| | | | | | | | | | http://webkit.org/blog/427/webkit-page-cache-i-the-basics/ to see what I'm referring about.. CCBUG:208132 PS: Thanks, Kilian :) | ||||
* | Prompt user before restoring session after a crash. | Pierre Rossi | 2010-10-08 | 1 | -29/+26 |
| | | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228 | ||||
* | WARNING: This commit changes rekonq behaviour | Andrea Diamantini | 2010-09-29 | 1 | -18/+7 |
| | | | | | | | | | | After debating with Martin Grablin & Jani-Matti Hatinen it has been pointed out that we have to change rekonq broken behavior about external links handling It now opens links in tab or in new windows following the "Open Links in tab or in window" settings NO MORE stealing focus to the other apps. BUG: 250502 BUG: 243572 | ||||
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -22/+15 |
| | |||||
* | Let urlbar being usable also in fullscreen mode | Andrea Diamantini | 2010-09-01 | 1 | -4/+3 |
| | | | | BUG: 243900 | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -33/+6 |
| | | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen... | ||||
* | Formatting++ | Rohan Garg | 2010-08-24 | 1 | -1/+0 |
| | | | | modified: src/application.cpp | ||||
* | Switch to faster comparisons of about: URL's with QByteArray, thanks to ↵ | Rohan Garg | 2010-08-24 | 1 | -6/+8 |
| | | | | | | Harald Sitter modified: src/application.cpp | ||||
* | Merge commit 'refs/merge-requests/188' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-08-23 | 1 | -0/+2 |
|\ | |||||
| * | Add a home icon for about:home | Rohan Garg | 2010-08-22 | 1 | -0/+2 |
| | | | | | | | | modified: src/application.cpp | ||||
* | | Add a missing icon | Yoann Laissus | 2010-08-22 | 1 | -0/+2 |
|/ | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -23/+23 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Merge branch 'opensearch' | Andrea Diamantini | 2010-08-20 | 1 | -0/+16 |
|\ | | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp | ||||
| * | working opensearch suggestions | megabigbug | 2010-08-15 | 1 | -1/+2 |
| | | |||||
| * | wait signal | megabigbug | 2010-08-15 | 1 | -0/+15 |
| | | |||||
* | | Stupid me, QtWebKit calls addHistoryEntry itself when you let it load a page.. | Andrea Diamantini | 2010-08-19 | 1 | -6/+0 |
|/ | |||||
* | Delaying single shots to let rekonq have more time to show itself before... | Andrea Diamantini | 2010-08-11 | 1 | -1/+2 |
| | | | | | It seems working pretty well here. Ready to revert if something seems wrong about this | ||||
* | Stupid spaces.. | Andrea Diamantini | 2010-08-05 | 1 | -3/+0 |
| | |||||
* | Moving download history management from HistoryManager to Application class | Andrea Diamantini | 2010-07-21 | 1 | -0/+59 |
| | | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class... | ||||
* | Clean MainView API and fix "Pano's bug" about opening new tabs near current ons | Andrea Diamantini | 2010-07-04 | 1 | -2/+2 |
| | |||||
* | Fix search engine toolbar icons | Andrea Diamantini | 2010-06-29 | 1 | -0/+1 |
| | |||||
* | Follow settings (choose tabs or windows) when opening new tabs | Andrea Diamantini | 2010-06-28 | 1 | -1/+7 |
| | |||||
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 1 | -5/+5 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | Activate window externally triggered | Andrea Diamantini | 2010-06-20 | 1 | -1/+8 |
| | | | | BUG: 238280 | ||||
* | This dangerous commit, 15 days to the release, removes the use of a default.css | Andrea Diamantini | 2010-06-15 | 1 | -3/+1 |
| | | | | | | | | | | | | file in rekonq and does an hack to choose the right palette for the WebView. - Why this doesn't work in QWebPage::setPalette()?? - Why using a KStyle things don't work as expected?? - so, where is really the bug, here? I have some ideas about but I currently have no time to work on.. Anyway, with this nice hack :) things seem work well for dark themes and for pages without a "proper" style (See bug 232552 about..) Many thanks to Tomas Fryda for let me noticing this. | ||||
* | uhm... a BIG change to fix a tiny bug :( | Andrea Diamantini | 2010-06-01 | 1 | -37/+74 |
| | | | | | The problem is about restoring tabs with arguments Now we really handle ALL the 8 possible cases on startup. | ||||
* | Fix loading url path on startup arguments | Andrea Diamantini | 2010-06-01 | 1 | -3/+3 |
| | |||||
* | Minor change to better debug fonts DPI.. | Andrea Diamantini | 2010-05-31 | 1 | -4/+6 |
| | |||||
* | fix compute font size | megabigbug | 2010-05-30 | 1 | -1/+4 |
| | |||||
* | Fixing fonts.. | Andrea Diamantini | 2010-05-30 | 1 | -21/+17 |
| | | | | | | | | | | | This commit changes *A LOT* rekonq behavior on fonts. To fix all, I had to (re)introduce some (old)new strings. Sorry! - Adopted default KDE fonts for default & fixed settings - calculating LogicalDpiY from font dimension (points to pixels) (This has been copied from KWebKitPart, as suggested) - reenabled 16px as default font size WARNING: As we are now calculating well the font size, you'll see BIG chars on clean pages.. :) | ||||
* | Fixed font configuration. | Johannes Winfried Koßler | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Show proper URL on new background tab. | Nikhil Marathe | 2010-05-25 | 1 | -1/+4 |
| | | | | | | | The old behaviour was to target the current url bar, which wasn't the right one when a background tab was opened. The new code finds the right bar for the newly opened tab and sets its URL BUG: 238641 | ||||
* | rekonq 0.4.71 | Andrea Diamantini | 2010-05-24 | 1 | -1/+0 |
| | | | | Last one before the beta.. | ||||
* | Improving fonts situation | Andrea Diamantini | 2010-05-24 | 1 | -20/+31 |
| | |||||
* | Respect new tab conf launching a new window | Andrea Diamantini | 2010-05-18 | 1 | -1/+16 |
| | | | | Cedric's patch | ||||
* | Moved setEncoding action to be a local page settings as it seems | Andrea Diamantini | 2010-05-18 | 1 | -3/+1 |
| | | | | more useful | ||||
* | This commit reintroduces the QStackedWidget class for urlbars and let | Andrea Diamantini | 2010-05-14 | 1 | -1/+1 |
| | | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7 | ||||
* | Show faster url to load | Andrea Diamantini | 2010-05-14 | 1 | -0/+4 |
| | |||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | | | | added cppcheck script | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -4/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -79/+79 |
| | |||||
* | Remove the "is readable" check. Now things seem work. | Andrea Diamantini | 2010-04-27 | 1 | -0/+3 |
| | | | | | | Can someone explain how can we read a not readable dir?? CCBUG: 228660 | ||||
* | Encodings management | Andrea Diamantini | 2010-04-26 | 1 | -1/+3 |
| | |||||
* | Various changes | Andrea Diamantini | 2010-04-25 | 1 | -1/+76 |
| | | | | | | | - moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now) | ||||
* | Dramatically improved "detach tab" performances.. | Andrea Diamantini | 2010-04-23 | 1 | -2/+4 |
| | | | | Need to round some corners, yet. | ||||
* | Finally cleaning Application class, getting rid of loadUrl(string) slot | Andrea Diamantini | 2010-04-14 | 1 | -49/+33 |
| | |||||
* | Re-enabling all KDE url magics | Andrea Diamantini | 2010-04-09 | 1 | -38/+44 |
| |