Skip to content

Commit 89d5ee3

Browse files
committed
Update QuickCut release date and description.
1 parent a583e72 commit 89d5ee3

File tree

7 files changed

+112
-79
lines changed

7 files changed

+112
-79
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ if(GENERATE_DOCS)
125125
set(DOXYGEN_PROJECT_NAME ${PROJECT_NAME})
126126
set(DOXYGEN_PROJECT_NUMBER v${QUICKCUT_VERSION})
127127
set(DOXYGEN_PROJECT_BRIEF "\
128-
QuickCut is a shortcut keyboard manager that both facilitates key mapping \
129-
and activates specified processes. \
128+
QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the \
129+
configuration of global hotkeys triggering user defined actions. \
130130
")
131131
set(DOXYGEN_PROJECT_LOGO ./media/logo.png)
132132
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE ./docs/README.md)

contrib/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROJECT_NUMBER = 2.0.0
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = "QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes."
47+
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."
4848

4949
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050
# in the documentation. The maximum height of the logo should not exceed 55

contrib/run_clang-format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ find \
99
source/QuickCutConsole \
1010
source/QuickCutService \
1111
source/QuickCutShared \
12-
-regex '.*\.\(cpp\|h\|hpp\|cc\|cxx\)' -exec \
13-
clang-format -style=file -i {} \;
12+
-regex '.*\.\(cpp\|h\|hpp\|cc\|cxx\)' \
13+
-exec clang-format -style=file -i {} \;

source/QuickCut/Resources/ui/AboutView.ui

Lines changed: 98 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>455</width>
10-
<height>241</height>
9+
<width>573</width>
10+
<height>275</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -19,17 +19,75 @@
1919
</iconset>
2020
</property>
2121
<layout class="QGridLayout" name="gridLayout">
22+
<item row="1" column="0" rowspan="3">
23+
<widget class="QLabel" name="lblIcon">
24+
<property name="maximumSize">
25+
<size>
26+
<width>128</width>
27+
<height>128</height>
28+
</size>
29+
</property>
30+
<property name="text">
31+
<string/>
32+
</property>
33+
<property name="pixmap">
34+
<pixmap resource="../QuickCut.qrc">:/logo.png</pixmap>
35+
</property>
36+
<property name="scaledContents">
37+
<bool>true</bool>
38+
</property>
39+
</widget>
40+
</item>
41+
<item row="3" column="1" colspan="2">
42+
<widget class="QLabel" name="lblDescription">
43+
<property name="text">
44+
<string>QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.</string>
45+
</property>
46+
<property name="textFormat">
47+
<enum>Qt::AutoText</enum>
48+
</property>
49+
<property name="wordWrap">
50+
<bool>true</bool>
51+
</property>
52+
</widget>
53+
</item>
54+
<item row="9" column="1">
55+
<spacer name="horizontalSpacer">
56+
<property name="orientation">
57+
<enum>Qt::Horizontal</enum>
58+
</property>
59+
<property name="sizeHint" stdset="0">
60+
<size>
61+
<width>40</width>
62+
<height>20</height>
63+
</size>
64+
</property>
65+
</spacer>
66+
</item>
67+
<item row="8" column="2">
68+
<spacer name="verticalSpacer">
69+
<property name="orientation">
70+
<enum>Qt::Vertical</enum>
71+
</property>
72+
<property name="sizeHint" stdset="0">
73+
<size>
74+
<width>20</width>
75+
<height>40</height>
76+
</size>
77+
</property>
78+
</spacer>
79+
</item>
2280
<item row="6" column="1" colspan="2">
23-
<widget class="QLabel" name="lblGitHub">
81+
<widget class="QLabel" name="lblQuickCutWeb">
2482
<property name="font">
2583
<font>
26-
<pointsize>10</pointsize>
84+
<pointsize>9</pointsize>
2785
<weight>75</weight>
2886
<bold>true</bold>
2987
</font>
3088
</property>
3189
<property name="text">
32-
<string>Link to the &lt;a href=&quot;https://github.com/giladreich/QuickCut/releases&quot;&gt;GitHub Page&lt;/a&gt;</string>
90+
<string>&lt;a href=&quot;https://quickcut.greich.com&quot;&gt;https://quickcut.greich.com&lt;/a&gt;</string>
3391
</property>
3492
<property name="openExternalLinks">
3593
<bool>true</bool>
@@ -39,7 +97,7 @@
3997
</property>
4098
</widget>
4199
</item>
42-
<item row="8" column="2">
100+
<item row="9" column="2">
43101
<widget class="QPushButton" name="btnClose">
44102
<property name="maximumSize">
45103
<size>
@@ -55,6 +113,20 @@
55113
</property>
56114
</widget>
57115
</item>
116+
<item row="4" column="1" colspan="2">
117+
<widget class="QLabel" name="lblCopyRight">
118+
<property name="text">
119+
<string>Copyright (C) 2019-XXYEARXX Gilad Reich</string>
120+
</property>
121+
</widget>
122+
</item>
123+
<item row="2" column="1" colspan="2">
124+
<widget class="QLabel" name="lblVersion">
125+
<property name="text">
126+
<string>Version XXVERSIONXX</string>
127+
</property>
128+
</widget>
129+
</item>
58130
<item row="1" column="1" colspan="2">
59131
<widget class="QLabel" name="lblAppName">
60132
<property name="font">
@@ -69,77 +141,38 @@
69141
</property>
70142
</widget>
71143
</item>
72-
<item row="7" column="2">
73-
<spacer name="verticalSpacer">
74-
<property name="orientation">
75-
<enum>Qt::Vertical</enum>
76-
</property>
77-
<property name="sizeHint" stdset="0">
78-
<size>
79-
<width>20</width>
80-
<height>40</height>
81-
</size>
82-
</property>
83-
</spacer>
84-
</item>
85-
<item row="8" column="1">
86-
<spacer name="horizontalSpacer">
87-
<property name="orientation">
88-
<enum>Qt::Horizontal</enum>
89-
</property>
90-
<property name="sizeHint" stdset="0">
91-
<size>
92-
<width>40</width>
93-
<height>20</height>
94-
</size>
144+
<item row="7" column="1" colspan="2">
145+
<widget class="QLabel" name="lblGitHub">
146+
<property name="font">
147+
<font>
148+
<pointsize>9</pointsize>
149+
<weight>75</weight>
150+
<bold>true</bold>
151+
</font>
95152
</property>
96-
</spacer>
97-
</item>
98-
<item row="3" column="1" colspan="2">
99-
<widget class="QLabel" name="lblDescription">
100153
<property name="text">
101-
<string>QuickCut is a shortcut keyboard manager that allows you to map keys and activate specified processes.</string>
154+
<string>&lt;a href=&quot;https://github.com/giladreich/QuickCut&quot;&gt;https://github.com/giladreich/QuickCut&lt;/a&gt;</string>
102155
</property>
103-
<property name="textFormat">
104-
<enum>Qt::AutoText</enum>
105-
</property>
106-
<property name="wordWrap">
156+
<property name="openExternalLinks">
107157
<bool>true</bool>
108158
</property>
109-
</widget>
110-
</item>
111-
<item row="4" column="1" colspan="2">
112-
<widget class="QLabel" name="lblCopyRight">
113-
<property name="text">
114-
<string>Copyright (C) 2019 - XXYEARXX Gilad Reich</string>
159+
<property name="textInteractionFlags">
160+
<set>Qt::TextBrowserInteraction</set>
115161
</property>
116162
</widget>
117163
</item>
118-
<item row="2" column="1" colspan="2">
119-
<widget class="QLabel" name="lblVersion">
120-
<property name="text">
121-
<string>Version XXVERSIONXX</string>
164+
<item row="5" column="1">
165+
<spacer name="verticalSpacer_2">
166+
<property name="orientation">
167+
<enum>Qt::Vertical</enum>
122168
</property>
123-
</widget>
124-
</item>
125-
<item row="1" column="0" rowspan="3">
126-
<widget class="QLabel" name="lblIcon">
127-
<property name="maximumSize">
169+
<property name="sizeHint" stdset="0">
128170
<size>
129-
<width>128</width>
130-
<height>128</height>
171+
<width>20</width>
172+
<height>40</height>
131173
</size>
132174
</property>
133-
<property name="text">
134-
<string/>
135-
</property>
136-
<property name="pixmap">
137-
<pixmap resource="../QuickCut.qrc">:/logo.png</pixmap>
138-
</property>
139-
<property name="scaledContents">
140-
<bool>true</bool>
141-
</property>
142-
</widget>
175+
</spacer>
143176
</item>
144177
</layout>
145178
</widget>

