Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | working opensearch suggestions | megabigbug | 2010-08-15 | 1 | -1/+2 |
| | |||||
* | wait signal | megabigbug | 2010-08-15 | 1 | -0/+15 |
| | |||||
* | 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 |
| | |||||
* | This is a really big commit, implementing the new urlbar | Andrea Diamantini | 2010-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272 | ||||
* | 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 | ||||
* | clean NewInstance slot and fix crashRecovery. | Andrea Diamantini | 2010-03-11 | 1 | -40/+32 |
| | | | | Two days of testing before stable release. :) | ||||
* | Just another crash recovery fix. | Andrea Diamantini | 2010-03-06 | 1 | -3/+4 |
| | | | | | Now rekonq tries just 1 time to recover from crash. In Italy we say "Perseverare e' diabolico"... | ||||
* | Stupid me, committed wrong change. Sorry :) | Andrea Diamantini | 2010-03-05 | 1 | -9/+9 |
| | |||||
* | Fixing recover on crash | Andrea Diamantini | 2010-03-05 | 1 | -1/+10 |
| | | | | hackish fix :( | ||||
* | This will fix rekonq behaviour on opening external links. | Andrea Diamantini | 2010-03-02 | 1 | -13/+8 |
| | | | | It's a bit "less functional" than before, but it always works :) | ||||
* | Set rekonq page (and fix focus) on new window creation. | Andrea Diamantini | 2010-02-19 | 1 | -0/+7 |
| | | | | BUG: 226851 | ||||
* | half fixed (but half is not enough...) the favicon querelle.. | Andrea Diamantini | 2010-02-18 | 1 | -13/+15 |
| | |||||
* | Opening rekonq page on new window startup when rekonq | Andrea Diamantini | 2010-02-14 | 1 | -1/+1 |
| | | | | has just been started :) | ||||
* | Fix copyright for 0.4 beta release | Andrea Diamantini | 2010-02-10 | 1 | -3/+3 |
| | |||||
* | FIX | Andrea Diamantini | 2010-02-09 | 1 | -4/+3 |
| | | | | | Delete ASAP the threaded job fix focus navigation while opening new tabs back/fore ground.. | ||||
* | FIx focus on browsing (FIRST STEP) and on findbar hiding | Andrea Diamantini | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | QPointers --> QWeakPointers | Andrea Diamantini | 2010-02-05 | 1 | -21/+32 |
| | |||||
* | Cleaning code a bit.. | Andrea Diamantini | 2010-01-26 | 1 | -30/+0 |
| | |||||
* | MultiThreaded rekonq !! | Andrea Diamantini | 2010-01-26 | 1 | -54/+78 |
| | | | | | | | | Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D | ||||
* | Be sure you need to resolv url... | Andrea Diamantini | 2010-01-23 | 1 | -9/+9 |
| |