| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The domain-specific rules are stored in a QMultiHash, where the key
is the domain and the values are the rules for the specified domain.
This causes redundancy, because on rule can be applied to more than
one domain, but has a really fast look-up time.
The code for the generic hiding has not changed and is just relocated.
REVIEW: 111521
REVIEWED-BY: adjam
|
|
|
|
|
|
|
| |
CCMAIL: admiral0@tuxfamily.org
REVIEWED-BY: adjam
Many thanks, Radu! And sorry for the late merge ;)
|
|
|
|
|
|
|
|
|
|
| |
This is a first attempt to link our needed QNAM to KDE proxy settings.
It will try to fix proxy problems when used.
Oh... I also added some new error strings in case of proxy problems :)
CCBUG: 304378
CCBUG: 315598
|
|
|
|
|
| |
mimics Opera browser about right star icon management. Easier and
without the "love" icon always shown :)
|
|
|
|
|
| |
(or at least, for what I see...)
Added session manager widget and ability to load/save/rename sessions
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Open links in new tab only if there is a window
in the current activity/on the current desktop
This code has been written by Jonathan Verner and reviewed (a bit)
by me. Hope everyone will be happy now...
BUG: 316322
REVIEWED-BY: adjam
|
|
|
|
|
|
|
|
|
| |
- Move to a pure QWidget base window (instead of TabWidget one)
(this to properly store panels position)
- Restoring && rewamping panels code
- Restoring actions to activate/deactivate them
BUG: 312354
|
|
|
|
|
|
|
|
|
|
| |
Cleans up 1.x code about and create a unique bk menu to be shown in
rekonq tools menu, (eventually) in the toolbar and in (an ideal)
menubar
This work starts from Lindsay's review request about. Thanks :)
REVIEW: 108729
|
|
|
|
|
|
|
|
|
| |
Being kde 4.10 been released, we are ready to. I yet could not
understand if this compiles (without nepomuk) in 4.9.
CCMAIL:david.narvaez@computer.org
CCMAIL:me@vhanda.in
REVIEW: 108152
|
|
|
|
| |
BUG: 312340
|
|
|
|
|
|
|
| |
This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1.
This let rekonq compile again. Nepomuk2 will be added back
when KDE 4.10 will be released.
|
|
|
|
|
|
|
|
| |
Ran the Nepomuk migration script and added a directory with code that
has not yet been ported to Nepomuk2. Also did some CMake changes to be
able to drop the config-nepomuk.h.cmake file.
REVIEW: 108152
|
|
|
|
|
|
|
|
| |
readded an icon in the urlbar when adblock is active, BUT with
different features: you can now disable adblock "per-site", in a
similar way chromium does.
cleaned up adblock manager code, removing some old no more used code
fragments
|
|
|
|
| |
It doesn't work with a package system :(
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Following the 1.x series, a better error management based on SOLID
(i.e. added dependency about) showing local network problems, if any,
or suggesting search engines or cached copy.
Removed the hated "wall of text"
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- inline spell highlighter. This requires WebKit 2.3 to work.
- Addition of a suggested replacement word list to the context menu,
for the word right clicked on
- A standard modeless spell check dialog that works on the current
editable text (or selection).
Heavily cribbed from Dawit's work on kdewebkitpart.
oops... also a codingstyle script round here... :)
|
|
|
|
|
|
|
|
| |
Now, all the "KMainWindow" logic is moved to this new class.
"Restored" session management.
NOTE: Probably needs some fixes yet, but seems going in the
right direction...
|
| |
|
| |
|
| |
|
|
|
|
| |
ui xml file
|
|
|
|
| |
first step, main & bookmarks toolbar
|
|
|
|
|
|
| |
This needs a new implementation and a better integration in rekonq code
WARNING: Restart reverting this...
|
| |
|
| |
|
|
|
|
| |
WARNING: Not everything compiles yet...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Just 3 lines fixes ;)
Also clean up in the dir structure...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This will let everyone to save time reinventing the wheel and let us
remove webpage from adblockmanager code, but just manage it via (Q)NAM.
|
|
|
|
|
| |
- Moved to new rekonq API
- Use autosaver to save up disk writes
|
|
|
|
|
|
| |
There are a few notable changes here:
- rekonq_defines.h clean up, removing the enums from there
- let HistoryManager be accessible by a self function
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Preparing repo to merge rekonq2 code...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By knowing which window contains which documents and which one is in
focus, we can do the following:
- collect the statistics about visited pages. Further, this provides a
score for each document visited, that depends on the number of times it
was open, the time the user spent on that location, and the time passed
since the last visit.
- availability of a global/workspace applet that allows sharing the
current document via e-mail, social networks; bookmarking and rating the
link, or connecting it to the current activity. (advantage of this is a
unified UI for sharing/rating/linking that works with any
application)
- jump-lists (not impl. yet in plasma) to list top rated documents on a
launcher icon or in the task manager applet
- krunner can sort the documents based on the score
- more things that I haven't thought of yet
There is no need to *use* ativities to have these benefits. Activities
just serve as manual data clustering to provide more useful scores
compared to the one-activity approach.
REVIEW:106912
|