| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Suboptimal solution. We probably need bk management model/view based to improve.
Reviewed by adjam :)
|
|
|
|
|
|
|
|
| |
- Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs
- Fix some crash when a single bookmark is dropped in the WebView (incorrect URL)
- Port the drag icon to IconManager
CCBUG: 226479
|
| |
|
| |
|
|
|
|
| |
Please, see http://svn.reviewboard.kde.org/r/5606/ about.
|
|
|
|
|
|
|
| |
modified: src/bookmarks/bookmarkprovider.cpp
modified: src/history/historymanager.cpp
modified: src/iconmanager.cpp
modified: src/urlbar/listitem.cpp
|
|
|
|
|
| |
There is at least just another one about threading. But I'm not 100% sure about.
And anyway, it will be eventually addressed after 0.6 release..
|
|
|
|
| |
when it's launched from rekonq
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m197
Conflicts:
src/bookmarks/bookmarkprovider.h
I also changed a iconmanager header inclusion :)
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar
- Folder icons in the BK panel are fixed
- Unset the current bookmark after a context menu deletition to avoid some bugs
- Cleanup
|
|/
|
|
|
|
|
| |
General clean up
let member variables have better names, starting with _ and the needed get functions
signals/slots --> Q_SIGNALS/Q_SLOTS
moc headers
|
|
|
|
| |
Please, read NOTE inside.
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
| |
Also support searches starting by i (without messing with the <i> for urls)
and page titles with characters such as '<' or '>'.
|
| |
|
|
|
|
| |
- The context menu now works without selected bookmark in the BK bar
|
| |
|
|
|
|
| |
faster
|
|
|
|
| |
minor changes to BookmarkProvider.
|
| |
|
|
src/bookmarks/bookmarkprovider.*
|