aboutsummaryrefslogtreecommitdiff
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
* Add configure scriptAqua-sama2019-02-111-0/+2
| | | | | Configure script is not needed when building, it is provided as a convenience tool. Requires python3.
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-7/+1
| | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser.
* Add assorted unfished doc files to repoAqua-sama2019-01-041-0/+11
|
* Add translations meson option to build and install translationsAqua-sama2018-12-131-1/+1
|
* MainWindow: rework menu barAqua-sama2018-12-131-1/+1
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Fix crash creating ConfigurationEditorPlugin widgetAqua-sama2018-12-111-0/+3
|
* Update poi_firejail.desktopAqua-sama2018-12-113-16/+16
|
* Add separate firejail .desktopAqua-sama2018-12-105-8/+21
|
* firejail profile: disable private-binAqua-sama2018-12-082-1/+3
|
* PKGBUILD: add gpg key signing for pluginsAqua-sama2018-12-061-0/+9
|
* Update .desktop and .profileAqua-sama2018-12-024-3/+236
|
* Add --session and --pick-sessionAqua-sama2018-11-291-0/+1
| | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-2/+2
| | | | - Remove plugin list from About dialog
* Fix transparent background being enabled if Plasma is foundAqua-sama2018-11-221-0/+7
|
* Make keyboard shortcut defaults configurableAqua-sama2018-11-202-27/+65
|
* Remove CMakeListsAqua-sama2018-10-251-1/+1
|
* Update PKGBUILD to use mesonAqua-sama2018-10-241-30/+18
|
* Create bindir/include if needed because make doesn'tAqua-sama2018-10-201-1/+1
|
* Fix config.h from regenerating on every buildAqua-sama2018-10-201-2/+6
|
* Add cmake manpage targetAqua-sama2018-10-202-12/+3
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-201-25/+15
|
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-1/+1
| | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString
* buildconfig: don't overwrite install prefix by defaultAqua-sama2018-10-162-4/+4
|
* urlfilter: Add FilterTree classAqua-sama2018-10-161-1/+1
| | | | | | | FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format.
* Add workaround for QTBUG-62511Aqua-sama2018-10-151-0/+5
|
* Remove -march and -mtune from default release flagsAqua-sama2018-10-151-2/+2
|
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-151-0/+52
| | | | | | 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-15/+7
|
* Update readmeAqua-sama2018-10-121-3/+6
|
* Add hint on enabling plugins to makepkgAqua-sama2018-10-072-0/+15
|
* Update pkgbuild to use asciidoctorAqua-sama2018-10-041-2/+2
|
* Update pkgbuildAqua-sama2018-10-031-3/+3
|
* Convert documentation into asciidoc from markdownAqua-sama2018-10-032-86/+10
|
* Update PKGBUILDAqua-sama2018-10-021-5/+13
|
* breakpad: Use system breakpad by defaultAqua-sama2018-09-281-0/+5
|
* Update readmeAqua-sama2018-08-181-0/+3
| | | | Update configuration summary
* Update manpageAqua-sama2018-08-051-64/+16
|
* Update build instructionsAqua-sama2018-07-291-3/+3
|
* Fix version.h.inAqua-sama2018-07-171-4/+1
|
* Fix PKGBUILDAqua-sama2018-07-171-7/+7
|
* Switch vcs to gitAqua-sama2018-07-171-64/+41
|
* Update pkgbuildAqua-sama2018-06-255-503/+18
|
* Split shortcuts into new tabAqua-sama2018-06-231-1/+1
|
* Update manpageAqua-sama2018-06-223-14/+31
|
* .desktop: add run with firejail actionAqua-sama2018-06-172-1/+9
|
* Sort .profile by timeAqua-sama2018-06-161-2/+2
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Add extra-cmake-modules to make dependsAqua-sama2018-06-161-1/+2
|
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-161-0/+3
|
* Update building.mdAqua-sama2018-06-151-1/+1
|
* Add poi.desktopAqua-sama2018-06-142-0/+21
|