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:106908
be restored.
BUG: 260282
FIXED-IN: 4.10
REVIEW: 106503
GUI: new strings
DIGEST: Ability to select the session(s) to be restored in Konqueror.
(cherry picked from commit 0142a8ca11)
allows you to either add or modify a new policy from the management dialog.
- Enable/disable the policy domain edit and ok button as needed. The user will
no longer be allowed to change the domain of existing policies.
- Renamed a couple of UI variable name to refelect their actual purpose.
Do not attempt to change focus when the active view is not the current one.
Fixes location bar address being changed when opening URLs in a background tab.
(cherry picked from commit 5fa3dbc49f)
Do not attempt to change focus when the active view is not the current one.
Fixes location bar address being changed when opening URLs in a background tab.
E.g. I just got this
KonqFrame::attach: The part KWDocument(0x28f5100, name = "document_0") didn't create a widget!
Testcase: konqueror <some .doc document on http>
(possibly with a broken koffice/calligra installation...)
(cherry picked from commit 637c39ae98)
E.g. I just got this
KonqFrame::attach: The part KWDocument(0x28f5100, name = "document_0") didn't create a widget!
Testcase: konqueror <some .doc document on http>
(possibly with a broken koffice/calligra installation...)
The completion list did show the URLs as right-elided entries,
which is not optimal.
For filenames and man pages at least middle-elide is much more sensible.
BUG: 111821
FIXED-IN: 4.9.1
REVIEW: 106183
The completion list did show the URLs as right-elided entries,
which is not optimal.
For filenames and man pages at least middle-elide is much more sensible.
BUG: 111821
FIXED-IN: 4.9.1
REVIEW: 106183
This patch removes line-breaking chars when an URL is entered.
Very handy if you paste URLs from e.g. an email which shows
the complete URL broken into multiple lines.
BUG: 159002
FIXED-IN: 4.9.1
REVIEW: 106184
This patch removes line-breaking chars when an URL is entered.
Very handy if you paste URLs from e.g. an email which shows
the complete URL broken into multiple lines.
BUG: 159002
FIXED-IN: 4.9.1
REVIEW: 106184
bar through javascript.
This commit changes how a request to create a new window with all its toolbars hidden
is handled. Namely, the toolbar that contains the address input widget will no longer
be hidden by default. The user can explicitly enable the ability to hide the location
bar by adding the following config option to Konqueror's config file (konquerorrc):
[DisableWindowOpenFeatures]
LocationBar=false
REVIEW: 105749
bar through javascript.
This commit changes how a request to create a new window with all its toolbars hidden
is handled. Namely, the toolbar that contains the address input widget will no longer
be hidden by default. The user can explicitly enable the ability to hide the location
bar by adding the following config option to Konqueror's config file (konquerorrc):
[DisableWindowOpenFeatures]
LocationBar=false
REVIEW: 105749