aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite meson build scripts into cmakelistsAqua-sama2020-12-071-0/+85
|
* Remove CMakeListsAqua-sama2018-10-251-66/+0
|
* Add MatcherBenchmarkAqua-sama2018-10-211-2/+2
|
* Add cmake manpage targetAqua-sama2018-10-201-0/+2
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-201-7/+9
|
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-151-33/+12
| | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name.
* Update CMakeLists option namesAqua-sama2018-10-141-23/+25
|
* unstable: KWallet integrationAqua-sama2018-10-131-2/+2
|
* Split off UrlFilter into libraryAqua-sama2018-10-021-0/+1
| | | | - add more adblock filter options
* Add breakpad submoduleAqua-sama2018-09-261-1/+5
|
* Update vendor.cmakeAqua-sama2018-09-181-1/+1
| | | | | - add some more comments - made plugin include paths more generic
* Update readmeAqua-sama2018-08-181-5/+9
| | | | Update configuration summary
* Address bar: add go buttonAqua-sama2018-07-301-0/+2
|
* Update build instructionsAqua-sama2018-07-291-3/+1
|
* Fix PKGBUILDAqua-sama2018-07-171-1/+1
|
* Switch vcs to gitAqua-sama2018-07-171-19/+7
|
* Add vendor.cmakeAqua-sama2018-07-151-17/+7
|
* Update Building.mdAqua-sama2018-07-151-6/+5
|
* WebView: fix context menu transparency with PlasmaAqua-sama2018-07-121-1/+1
|
* Add web/urlfilterAqua-sama2018-07-051-2/+2
|
* Add filter.headerAqua-sama2018-07-051-1/+1
|
* Add --no-remote optionAqua-sama2018-07-021-8/+14
|
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-021-0/+2
|
* Add ConfigurationEditor pluginAqua-sama2018-06-231-3/+1
| | | | Removed poi-config
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-161-0/+7
|
* Split webengine/webprofile into lib/webAqua-sama2018-06-071-0/+1
|
* Fix hg bookmark not showing up in arch build versionAqua-sama2018-06-011-3/+7
|
* Profile editor pluginAqua-sama2018-05-151-1/+1
|
* Bump cmake versionAqua-sama2018-05-051-2/+1
|
* Split off addressbar into lib/Aqua-sama2018-05-011-0/+1
|
* message Boost libAqua-sama2018-04-211-0/+1
|
* Comment out ProfileEditorAqua-sama2018-04-211-1/+1
|
* Multiple subwindows interfaceAqua-sama2018-04-161-4/+9
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Branch of Qt5.11 featuresAqua-sama2018-04-131-1/+1
|
* Multithreading UrlRequestInterceptorAqua-sama2018-04-081-0/+7
| | | | | - Add parse() free function to UrlRequestInterceptor - hostlists are loaded in parallel via QtConcurrent
* Add FeatureSummary to CMakeListsAqua-sama2018-04-031-1/+20
| | | | - Add MercurialRepo option
* Cookie filterAqua-sama2018-03-231-4/+1
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Moved Configuration class into libraryAqua-sama2018-03-151-0/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-86/+4
|
* Added poi-configAqua-sama2018-03-051-0/+2
| | | | - view default configuration
* Split cmd parsing from main into CommandLine classAqua-sama2018-01-271-1/+1
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-271-3/+3
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-4/+2
|
* UrlLineEdit reworkAqua-sama2018-01-261-4/+8
| | | | | | | | | - moved UrlLineEdit to src/addressbar - added UrlLineEdit::connectWebView - removed UrlLineEdit::pageAction - UrlLineEdit restores the text format when losing focus - Split off completer code into Completer class - WebPage now displays a warning message box instead on certificate errors
* Configuration class reworkAqua-sama2018-01-251-0/+2
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Added result label to search formAqua-sama2018-01-201-7/+9
|
* Added revision and branch to about dialogAqua-sama2018-01-191-2/+4
|
* Refactoring MainWindowAqua-sama2018-01-191-6/+6
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-161-3/+3
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-3/+0
|