aboutsummaryrefslogtreecommitdiff
path: root/lib/about/aboutdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-1/+0
| | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader
* Update license yearAqua-sama2019-01-021-1/+1
|
* Update About Dialog textAqua-sama2018-11-231-3/+14
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-10/+0
| | | | - Remove plugin list from About dialog
* Add link to GPL to About dialogAqua-sama2018-11-201-1/+2
|
* Use vcs_tag to get version informationAqua-sama2018-10-241-2/+1
|
* Initial meson build filesAqua-sama2018-10-231-3/+1
|
* Update CMakeLists option namesAqua-sama2018-10-141-3/+3
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* Add --no-remote optionAqua-sama2018-07-021-1/+1
|
* Socket messages are json formattedAqua-sama2018-06-261-1/+2
|
* Add Browser::aboutAqua-sama2018-06-211-46/+28
|
* 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-151-6/+22
|
* Update about dialogAqua-sama2018-05-291-5/+7
|
* Remove unneeded po::storeAqua-sama2018-04-211-1/+1
|
* Add msvc to AboutDialog compiler defineAqua-sama2018-04-211-1/+3
|
* Style passAqua-sama2018-04-171-7/+7
|
* Multiple subwindows interfaceAqua-sama2018-04-161-0/+68
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