source/QuickCut/Resources/ui/UpdatesView.ui

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>400</width>
10-
<height>112</height>
10+
<height>77</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -17,21 +17,21 @@
1717
<item row="0" column="0">
1818
<widget class="QLabel" name="lblText">
1919
<property name="text">
20-
<string>New releases can be found on the GitHub page:</string>
20+
<string>Get the latest version from the following url:</string>
2121
</property>
2222
</widget>
2323
</item>
2424
<item row="1" column="0">
25-
<widget class="QLabel" name="lblGitHub">
25+
<widget class="QLabel" name="lblQuickCutWeb">
2626
<property name="font">
2727
<font>
28-
<pointsize>10</pointsize>
28+
<pointsize>9</pointsize>
2929
<weight>75</weight>
3030
<bold>true</bold>
3131
</font>
3232
</property>
3333
<property name="text">
34-
<string>Link to the &lt;a href=&quot;https://github.com/giladreich/QuickCut/releases&quot;&gt;GitHub Page&lt;/a&gt;</string>
34+
<string>&lt;a href=&quot;https://quickcut.greich.com&quot;&gt;https://quickcut.greich.com&lt;/a&gt;</string>
3535
</property>
3636
<property name="openExternalLinks">
3737
<bool>true</bool>

source/QuickCutInstaller/Windows/x64/packages/com.greich.quickcut.msvc.x64/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Package>
33
<DisplayName>QuickCut x64</DisplayName>
4-
<Description>QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes.</Description>
4+
<Description>QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.</Description>
55
<Version>2.0.0</Version>
6-
<ReleaseDate>2020-07-09</ReleaseDate>
6+
<ReleaseDate>2020-07-27</ReleaseDate>
77
<Default>true</Default>
88
<Script>InstallScript.qs</Script>
99
<Licenses>

source/QuickCutInstaller/Windows/x86/packages/com.greich.quickcut.msvc.x86/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Package>
33
<DisplayName>QuickCut x86</DisplayName>
4-
<Description>QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes.</Description>
4+
<Description>QuickCut is a cross-platform keyboard manager that both facilitates key mapping and allows the configuration of global hotkeys triggering user defined actions.</Description>
55
<Version>2.0.0</Version>
6-
<ReleaseDate>2020-07-09</ReleaseDate>
6+
<ReleaseDate>2020-07-27</ReleaseDate>
77
<Default>true</Default>
88
<Script>InstallScript.qs</Script>
99
<Licenses>

0 commit comments

Comments
 (0)