| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
- it implements a new KAaction in the Application class to trace changes on
- stops session management and save it, restoring last visited sites on restoring mormal mode
- implements necessary changes to iconmanager, urlbar & application
Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of
the needed changes in kdewebkit to eg handle cookies and so on..
.
Hope you like it :)
|
| |
|
|
|
|
|
| |
Thanks to pano for noticing the bad behavior.
AutoTest updated with the testcase.
Reviewed-By: Benjamin Poulain
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
This time it works even with 'b' coming after some <b> or </b>
have been inserted and with substrings, which would cause the
following:
<b>String_containing_<b>substring</b></b>
|
| | |
| |
| |
| |
| |
| | |
Shows the about:closedTabs page in the background.
Task: https://bugs.kde.org/show_bug.cgi?id=249228
|
| |/
|
|
| |
This can lead to unwanted behavior on urlbar... (like right icons not shown)
|
| | |
|
| |
|
|
|
| |
in next tabs and remove some Application::instance() calls from the
Web* classes.
|
| |
|
|
| |
This reverts commit ef0c5630983853473e1e3c97a4c68baa1d487e6e.
|
| |\ |
|
| | |
| |
| |
| | |
- Keep the focus when enter is pressed if the urlbar is empty
|
| | |\ |
|
| |\ \ \
| | |/
| |/|
| | | |
git://gitorious.org/rekonq/mainline into m207
|
| | | |
| | |
| | |
| | | |
TODO: fix when the completion list is not displayed
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
git://gitorious.org/rekonq/mainline into m208
|
| | | |
| | |
| | |
| | |
| | | |
modified: src/iconmanager.cpp
modified: src/urlbar/listitem.cpp
|
| | |/
| |
| |
| |
| |
| |
| | |
modified: src/bookmarks/bookmarkprovider.cpp
modified: src/history/historymanager.cpp
modified: src/iconmanager.cpp
modified: src/urlbar/listitem.cpp
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
the same look and behavior)
|
| | | |
|
| |/ |
|
| |
|
|
| |
This makes bookmarking with default parameters (the most frecuent use for the bookmark icon) faster.
|
| |
|
|
| |
BUG: 243902
|
| |
|
|
|
|
| |
Courtesy patch from Libor Klepac. Thanks :)
BUG: 248983
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| | |
PS: this fix costs a string change, sorry
BUG: 249735
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It needs manual testing (waiting for some automatic ones..)
I tested it with the following strings:
plan b
i
b
kde
<i>
<b>
a & b
fix & fit
and it seems working well. Let me know if it is really true :)
CCBUG: 249736
CCMAIL: pierre.rossi@nokia.com
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
another bunch of bug fixes
CCBUG:248967
CCBUG:244039
Please, check this version and let us know. Many thanks for...
|
| | |
| |
| |
| | |
types a local url (something starting with /)
|
| | |
| |
| |
| |
| | |
paren --> parent
parameters passing: from value to const reference
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Suggestions are now added when ready
|
| |
|
|
|
|
|
|
| |
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...
|
| |\
| |
| |
| | |
git://gitorious.org/rekonq/mainline into m2_191
|
| | |
| |
| |
| |
| | |
Also support searches starting by i (without messing with the <i> for urls)
and page titles with characters such as '<' or '>'.
|
| |/
|
|
| |
modified: src/urlbar/urlresolver.cpp
|
| |
|
|
| |
Lesson learned: no more hand merging nor reverting on conflicts.. :)
|
| |
|
|
|
|
|
| |
This commit intends to revert manually commits de9abc72 && bd27f60d, restoring
bk positions on the right.
This because most of the developers prefer so. Anyway, if things will change again
we can revert the "revertion" :D
|
| | |
|