Skip to content

Commit

Permalink
Improved @about tab on main form
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Dec 16, 2013
1 parent 3c9b1ee commit 259d0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions redis-desktop-manager/forms/demo.ui
Original file line number Diff line number Diff line change
Expand Up @@ -520,15 +520,9 @@ aa|bb Either aa or bb.
<style>a {color: darkblue; text-decoration: none}</style>
<body style="width:100%;"><div style="font-size:20pt; padding-top:10px;"><img style="float:left;" src=":/images/logo.png"/><div style=" font-size:24pt; margin-left: 100px; margin-top:2px; display: inline-block; padding-left:50px;">Redis Desktop Manager</div><div style="margin-left: 100px; display: inline-block; padding-left:53px; font-size: 11px; line-height: 21px"><b>Cross-platform GUI application for managing Redis.</b> <br /><b>Version</b> %VERSION%     Developed by - <a href="http://glide.name/?rdm">Igor Malinovskiy</a> </div>

<div style="font-size: 10px">Third Party Libs and Images:<a href="http://qt-project.org/"> QT (GPL License)</a>; <a href="http://libqxt.org/">Qxt (GPL License)</a> , <a href="http://www.libssh2.org">libssh2 (BSD License)</a>, <a href="http://www.carlosprioglio.com/">Redis Logo</a></div>
<div style="font-size: 11px; margin: 10px 0;">Many thanks to <b><a href="http://redisdesktop.com/#contributors">Our amazing contributors</a></b> and <b><a href="http://redisdesktop.com/community">community</a></b>
<div style="font-size: 10px">Third Party Libs and Images:<a href="http://qt-project.org/"> Qt5</a>; <a href="http://libqxt.org/">Qxt</a> , <a href="http://www.libssh2.org">libssh2</a>, <a href="http://code.google.com/p/google-breakpad/">google breakpad</a>, <a href="https://github.com/uglide/QtConsole">QtConsole</a>, <a href="http://www.carlosprioglio.com/">Redis Logo</a></div>

<div style="font-size: 10px;">Thanks to:  
<a href="https://github.com/stalker-druid/">Alexander Arshinov</a>,
<a href="https://github.com/loginwashere">Dmitriy Savchenko</a>,
<a href="https://github.com/Dyachenko">Yevgeniy Dyachenko</a>,
<a href="https://github.com/AntonShevchuk">Anton Shevchuk</a>, <br />
<a href="https://github.com/leonko">Leonid Batizhevsky</a>,
<a href="https://github.com/mrThe">mrThe</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion redis-desktop-manager/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef RDM_VERSION
#define RDM_VERSION "0.7.0-dev"
#define RDM_VERSION "0.7.0"
#endif // !RDM_VERSION

0 comments on commit 259d0d2

Please sign in to comment.