|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| | The problem is about restoring tabs with arguments
Now we really handle ALL the 8 possible cases on startup. | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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.. :) | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| | Last one before the beta.. | 
| | |  | 
| | 
| 
| 
| | Cedric's patch | 
| | 
| 
| 
| | more useful | 
| | 
| 
| 
| 
| 
| | us resize them as needed for themes different from oxygen.
This anyway seems working better with the upcoming Qt 4.7 | 
| | |  | 
| | 
| 
| 
| | added cppcheck script | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| | Can someone explain how can we read a not readable dir??
CCBUG: 228660 | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | - 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) | 
| | 
| 
| 
| | Need to round some corners, yet. | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | - 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 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| | Two days of testing before stable release. :) | 
| | 
| 
| 
| 
| | Now rekonq tries just 1 time to recover from crash. In Italy
we say "Perseverare e' diabolico"... | 
| | |  | 
| | 
| 
| 
| | hackish fix :( | 
| | 
| 
| 
| | It's a bit "less functional" than before, but it always works :) | 
| | 
| 
| 
| | BUG: 226851 | 
| | |  | 
| | 
| 
| 
| | has just been started :) | 
| | |  | 
| | 
| 
| 
| 
| | Delete ASAP the threaded job
fix focus navigation while opening new tabs back/fore ground.. | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | |  | 
| | 
| 
| 
| | Subdivide loadUrl stuffs | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| | replaced with encoded chars"
Courtesy patch of Andrea Scarpino.
Thanks and Welcome!
CCMAIL:andrea@archlinux.org | 
| | 
| 
| 
| 
| | We can now manage all the most important
protocols :D | 
| | |  | 
| | 
| 
| 
| | : | 
| | 
| 
| 
| 
| | One step to be feature complete (at least for 0.4):
I need to know if an ftp url represent a file or a dir.. | 
| | |  | 
| | 
| 
| 
| 
| | * it basically represents a tab in rekonq
* everything that happens within one tab should go here (wallet bar, find bar?) | 
| | 
| 
| 
| 
| | after uri filters.
This way we stored everytime the "real" url we load :) | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | I have to say, BRUTE prevention :)
Hope this works.
Also some fixes in Urlbar class to ensure that a KUrl is a KUrl
and a QString is a QString.
Removed the annoying "restore url on focus out" feature. No other browsers
have it and I really cannot understand gain |