diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c23f53..41561a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,8 +125,8 @@ if(GENERATE_DOCS)
set(DOXYGEN_PROJECT_NAME ${PROJECT_NAME})
set(DOXYGEN_PROJECT_NUMBER v${QUICKCUT_VERSION})
set(DOXYGEN_PROJECT_BRIEF "\
- QuickCut is a shortcut keyboard manager that both facilitates key mapping \
- and activates specified processes. \
+ QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the \
+ configuration of global hotkeys triggering user defined actions. \
")
set(DOXYGEN_PROJECT_LOGO ./media/logo.png)
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE ./docs/README.md)
diff --git a/contrib/Doxyfile b/contrib/Doxyfile
index 39e4a85..e62e051 100644
--- a/contrib/Doxyfile
+++ b/contrib/Doxyfile
@@ -44,7 +44,7 @@ PROJECT_NUMBER = 2.0.0
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = "QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes."
+PROJECT_BRIEF = "QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions."
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
diff --git a/contrib/run_clang-format.sh b/contrib/run_clang-format.sh
index 2a2cc52..c71f2e7 100644
--- a/contrib/run_clang-format.sh
+++ b/contrib/run_clang-format.sh
@@ -9,5 +9,5 @@ find \
source/QuickCutConsole \
source/QuickCutService \
source/QuickCutShared \
- -regex '.*\.\(cpp\|h\|hpp\|cc\|cxx\)' -exec \
- clang-format -style=file -i {} \;
+ -regex '.*\.\(cpp\|h\|hpp\|cc\|cxx\)' \
+ -exec clang-format -style=file -i {} \;
diff --git a/source/QuickCut/Resources/ui/AboutView.ui b/source/QuickCut/Resources/ui/AboutView.ui
index f5c3d8e..b8d2c97 100644
--- a/source/QuickCut/Resources/ui/AboutView.ui
+++ b/source/QuickCut/Resources/ui/AboutView.ui
@@ -6,8 +6,8 @@
0
0
- 455
- 241
+ 573
+ 275
@@ -19,17 +19,75 @@
+ -
+
+
+
+ 128
+ 128
+
+
+
+
+
+
+ :/logo.png
+
+
+ true
+
+
+
+ -
+
+
+ QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.
+
+
+ Qt::AutoText
+
+
+ true
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
-
-
+
- 10
+ 9
75
true
- Link to the <a href="https://github.com/giladreich/QuickCut/releases">GitHub Page</a>
+ <a href="https://quickcut.greich.com">https://quickcut.greich.com</a>
true
@@ -39,7 +97,7 @@
- -
+
-
@@ -55,6 +113,20 @@
+ -
+
+
+ Copyright (C) 2019-XXYEARXX Gilad Reich
+
+
+
+ -
+
+
+ Version XXVERSIONXX
+
+
+
-
@@ -69,77 +141,38 @@
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
+
-
+
+
+
+ 9
+ 75
+ true
+
-
-
- -
-
- QuickCut is a shortcut keyboard manager that allows you to map keys and activate specified processes.
+ <a href="https://github.com/giladreich/QuickCut">https://github.com/giladreich/QuickCut</a>
-
- Qt::AutoText
-
-
+
true
-
-
- -
-
-
- Copyright (C) 2019 - XXYEARXX Gilad Reich
+
+ Qt::TextBrowserInteraction
- -
-
-
- Version XXVERSIONXX
+
-
+
+
+ Qt::Vertical
-
-
- -
-
-
+
- 128
- 128
+ 20
+ 40
-
-
-
-
- :/logo.png
-
-
- true
-
-
+
diff --git a/source/QuickCut/Resources/ui/UpdatesView.ui b/source/QuickCut/Resources/ui/UpdatesView.ui
index bedb499..a525ec6 100644
--- a/source/QuickCut/Resources/ui/UpdatesView.ui
+++ b/source/QuickCut/Resources/ui/UpdatesView.ui
@@ -7,7 +7,7 @@
0
0
400
- 112
+ 77
@@ -17,21 +17,21 @@
-
- New releases can be found on the GitHub page:
+ Get the latest version from the following url:
-
-
+
- 10
+ 9
75
true
- Link to the <a href="https://github.com/giladreich/QuickCut/releases">GitHub Page</a>
+ <a href="https://quickcut.greich.com">https://quickcut.greich.com</a>
true
diff --git a/source/QuickCutInstaller/Windows/x64/packages/com.greich.quickcut.msvc.x64/meta/package.xml b/source/QuickCutInstaller/Windows/x64/packages/com.greich.quickcut.msvc.x64/meta/package.xml
index 36a6261..d6a11a0 100644
--- a/source/QuickCutInstaller/Windows/x64/packages/com.greich.quickcut.msvc.x64/meta/package.xml
+++ b/source/QuickCutInstaller/Windows/x64/packages/com.greich.quickcut.msvc.x64/meta/package.xml
@@ -1,9 +1,9 @@
QuickCut x64
- QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes.
+ QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.
2.0.0
- 2020-07-09
+ 2020-07-27
true
diff --git a/source/QuickCutInstaller/Windows/x86/packages/com.greich.quickcut.msvc.x86/meta/package.xml b/source/QuickCutInstaller/Windows/x86/packages/com.greich.quickcut.msvc.x86/meta/package.xml
index c14c83f..6b34714 100644
--- a/source/QuickCutInstaller/Windows/x86/packages/com.greich.quickcut.msvc.x86/meta/package.xml
+++ b/source/QuickCutInstaller/Windows/x86/packages/com.greich.quickcut.msvc.x86/meta/package.xml
@@ -1,9 +1,9 @@
QuickCut x86
- QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes.
+ QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.
2.0.0
- 2020-07-09
+ 2020-07-27
true