| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
BUG: 305720
CCMAIL: lindsay.mathieson@gmail.com
REVIEW: 106417
REVIEWED-BY: adjam
|
| |
|
|
|
|
| |
refactoring.
|
| |
|
|
|
|
|
|
|
|
| |
- Fancy bookmarking's resource link dialog added to bookmark context menu
- UI improvements in bookmarks dialog
- WARNING: Nepomuk/soprano dependencies added
NB: Merged and squashed by adjam ;)
|
| |
|
|
|
|
|
|
| |
Also implement ThumbUpdater class to easily manage thumb updates
BUG:291236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added UI bits to configure Google Bookamrks Sync
- Implemented sync, 2-way merging local and remote bk
- Remember to not update local history while remotely
adding bookmarks
- Encode parameters of add bookmarks request while posting data.
- (adjam) fix compile warnings
This is the squashed commit of Situ's work on Google Bookmarks Sync
SQUASHED BY: adjam ;)
REVIEW: 104673
DIGEST: Google Bookmarks Sync
REVIEWED BY: adjam
|
| |
|
|
|
|
|
|
| |
Clean up (again) rekonq settings, adding "advanced" and "privacy"
sections and removing the "network" one, merged here and there with
the other ones
|
|
|
|
|
|
|
|
|
| |
- Get rid of unused NewBackTab enum
- move loading url code to MainWindow class
- Remove ThreadWeaver API. (And take it easy...)
- Changed logic: calculate url BEFORE creating a tab...
REVIEW:104326
|
|
|
|
|
|
| |
show a messagewidget to inform and let him set it.
REVIEW:104290
|
|
|
|
| |
some of them
|
|
|
|
| |
BUG:283269
|
|
|
|
|
|
|
|
|
| |
& Search also for favicon.ico files
This seems to be the unique method to surely workaround this bug
rekonq encounters when tries to load an unextant favicon with KIO (see
BUG:289029
)
|
|
|
|
|
| |
Improved code division (it will be super easy now adding a new handler)
Added a new config UI (QWizard based)
|
| |
|
|
|
|
|
| |
We have 7 managers and 1 provider... finally fixing this strange
thing!
|
| |
|
| |
|
|
|
|
|
|
| |
Config dialog, settings
REVIEW:103010
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed showDeveloperTools action
- Moved adblock GUI to adblock part
- renamed toolsMenu and developerMenu to reflect their real/new roles
- Added UserAgent action to the tools menu
REVIEW:102170
REVIEWED-BY: fritz_van_tom
|
|
|
|
|
|
|
| |
With this commit, you can add a favorite by right
clicking on the bookmark icon.
REVIEW:101945
|
|
|
|
|
|
|
|
| |
While the widget "copies" and "rethink" Google Chrome actual one,
the dialog has been implemented starting from the comparison
between the ones we have in KDE, Google Chrome's and Firefox's.
I have to start from somewhere...
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* title of the page is removed since it is visible on a tab.
* widget now has a smooth 3d look'n'feel with Oxygen thanks to raisen frame
* widget has rouned corners in all the styles
* url of the page is elided
* with compositing tab previews will be shown semitransparent with 25% alpha
by default, witch can be setted to be optional later
* code of tab preview is now separated from tab bar so it is more explicit
REVIEWED BY: Johannes, Andrea, Pierre
CCMAIL: blinov.vyacheslav@gmail.com
REVIEW: 101848
|