summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add tabler icon themeaqua2022-09-011-1/+1
|
* Improve test coverageaqua2022-08-281-1/+1
|
* Load plugins from AppLocalDataLocation by defaultaqua2022-08-281-2/+3
|
* Add parseCommandLine testsaqua2022-08-271-0/+1
| | | | - use PluginLoader in plugin tests
* Rename rView to RekonqViewaqua2022-08-271-1/+2
| | | | | - move rview.hpp to include/ - move src/mainwindow/* to src/
* Add CMakePresets.jsonaqua2022-08-271-12/+30
| | | | | | | | - 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
* Add scripts/check_license.pyaqua2022-08-211-23/+19
|
* Turn WebEngine into a pluginaqua2022-08-161-0/+1
|
* Add rView and WebViewaqua2022-08-161-0/+1
|
* Add third-party/SingleApplicationaqua2022-08-151-0/+5
|
* Record authors and contributors in src/data/about.htmlaqua2022-08-151-14/+18
|
* Update CMakeLists to use Qt6aqua2022-08-141-138/+24
|
* the cmake min req version must be the very first thing in the fileDavid Faure2015-08-191-4/+5
|
* Allows to build without Soprano and NepomukAndrea Scarpino2014-03-081-2/+4
| | | | | | CCMAIL: me@andreascarpino.it REVIEW: 116659 REVIEWED-BY: adjam
* rekonq 2.4.22.4.2Andrea Diamantini2014-01-121-1/+1
| | | | 2.4.1 + clear urlbar action
* rekonq 2.4.12.4.1Andrea Diamantini2014-01-111-1/+1
| | | | One of (if not THE) last releases in the 4.x series...
* rekonq 2.4.0Andrea Diamantini2013-11-101-1/+1
| | | | Probably last Qt4/KDE4 release...
* rekonq 2.3.2. Fixing the fixes...2.3.2Andrea Diamantini2013-06-301-1/+1
|
* rekonq 2.3.1Andrea Diamantini2013-06-191-1/+1
| | | | Nice bugfix release approaching ;)
* DOC subdir is automatically added from releasemeAndrea Diamantini2013-04-281-1/+0
|
* rekonq 2.3.0 :)2.3.0Andrea Diamantini2013-04-281-1/+1
|
* cmake: push deps to 2.8.9 to fully support KDE 4.10 (basically, nepomuk)Andrea Diamantini2013-03-161-2/+1
|
* cmake: soprano is needed aside nepomuk-corePino Toscano2013-03-161-5/+7
|
* Support ActivitiesAndrea Diamantini2013-03-131-0/+17
| | | | | | | | | | | 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
* rekonq 2.2.12.2.1Andrea Diamantini2013-03-071-1/+1
|
* rekonq 2.2.50Andrea Diamantini2013-02-281-1/+1
| | | | development version, on the road to 2.3
* rekonq 2.22.2Andrea Diamantini2013-02-281-1/+1
| | | | Another (nice) step. In the right direction? ;)
* Push down kde deps from 4.9.0 to 4.8.4Andrea Diamantini2013-02-261-1/+1
| | | | | | | | | | 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
* Nepomuk-core has it's own versioning and does not follow the KDE SC versionRaymond Wooninck2013-02-171-1/+1
|
* Adding minimmun required version for NepomukCore. This meansDavid E. Narváez2013-02-111-1/+1
| | | | bookmark tagging will now be disabled for KDE 4.9
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-101-7/+7
| | | | | | | | | 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
* rekonq 2.12.1Andrea Diamantini2013-01-271-1/+1
| | | | | | A lot of bug fixed and some (old) features restored in 2.x fashion CCMAIL: rekonq@kde.org
* rekonq 2.0.60Andrea Diamantini2013-01-171-1/+1
| | | | Another bunch of fixes on the road to 2.1 release..
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-081-7/+7
| | | | | | | This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1. This let rekonq compile again. Nepomuk2 will be added back when KDE 4.10 will be released.
* Rekonq Migration to Nepomuk2David E. Narváez2013-01-071-7/+7
| | | | | | | | 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
* rekonq 2.0.50Andrea Diamantini2013-01-031-1/+1
| | | | Fixing bugs and restoring old things on the road to 2,1...
* Fix qt websiteAndrea Diamantini2013-01-021-1/+1
|
* rekonq 2.02.0Andrea Diamantini2012-12-281-1/+1
| | | | | | Beginning a new road... CCMAIL: rekonq@kde.org
* rekonq 1.81Andrea Diamantini2012-12-101-1/+1
|
* Bump minimum kdelibs version to 4.9.0Andrea Diamantini2012-12-101-1/+1
|
* rekonq 1.80Andrea Diamantini2012-12-101-1/+1
| | | | AKA rekonq 2 alpha!!!
* rekonq 1.70Andrea Diamantini2012-12-101-1/+1
| | | | rekonq 2 tech preview :)
* TabWindow, first import :)Andrea Diamantini2012-12-101-2/+1
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-21/+2
| | | | Preparing repo to merge rekonq2 code...
* rekonq 1.3!1.3Andrea Diamantini2012-10-281-1/+1
| | | | Last 1.x release...
* Rekonq reports the open/close document events to activity manager daemon.Ivan Čukić2012-10-231-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* rekonq 1.2, probably last bugfix release for the 1.x series :)1.2Andrea Diamantini2012-10-061-1/+1
|
* Bump build requirements to kdelibs 4.8.3Jekyll Wu2012-09-021-1/+1
| | | | | | BUG: 306077 REVIEW: 106287 REVIEWED-BY: adjam
* rekonq 1.1 :)1.1Andrea Diamantini2012-08-271-1/+1
|
* rekonq 1.01.0Andrea Diamantini2012-07-201-1/+1
| | | | | | | We finally reached it! Many thanks to everyone involved. CCMAIL: rekonq@kde.org