| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- generate default rekonqrc and include it in libsettings
- Settings uses :/settings/rekonqrc to provide default values
- Add Settings::path() to get the default settings location
|
| |
|
|
|
|
| |
- move src/tabwindow/tabbar.* to src/tabbar/
|
| |
|
| |
|
| |
|
|
|
|
| |
- use PluginLoader in plugin tests
|
|
|
|
|
| |
- move rview.hpp to include/
- move src/mainwindow/* to src/
|
|
|
|
|
|
|
|
| |
- add clang-tidy to debug configuration
- add valgrind target: test_memcheck
- add coverage target: test_coverage
- bitbucket pipelines: store test results in junit format for test
reporting
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
CCMAIL: me@andreascarpino.it
REVIEW: 116659
REVIEWED-BY: adjam
|
|
|
|
| |
2.4.1 + clear urlbar action
|
|
|
|
| |
One of (if not THE) last releases in the 4.x series...
|
|
|
|
| |
Probably last Qt4/KDE4 release...
|
| |
|
|
|
|
| |
Nice bugfix release approaching ;)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
development version, on the road to 2.3
|
|
|
|
| |
Another (nice) step. In the right direction? ;)
|
|
|
|
|
|
|
|
|
|
| |
Also if having a 4.x.0 seems more logical to me, I understand the need
to not upgrade the whole stack just for my tiny piece of code :)
I choose 4.8.4 as Salvo "LtWorf" Tomaselli tested for us against it.
Thanks.
BUG: 315629
|
| |
|
|
|
|
| |
bookmark tagging will now be disabled for KDE 4.9
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
A lot of bug fixed and some (old) features restored in 2.x fashion
CCMAIL: rekonq@kde.org
|
|
|
|
| |
Another bunch of fixes on the road to 2.1 release..
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixing bugs and restoring old things on the road to 2,1...
|
| |
|
|
|
|
|
|
| |
Beginning a new road...
CCMAIL: rekonq@kde.org
|
| |
|
| |
|
|
|
|
| |
AKA rekonq 2 alpha!!!
|
|
|
|
| |
rekonq 2 tech preview :)
|
| |
|
|
|
|
| |
Preparing repo to merge rekonq2 code...
|
|
|
|
| |
Last 1.x release...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|