Skip to content

Commit

Permalink
Update QuickCut release date and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
giladreich committed Jul 27, 2020
1 parent a583e72 commit 89d5ee3
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 79 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion contrib/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions contrib/run_clang-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {} \;
163 changes: 98 additions & 65 deletions source/QuickCut/Resources/ui/AboutView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>455</width>
<height>241</height>
<width>573</width>
<height>275</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -19,17 +19,75 @@
</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" rowspan="3">
<widget class="QLabel" name="lblIcon">
<property name="maximumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../QuickCut.qrc">:/logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLabel" name="lblDescription">
<property name="text">
<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>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="9" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="6" column="1" colspan="2">
<widget class="QLabel" name="lblGitHub">
<widget class="QLabel" name="lblQuickCutWeb">
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Link to the &lt;a href=&quot;https://github.com/giladreich/QuickCut/releases&quot;&gt;GitHub Page&lt;/a&gt;</string>
<string>&lt;a href=&quot;https://quickcut.greich.com&quot;&gt;https://quickcut.greich.com&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand All @@ -39,7 +97,7 @@
</property>
</widget>
</item>
<item row="8" column="2">
<item row="9" column="2">
<widget class="QPushButton" name="btnClose">
<property name="maximumSize">
<size>
Expand All @@ -55,6 +113,20 @@
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QLabel" name="lblCopyRight">
<property name="text">
<string>Copyright (C) 2019-XXYEARXX Gilad Reich</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLabel" name="lblVersion">
<property name="text">
<string>Version XXVERSIONXX</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLabel" name="lblAppName">
<property name="font">
Expand All @@ -69,77 +141,38 @@
</property>
</widget>
</item>
<item row="7" column="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
<item row="7" column="1" colspan="2">
<widget class="QLabel" name="lblGitHub">
<property name="font">
<font>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
</spacer>
</item>
<item row="3" column="1" colspan="2">
<widget class="QLabel" name="lblDescription">
<property name="text">
<string>QuickCut is a shortcut keyboard manager that allows you to map keys and activate specified processes.</string>
<string>&lt;a href=&quot;https://github.com/giladreich/QuickCut&quot;&gt;https://github.com/giladreich/QuickCut&lt;/a&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<widget class="QLabel" name="lblCopyRight">
<property name="text">
<string>Copyright (C) 2019 - XXYEARXX Gilad Reich</string>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLabel" name="lblVersion">
<property name="text">
<string>Version XXVERSIONXX</string>
<item row="5" column="1">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="1" column="0" rowspan="3">
<widget class="QLabel" name="lblIcon">
<property name="maximumSize">
<property name="sizeHint" stdset="0">
<size>
<width>128</width>
<height>128</height>
<width>20</width>
<height>40</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../QuickCut.qrc">:/logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</spacer>
</item>
</layout>
</widget>
Expand Down
10 changes: 5 additions & 5 deletions source/QuickCut/Resources/ui/UpdatesView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>112</height>
<height>77</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -17,21 +17,21 @@
<item row="0" column="0">
<widget class="QLabel" name="lblText">
<property name="text">
<string>New releases can be found on the GitHub page:</string>
<string>Get the latest version from the following url:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblGitHub">
<widget class="QLabel" name="lblQuickCutWeb">
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>9</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Link to the &lt;a href=&quot;https://github.com/giladreich/QuickCut/releases&quot;&gt;GitHub Page&lt;/a&gt;</string>
<string>&lt;a href=&quot;https://quickcut.greich.com&quot;&gt;https://quickcut.greich.com&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<DisplayName>QuickCut x64</DisplayName>
<Description>QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes.</Description>
<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>
<Version>2.0.0</Version>
<ReleaseDate>2020-07-09</ReleaseDate>
<ReleaseDate>2020-07-27</ReleaseDate>
<Default>true</Default>
<Script>InstallScript.qs</Script>
<Licenses>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<DisplayName>QuickCut x86</DisplayName>
<Description>QuickCut is a shortcut keyboard manager that both facilitates key mapping and activates specified processes.</Description>
<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>
<Version>2.0.0</Version>
<ReleaseDate>2020-07-09</ReleaseDate>
<ReleaseDate>2020-07-27</ReleaseDate>
<Default>true</Default>
<Script>InstallScript.qs</Script>
<Licenses>
Expand Down

0 comments on commit 89d5ee3

Please sign in to comment.