summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add rekonf script to generate SettingsWidgetsaqua2022-08-281-0/+1
| | | | | | - generate General Settings - generate Appearance Settings - removed previous settings widgets
* Add parseCommandLine testsaqua2022-08-271-0/+8
| | | | - use PluginLoader in plugin tests
* Rename rView to RekonqViewaqua2022-08-271-3/+3
| | | | | - move rview.hpp to include/ - move src/mainwindow/* to src/
* Add scripts/check_license.pyaqua2022-08-211-162/+9
|
* Show main windowaqua2022-08-181-0/+3
| | | | - added Task Manager, showing all plugins, windows and view
* Pass command line from secondary to primary instanceaqua2022-08-171-1/+1
|
* Turn WebEngine into a pluginaqua2022-08-161-3/+6
|
* Add rView and WebViewaqua2022-08-161-2/+5
|
* Add third-party/SingleApplicationaqua2022-08-151-21/+3
|
* Record authors and contributors in src/data/about.htmlaqua2022-08-151-1/+1
|
* Update CMakeLists to use Qt6aqua2022-08-141-45/+31
|
* Adding domain-specific hiding support to the adblocker.Paul Rohrbach2013-07-301-1/+2
| | | | | | | | | | | 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
* Add a simple ssh sync handlerRadu Andries2013-07-091-1/+3
| | | | | | | CCMAIL: admiral0@tuxfamily.org REVIEWED-BY: adjam Many thanks, Radu! And sorry for the late merge ;)
* Link custom rekonq QNAM to KDE proxy settingsAndrea Diamantini2013-06-101-0/+1
| | | | | | | | | | 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
* Favorites (fast) management, the "opera" wayAndrea Diamantini2013-04-231-1/+0
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* Implement session saving, inspired from kate session managementAndrea Diamantini2013-04-021-0/+2
| | | | | (or at least, for what I see...) Added session manager widget and ability to load/save/rename sessions
* cmake: soprano is needed aside nepomuk-corePino Toscano2013-03-161-4/+4
|
* cmake: use the kactivities include dirs, if foundPino Toscano2013-03-161-0/+6
|
* Support ActivitiesAndrea Diamantini2013-03-131-0/+7
| | | | | | | | | | | 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
* Supporting panel (again) :)Andrea Diamantini2013-03-101-1/+10
| | | | | | | | | - 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
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-151-0/+1
| | | | | | | | | | 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
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-101-9/+12
| | | | | | | | | 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
* Reimplement (in 2.x way) the ability to edit toolbarAndrea Diamantini2013-01-141-0/+1
| | | | BUG: 312340
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-081-11/+9
| | | | | | | 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-9/+11
| | | | | | | | 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
* adblock workAndrea Diamantini2012-12-101-2/+2
| | | | | | | | 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
* Commented out kwebapp adding script logic.Andrea Diamantini2012-12-101-2/+2
| | | | It doesn't work with a package system :(
* Add 1.x compatibility kwebapp script and moved webapp logic to 2.0Andrea Diamantini2012-12-101-0/+4
|
* Zoom actionis restored, yeah! :DAndrea Diamantini2012-12-101-0/+3
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-101-1/+1
|
* Network error management (again)Andrea Diamantini2012-12-101-0/+1
| | | | | | | | 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"
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-0/+4
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+4
| | | | | | | | | | | | | - 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... :)
* Implement RekonqWindowAndrea Diamantini2012-12-101-0/+1
| | | | | | | | 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...
* FindBar. Rewamped and restoredAndrea Diamantini2012-12-101-0/+1
|
* Tools actions restoredAndrea Diamantini2012-12-101-0/+1
|
* Add actions to the web window, STEP 1 (the easiest ones...)Andrea Diamantini2012-12-101-0/+2
|
* Add RekonqFactory to locally generate rekonq toolbars and menus by theAndrea Diamantini2012-12-101-0/+1
| | | | ui xml file
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-101-0/+1
| | | | first step, main & bookmarks toolbar
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-101-3/+2
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+10
|
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-101-6/+4
|
* Let WebView compile and workAndrea Diamantini2012-12-101-0/+17
| | | | WARNING: Not everything compiles yet...
* Download ManagerAndrea Diamantini2012-12-101-0/+4
|
* Restored User Agent Manager and cleaned upAndrea Diamantini2012-12-101-0/+7
|
* Restore sync managerAndrea Diamantini2012-12-101-0/+45
|
* IconManager restoreAndrea Diamantini2012-12-101-2/+8
| | | | | Just 3 lines fixes ;) Also clean up in the dir structure...
* Bookmark Manager restoreAndrea Diamantini2012-12-101-1/+39
|
* Fix up copyright headersAndrea Diamantini2012-12-101-3/+0
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+22
|