aboutsummaryrefslogtreecommitdiff
path: root/lib/about
Commit message (Collapse)AuthorAgeFilesLines
* move lib/about to src/aboutAqua-sama2020-04-197-638/+0
| | | | | - add AboutDialog test - add SVG icon in place of application icon
* Fix various gcc and clazy compile warningsAqua-sama2020-01-171-8/+8
|
* Drop boost dependencyAqua-sama2019-11-031-1/+2
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Improve meson.build filesAqua-sama2019-10-132-3/+2
| | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader
* Add WIP Python REPL interfaceAqua-sama2019-02-231-9/+5
| | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-1/+1
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* Update license yearAqua-sama2019-01-021-1/+1
|
* Update About Dialog textAqua-sama2018-11-232-5/+19
|
* Loading and unloading of plugins at runtimeAqua-sama2018-11-233-18/+59
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-233-56/+4
| | | | - Remove plugin list from About dialog
* Add AboutPlugin dialogAqua-sama2018-11-224-3/+300
|
* Add link to GPL to About dialogAqua-sama2018-11-202-7/+11
|
* Remove CMakeListsAqua-sama2018-10-251-20/+0
|
* Use vcs_tag to get version informationAqua-sama2018-10-242-4/+2
|
* Initial meson build filesAqua-sama2018-10-232-3/+18
|
* Update CMakeLists option namesAqua-sama2018-10-141-3/+3
|
* Update repository path in license headersAqua-sama2018-09-292-2/+2
|
* Add --no-remote optionAqua-sama2018-07-021-1/+1
|
* Socket messages are json formattedAqua-sama2018-06-261-1/+2
|
* Add Browser::aboutAqua-sama2018-06-214-49/+146
|
* AddressBar: code cleanupAqua-sama2018-06-181-1/+2
| | | | AddressBar: match input for protocol or '.' in addition to url validity
* AboutDialog: add profile list to details tabAqua-sama2018-06-152-6/+24
|
* Update about dialogAqua-sama2018-05-292-6/+10
|
* Remove unneeded po::storeAqua-sama2018-04-211-1/+1
|
* Add msvc to AboutDialog compiler defineAqua-sama2018-04-211-1/+3
|
* Add Boost_INCLUDE_DIRS to poi and aboutAqua-sama2018-04-211-0/+3
|
* Style passAqua-sama2018-04-171-7/+7
|
* Multiple subwindows interfaceAqua-sama2018-04-164-0/+219
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