diff --git a/.gitignore b/.gitignore index 5cb96db..77547a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ build/* debian/build/* -debian/com.github.kjlaw89.web-watcher.debhelper.log -debian/com.github.kjlaw89.web-watcher.substvars -debian/com.github.kjlaw89.web-watcher/ +debian/com.github.kjlaw89.webwatcher.debhelper.log +debian/com.github.kjlaw89.webwatcher.substvars +debian/com.github.kjlaw89.webwatcher/ debian/debhelper-build-stamp -debian/files \ No newline at end of file +debian/files diff --git a/README.md b/README.md index 0599028..ae6f2d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Icon + Icon

Web Watcher

Know when your websites are misbehaving!

@@ -7,20 +7,23 @@

- - - - - - - - + + + + + + + + + + + Build Status

- Screenshot 1
- Screenshot 1
+ Screenshot 1
+ Screenshot 1
Report a problem!

@@ -45,9 +48,11 @@ These dependencies must be present before building - `debhelper (>= 9)` - `libgranite-dev` - `libgtk-3-dev` - - `sqlite3-dev` - - `unity-dev` - - `appindicator3-0.1-dev` + - `libsqlite3-dev` + - `libunity-dev` + - `libappindicator3-dev` + - `libsoup2.4-dev` + - `libjson-glib-dev` ### Building @@ -57,7 +62,7 @@ meson build && cd build meson configure -Dprefix=/usr ninja sudo ninja install -com.github.kjlaw89.web-watcher +com.github.kjlaw89.webwatcher ``` ### Deconstruct diff --git a/data/com.github.kjlaw89.web-watcher.gresource.xml b/data/com.github.kjlaw89.web-watcher.gresource.xml deleted file mode 100644 index 93a6b41..0000000 --- a/data/com.github.kjlaw89.web-watcher.gresource.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - css/style.css - - - - images/com.github.kjlaw89.web-watcher.svg - - images/icons/16/com.github.kjlaw89.web-watcher.svg - - images/icons/24/com.github.kjlaw89.web-watcher.svg - - images/icons/32/com.github.kjlaw89.web-watcher.svg - - images/icons/48/com.github.kjlaw89.web-watcher.svg - - images/icons/64/com.github.kjlaw89.web-watcher.svg - - images/icons/128/com.github.kjlaw89.web-watcher.svg - - - diff --git a/data/com.github.kjlaw89.web-watcher.appdata.xml b/data/com.github.kjlaw89.webwatcher.appdata.xml similarity index 51% rename from data/com.github.kjlaw89.web-watcher.appdata.xml rename to data/com.github.kjlaw89.webwatcher.appdata.xml index cc50ee3..c9d1c3f 100644 --- a/data/com.github.kjlaw89.web-watcher.appdata.xml +++ b/data/com.github.kjlaw89.webwatcher.appdata.xml @@ -1,22 +1,40 @@ - com.github.kjlaw89.web-watcher + com.github.kjlaw89.webwatcher CC0-1.0 GPL-3.0+ - App Template - Template for vala apps + Web Watcher + Know when your websites are misbehaving! KJ Lawrence + + + - com.github.kjlaw89.web-watcher + com.github.kjlaw89.webwatcher https://raw.githubusercontent.com/kjlaw89/web-watcher/master/data/images/screenshot1.png + + https://raw.githubusercontent.com/kjlaw89/web-watcher/master/data/images/screenshot2.png +

Know when your websites are misbehaving!

+ +

Features

+ +
https://kjlaw89.github.io/web-watcher/ https://github.com/kjlaw89/web-watcher/issues diff --git a/data/com.github.kjlaw89.web-watcher.desktop b/data/com.github.kjlaw89.webwatcher.desktop similarity index 65% rename from data/com.github.kjlaw89.web-watcher.desktop rename to data/com.github.kjlaw89.webwatcher.desktop index efa42c1..35fbdd2 100644 --- a/data/com.github.kjlaw89.web-watcher.desktop +++ b/data/com.github.kjlaw89.webwatcher.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=Web Watcher -Comment=Monitor your websites for uptime -Icon=com.github.kjlaw89.web-watcher -Exec=com.github.kjlaw89.web-watcher +Comment=Know when your websites are misbehaving! +Icon=com.github.kjlaw89.webwatcher +Exec=com.github.kjlaw89.webwatcher Terminal=false Type=Application StartupNotify=true diff --git a/data/com.github.kjlaw89.webwatcher.gresource.xml b/data/com.github.kjlaw89.webwatcher.gresource.xml new file mode 100644 index 0000000..dcf0eaf --- /dev/null +++ b/data/com.github.kjlaw89.webwatcher.gresource.xml @@ -0,0 +1,24 @@ + + + + + css/style.css + + + + images/com.github.kjlaw89.webwatcher.svg + + images/icons/16/com.github.kjlaw89.webwatcher.svg + + images/icons/24/com.github.kjlaw89.webwatcher.svg + + images/icons/32/com.github.kjlaw89.webwatcher.svg + + images/icons/48/com.github.kjlaw89.webwatcher.svg + + images/icons/64/com.github.kjlaw89.webwatcher.svg + + images/icons/128/com.github.kjlaw89.webwatcher.svg + + + diff --git a/data/com.github.kjlaw89.web-watcher.gschema.xml b/data/com.github.kjlaw89.webwatcher.gschema.xml similarity index 84% rename from data/com.github.kjlaw89.web-watcher.gschema.xml rename to data/com.github.kjlaw89.webwatcher.gschema.xml index 2e3ce1e..837f778 100644 --- a/data/com.github.kjlaw89.web-watcher.gschema.xml +++ b/data/com.github.kjlaw89.webwatcher.gschema.xml @@ -1,7 +1,7 @@ - + -1 Most recent x position of Web Watcher diff --git a/data/images/com.github.kjlaw89.web-watcher.png b/data/images/com.github.kjlaw89.webwatcher.png similarity index 100% rename from data/images/com.github.kjlaw89.web-watcher.png rename to data/images/com.github.kjlaw89.webwatcher.png diff --git a/data/images/com.github.kjlaw89.web-watcher.svg b/data/images/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/com.github.kjlaw89.web-watcher.svg rename to data/images/com.github.kjlaw89.webwatcher.svg diff --git a/data/images/icons/128/com.github.kjlaw89.web-watcher.svg b/data/images/icons/128/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/icons/128/com.github.kjlaw89.web-watcher.svg rename to data/images/icons/128/com.github.kjlaw89.webwatcher.svg diff --git a/data/images/icons/16/com.github.kjlaw89.web-watcher.svg b/data/images/icons/16/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/icons/16/com.github.kjlaw89.web-watcher.svg rename to data/images/icons/16/com.github.kjlaw89.webwatcher.svg diff --git a/data/images/icons/24/com.github.kjlaw89.web-watcher.svg b/data/images/icons/24/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/icons/24/com.github.kjlaw89.web-watcher.svg rename to data/images/icons/24/com.github.kjlaw89.webwatcher.svg diff --git a/data/images/icons/32/com.github.kjlaw89.web-watcher.svg b/data/images/icons/32/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/icons/32/com.github.kjlaw89.web-watcher.svg rename to data/images/icons/32/com.github.kjlaw89.webwatcher.svg diff --git a/data/images/icons/48/com.github.kjlaw89.web-watcher.svg b/data/images/icons/48/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/icons/48/com.github.kjlaw89.web-watcher.svg rename to data/images/icons/48/com.github.kjlaw89.webwatcher.svg diff --git a/data/images/icons/64/com.github.kjlaw89.web-watcher.svg b/data/images/icons/64/com.github.kjlaw89.webwatcher.svg similarity index 100% rename from data/images/icons/64/com.github.kjlaw89.web-watcher.svg rename to data/images/icons/64/com.github.kjlaw89.webwatcher.svg diff --git a/data/meson.build b/data/meson.build index ac7f64b..c58a989 100644 --- a/data/meson.build +++ b/data/meson.build @@ -9,7 +9,7 @@ endforeach install_data( join_paths('images', meson.project_name() + '.svg'), - install_dir: join_paths(get_option('datadir'), 'web-watcher', 'images') + install_dir: join_paths(get_option('datadir'), 'webwatcher', 'images') ) install_data( @@ -30,4 +30,4 @@ install_data( install_data( meson.project_name() + '.gschema.xml', install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas') -) \ No newline at end of file +) diff --git a/debian/changelog b/debian/changelog index 3651679..6ae89eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.github.kjlaw89.web-watcher (1.0.0) xenial; urgency=low +com.github.kjlaw89.webwatcher (1.0.0) xenial; urgency=low * Initial Release diff --git a/debian/control b/debian/control index d01b49a..8d3bf6a 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: com.github.kjlaw89.web-watcher +Source: com.github.kjlaw89.webwatcher Section: x11 Priority: extra Maintainer: KJ Lawrence @@ -6,10 +6,15 @@ Build-Depends: meson (>= 0.40), valac (>= 0.26), debhelper (>= 9), libgranite-dev (>= 0.3.0), - libgtk-3-dev + libgtk-3-dev, + libsqlite3-dev, + libunity-dev, + libappindicator3-dev, + libsoup2.4-dev, + libjson-glib-dev Standards-Version: 3.9.3 -Package: com.github.kjlaw89.web-watcher +Package: com.github.kjlaw89.webwatcher Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Template for vala apps +Description: Know when your websites are misbehaving! diff --git a/debian/copyright b/debian/copyright index 0dfe27f..972ad98 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ Format: http://dep.debian.net/deps/dep5 -Upstream-Name: App Template +Upstream-Name: Web Watcher Source: https://github.com/kjlaw89/web-watcher Files: * -Copyright: 2017 KJ Lawrence +Copyright: 2018 KJ Lawrence License: GPL-3.0+ License: GPL-3.0+ diff --git a/debian/rules b/debian/rules index 41064f0..061b248 100755 --- a/debian/rules +++ b/debian/rules @@ -29,5 +29,5 @@ override_dh_auto_test: cd debian/build && ninja test override_dh_auto_install: - cd debian/build && DESTDIR=${CURDIR}/debian/com.github.kjlaw89.web-watcher ninja install + cd debian/build && DESTDIR=${CURDIR}/debian/com.github.kjlaw89.webwatcher ninja install diff --git a/meson.build b/meson.build index 2c6c9a2..ab72c06 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.kjlaw89.web-watcher', ['vala', 'c'], +project('com.github.kjlaw89.webwatcher', ['vala', 'c'], version : '1.0.0', license: 'GPL-3.0' ) @@ -7,7 +7,7 @@ gnome = import('gnome') i18n = import('i18n') gresource = gnome.compile_resources( - 'as-resources', 'data/com.github.kjlaw89.web-watcher.gresource.xml', + 'as-resources', 'data/com.github.kjlaw89.webwatcher.gresource.xml', source_dir: 'data', c_name: 'as' ) @@ -18,8 +18,7 @@ configure_file(output: 'config.h', configuration: conf) config_h_dir = include_directories('.') c_args = [ - '-include', 'config.h', - '-DGWEATHER_I_KNOW_THIS_IS_UNSTABLE' + '-include', 'config.h' ] subdir('data') @@ -38,7 +37,7 @@ dependencies = [ dependency('appindicator3-0.1') ] -executable('com.github.kjlaw89.web-watcher', +executable('com.github.kjlaw89.webwatcher', sources, gresource, c_args: c_args, diff --git a/po/LINGUAS b/po/LINGUAS index da462d3..e69de29 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +0,0 @@ -pt_BR \ No newline at end of file diff --git a/po/POTFILES b/po/POTFILES index f4651b2..e69de29 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1 +0,0 @@ -src/configs/Properties.vala \ No newline at end of file diff --git a/po/com.github.kjlaw89.web_watcher.pot b/po/com.github.kjlaw89.web_watcher.pot new file mode 100644 index 0000000..812097d --- /dev/null +++ b/po/com.github.kjlaw89.web_watcher.pot @@ -0,0 +1,17 @@ +# Copyright (c) 2018 KJ Lawrence +# This file is distributed under the same license as the com.github.kjlaw89.webwatcher package. +# KJ Lawrence , 2018. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: com.github.kjlaw89.webwatcher\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-03 12:00-0000\n" +"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" diff --git a/po/com.github.robertsanseries.template-for-vala-apps.pot b/po/com.github.robertsanseries.template-for-vala-apps.pot deleted file mode 100644 index 179aefb..0000000 --- a/po/com.github.robertsanseries.template-for-vala-apps.pot +++ /dev/null @@ -1,34 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the com.github.kjlaw89.web-watcher package. -# KJ Lawrence , 2017. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: com.github.kjlaw89.web-watcher\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-14 22:30-0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/configs/Properties.vala:30 -msgid "App Template" -msgstr "" - -#: src/configs/Properties.vala:31 -msgid "Close" -msgstr "" - -#: src/configs/Properties.vala:32 -msgid "Welcome" -msgstr "" - -#: src/configs/Properties.vala:33 -msgid "This app is just a template" -msgstr "" \ No newline at end of file diff --git a/po/pt_BR.po b/po/pt_BR.po deleted file mode 100644 index dff28ba..0000000 --- a/po/pt_BR.po +++ /dev/null @@ -1,28 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: 1.0.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-14 22:30-0000\n" -"PO-Revision-Date: 2017-09-14 22:30-0000\n" -"Last-Translator: KJ Lawrence \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/configs/Properties.vala:30 -msgid "App Template" -msgstr "Modelo de aplicativo" - -#: src/configs/Properties.vala:31 -msgid "Close" -msgstr "Fechar" - -#: src/configs/Properties.vala:32 -msgid "Welcome" -msgstr "Bem-vindo" - -#: src/configs/Properties.vala:33 -msgid "This app is just a template" -msgstr "Este aplicativo é apenas um modelo" \ No newline at end of file diff --git a/src/Application.vala b/src/Application.vala index 7481f49..279d0ff 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -35,7 +35,7 @@ namespace App { /** * Constructs a new {@code Application} object. * - * @see web-watcher.Configs.Constants + * @see webwatcher.Configs.Constants */ public Application () { Object ( diff --git a/src/Main.vala b/src/Main.vala index 49d65dd..b02895b 100644 --- a/src/Main.vala +++ b/src/Main.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/Window.vala b/src/Window.vala index 5ca85ae..95490b7 100644 --- a/src/Window.vala +++ b/src/Window.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/configs/Constants.vala b/src/configs/Constants.vala index ed8451c..07ed063 100644 --- a/src/configs/Constants.vala +++ b/src/configs/Constants.vala @@ -23,11 +23,11 @@ namespace App.Configs { * @since 1.0.0 */ public class Constants { - public abstract const string ID = "com.github.kjlaw89.web-watcher"; + public abstract const string ID = "com.github.kjlaw89.webwatcher"; public abstract const string VERSION = "1.0.0"; public abstract const string PROGRAM_NAME = "Web Watcher"; public abstract const string APP_YEARS = "2018"; - public abstract const string APP_ICON = "com.github.kjlaw89.web-watcher"; + public abstract const string APP_ICON = "com.github.kjlaw89.webwatcher"; public abstract const string ABOUT_COMMENTS = "Monitor your sites for uptime and performance"; public abstract const string TRANSLATOR_CREDITS = "Github Translators"; public abstract const string MAIN_URL = "https://kjlaw89.github.io/web-watcher"; @@ -36,7 +36,7 @@ namespace App.Configs { public abstract const string TRANSLATE_URL = "https://kjlaw89.github.io/web-watcher"; public abstract const string TEXT_FOR_ABOUT_DIALOG_WEBSITE = "Website"; public abstract const string TEXT_FOR_ABOUT_DIALOG_WEBSITE_URL = "https://kjlaw89.github.io/web-watcher"; - public abstract const string URL_CSS = "com/github/kjlaw89/web-watcher/css/style.css"; + public abstract const string URL_CSS = "com/github/kjlaw89/webwatcher/css/style.css"; public abstract const string [] ABOUT_AUTHORS = { "KJ Lawrence " }; public abstract const Gtk.License ABOUT_LICENSE_TYPE = Gtk.License.GPL_3_0; } diff --git a/src/configs/Properties.vala b/src/configs/Properties.vala index c1d6489..3d02176 100644 --- a/src/configs/Properties.vala +++ b/src/configs/Properties.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/configs/Settings.vala b/src/configs/Settings.vala index 84bdb43..32306f4 100644 --- a/src/configs/Settings.vala +++ b/src/configs/Settings.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -49,8 +49,8 @@ namespace App.Configs { * Constructs a new {@code Settings} object * and sets the default exit folder. * - * @see web-watcher.Utils.StringUtil#is_empty(string) - * @see web-watcher.Constants + * @see webwatcher.Utils.StringUtil#is_empty(string) + * @see webwatcher.Constants */ private Settings () { base (Constants.ID); diff --git a/src/controllers/AppController.vala b/src/controllers/AppController.vala index a3f29f3..ea1c063 100644 --- a/src/controllers/AppController.vala +++ b/src/controllers/AppController.vala @@ -51,7 +51,7 @@ namespace App.Controllers { this.settings = App.Configs.Settings.get_instance (); this.window = window; - var dataDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.web-watcher"; + var dataDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.webwatcher"; var dir = File.new_for_path (dataDir); if (!dir.query_exists ()) { try { dir.make_directory (); } diff --git a/src/database/Database.vala b/src/database/Database.vala index a8b7ce0..d9164f4 100644 --- a/src/database/Database.vala +++ b/src/database/Database.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -45,10 +45,10 @@ namespace App.Database { /** * Constructs a new {@code Application} object. * - * @see web-watcher.Configs.Constants + * @see webwatcher.Configs.Constants */ private DB () { - var dataDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.web-watcher"; + var dataDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.webwatcher"; int status = Sqlite.Database.open (dataDir + "/sites.db", out this.db); if (status != Sqlite.OK) { diff --git a/src/enums/AppEnums.vala b/src/enums/AppEnums.vala index a631fa3..88ae549 100644 --- a/src/enums/AppEnums.vala +++ b/src/enums/AppEnums.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/models/SiteModel.vala b/src/models/SiteModel.vala index a80318b..48cff42 100644 --- a/src/models/SiteModel.vala +++ b/src/models/SiteModel.vala @@ -58,7 +58,7 @@ namespace App.Models { session.user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36"; session.ssl_strict = false; - _iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.web-watcher/icons/"; + _iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.webwatcher/icons/"; _iconImage = new Granite.AsyncImage (); } @@ -71,7 +71,7 @@ namespace App.Models { session.user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36"; session.ssl_strict = false; - _iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.web-watcher/icons/"; + _iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.webwatcher/icons/"; _iconImage = new Granite.AsyncImage (); } diff --git a/src/utils/FileUtil.vala b/src/utils/FileUtil.vala index ebcefc6..eb66321 100644 --- a/src/utils/FileUtil.vala +++ b/src/utils/FileUtil.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/utils/StringUtil.vala b/src/utils/StringUtil.vala index 203bb95..0bd507a 100644 --- a/src/utils/StringUtil.vala +++ b/src/utils/StringUtil.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/utils/TimeUtil.vala b/src/utils/TimeUtil.vala index f461c46..6bad4e4 100644 --- a/src/utils/TimeUtil.vala +++ b/src/utils/TimeUtil.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/utils/URLUtil.vala b/src/utils/URLUtil.vala index 905eb3c..2c12188 100644 --- a/src/utils/URLUtil.vala +++ b/src/utils/URLUtil.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/utils/WidgetUtil.vala b/src/utils/WidgetUtil.vala index 4c1d1c0..830aba5 100644 --- a/src/utils/WidgetUtil.vala +++ b/src/utils/WidgetUtil.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/views/SiteView.vala b/src/views/SiteView.vala index d6ad27a..249156f 100644 --- a/src/views/SiteView.vala +++ b/src/views/SiteView.vala @@ -54,7 +54,7 @@ namespace App.Views { public SiteView (SiteModel site) { this.orientation = Gtk.Orientation.VERTICAL; - this._iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.web-watcher/icons/"; + this._iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.webwatcher/icons/"; this._site = site; this.titleLabel = new Gtk.Label (null); diff --git a/src/widgets/HeaderBar.vala b/src/widgets/HeaderBar.vala index 706a286..ac0d3ef 100644 --- a/src/widgets/HeaderBar.vala +++ b/src/widgets/HeaderBar.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/widgets/IndicatorItem.vala b/src/widgets/IndicatorItem.vala index f0fee12..fc85e2e 100644 --- a/src/widgets/IndicatorItem.vala +++ b/src/widgets/IndicatorItem.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/src/widgets/SiteItem.vala b/src/widgets/SiteItem.vala index b78b4cc..babdf06 100644 --- a/src/widgets/SiteItem.vala +++ b/src/widgets/SiteItem.vala @@ -1,5 +1,5 @@ /* -* Copyright (c) 2017 KJ Lawrence +* Copyright (c) 2018 KJ Lawrence * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -49,7 +49,7 @@ namespace App.Widgets { * Constructs a new {@code Toolbar} object. */ public SiteItem (SiteModel site) { - this._iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.web-watcher/icons/"; + this._iconDir = Environment.get_home_dir () + "/.local/share/com.github.kjlaw89.webwatcher/icons/"; this._site = site; this.titleLabel = new Gtk.Label (null);