| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
page you want to preview, and then you click a button
|
| |
|
|
|
|
|
|
|
| |
- improve appearance of empty/loading previews
- port closedTabs to new system
- remove PreviewImage files
TODO : dialog to choose preview
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
With this commit I fixed panel behaviour && saved some bytes
in their definition.
This will help hacking there (they are pretty the same now, I just
have no time to let them inherit from a parent "rekonq panel" class)
and will save some bytes in rekonq footprint :)
|
| |
|
| |
|
|
|
|
|
| |
* it basically represents a tab in rekonq
* everything that happens within one tab should go here (wallet bar, find bar?)
|
| |
|
| |
|
|\
| |
| |
| | |
into AdFixes
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I had a lot of problems implementing it because I started working on
assuming 2 things:
1) konqueror implementation works (it's not true, I found a bug! To guess what,
try loading current rekonq vs current konqueror against kde-apps.org)
2) Arora's implementation can be easily ported to kcm technology. Another wrong assumption,
based on MVP implementation.
Sorry for spamming master branch, guys.
|
| |
| |
| |
| | |
adblock (KDE one) fix #1
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
git://gitorious.org/rekonq/mainline into FLASH
Conflicts:
src/CMakeLists.txt
|
| |/
| |
| |
| | |
For now, no config and only working when there is only one flash in the page
|
|/
|
|
| |
Sorry about that :(
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This will be useful (if someone is interested) in pushing our patches
directly on khtml filter engine.
|
| |
|
|
|
|
| |
the more English "HistoryPanel" ones
|
|
|
|
| |
But at least it's ads free!
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Merge branch 'rekonq04' into dev04try
Conflicts:
src/CMakeLists.txt
|
| |
| |
| |
| |
| | |
In Italy we say "Pulizie di Pasqua". Just some changes to reorganize
things better
|
| | |
|
| |
| |
| |
| | |
First step
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
First test is trivial, but it's a test (tabbar test).
And now we have it!
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
A strange bug on new window loading, calling from .desktop file
(krunner & friends). So I had to change the homePage launch mechanism.
Working on that I started playing with startup settings and implemented this.
I hope Pano like this very much: 0.3 gift :D
Waiting for someone comments and reviews to merge..
|
|
|
|
| |
(thanks, Carlo!)
|
|
|
|
| |
So we no more need our dialogs and error retrieving :)
|
|
|
|
|
|
| |
through KProtocolManager. This makes rekonq much more integrated withing KDE, as the user expects that changes in System Settings would take place everywhere. And it also leaves less code to maintain
Signed-off-by: Dario Freddi <drf@kde.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
removed:
- last closed tabs feature
- new tab page settings (unuseful, we need something better)
implemented
- new home page layout (needs love)
- new about: protocol to load home page sections
- preview images cache
todo:
- cleaning cache mechanism
- bug fixing
- add/remove to preferred actions
|
|
|
|
| |
first commit here. We have the homepage classes
|
| |
|
|
|
|
|
|
|
|
|
| |
Now it's time to RUN working or I'll be dismissed!!
This implementation works quite fine, it's a bit slow but really
better than the previous one.
It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?)
and does not resize well webviews..
|
|
|
|
|
| |
it doesn't really fit our needs.
Just a starting point..
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First implementation of "rekonq home page"
- Added icons && htmls for it
- fixed pics places && CMakeLists.txt
- Added a HomePage class to create the "rekonq home Page"
- Modified setting to load on new tab start
1) rekonq home page (default)
2) blank page
3) an url (to set)
- removed home page button
- fixed WebPage && loadUrl slot to load "home:" scheme
- Added a toolbar method in BookmarksProvider to load bookmarks in the homepage
The page needs a lot of love, but I think this is a really good starting point for.
Hope you like it :)
|
|
|
|
|
|
|
|
|
| |
This is HEAVILY based on code from Lionel and Yoram branches.
But this code behaves differently: it restores rekonq tabs (just) on crash.
Thanks to Lionel suggestions, it seems "better" than my initial idea :)
It is quite extensible. We need just to fix it better as possible and then
manage its behaviour in newInstance code.. ;)
|
|
|
|
| |
- Multi Windows 1st implementation
|
| |
|
| |
|