| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Andreas's comment was helpful: rekonq COULD save file remotely, but
for same strange reason, KFileDialog::getSaveFileName() could not
select remote files. Switching to getSaveUrl seems fixing the problem
Ah... also a style clean up here. Sorry for the merged commit...
BUG: 242675
|
|
|
|
| |
REVIEWED-BY: trustMe
|
|
|
|
| |
CCBUG: 281101
|
|
|
|
|
|
|
|
|
| |
In a similar fashion as WebKit, this might make those cases
where we don't expect to go more obvious in debug builds.
I also took the liberty to revisit a lot of switch statements
but it could potentially be used elsewhere
Reviewed-by: andrea
|
|
|
|
|
|
| |
- QL1S
- one stupid kDebug less
- codingstyle
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
DISCLAIMER:
This code really A LOT of testing. Not for the code itself,
but for the parts it lets rekonq use. I'm experiencing a lot of crashes
with the Dragon Part, in example.
|
|
|
|
|
| |
In my tests it doesn't crash anymore and works ever well :)
(Please, don't wake up me if this is just aa dream..)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- improve appearance of empty/loading previews
- port closedTabs to new system
- remove PreviewImage files
TODO : dialog to choose preview
|
| |
|
| |
|
| |
|
|
|
|
| |
the same page
|
|
|
|
| |
For now, no config and only working when there is only one flash in the page
|
| |
|
|
|
|
| |
First step
|
|
|
|
|
| |
creating a new Preview Image Object, based on QWidget and containing
the pixmap AND the url
|
|
|
|
| |
In this way, we don't need to pass *ALL* the QStringList(s)..
|
|
|
|
|
|
|
| |
-right click menu to set the preview url by selecting one of the 15 last history entries
-abitlity to remove previews and manage empty previews (show a toolbutton to set the url)
-contextmenu->add to favorites now adds preview in an empty space when there is one
-modified the loop used in HomePage::lastVisited because I encountered an infinite loop with it. (and because it is simpler this way)
|
| |
|
|
|
|
| |
also changed history && bookmarks layout (we need just icons there)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Need some fixes to be merged..
|
|
|
|
| |
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..
|