More avatars and some notes
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
<file>res/sdlogo2.png</file>
|
||||
<file>res/Denio.png</file>
|
||||
<file>res/Duke.png</file>
|
||||
<file>res/onryo.png</file>
|
||||
<file>res/fekt.png</file>
|
||||
<file>res/jahway603.png</file>
|
||||
<file>res/Sharpee.png</file>
|
||||
<file>res/Anonymous.png</file>
|
||||
<file>res/send.png</file>
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
* Add debugging: https://git.hush.is/hush/SilentDragonLite/commit/f872c0af6b3a8c6116c580cf9883ac21e14b4d6b, https://git.hush.is/hush/SilentDragonLite/commit/760729f1b1833e4a4fdb398abfed09e405c633ff.
|
||||
* Add rustc, cargo and libsodium checks: https://git.hush.is/hush/SilentDragonLite/commit/e6d3c8db51752179e630ab271eba4eea53dd2ac2, https://git.hush.is/hush/SilentDragonLite/commit/fc474d797dc170126a9451d4336bad3d36101cf4.
|
||||
* Update graphics: https://git.hush.is/hush/SilentDragonLite/commit/69ea9ace50de72593c86be7f54871130631c3ba1, https://git.hush.is/hush/SilentDragonLite/commit/fe15384c10783e061a41165ea3fd82b55bb932de.
|
||||
* Less Microsoft: https://git.hush.is/hush/SilentDragonLite/commit/b0d6aa3285706b50b233a8b8c523b9f2899a272f.
|
||||
* Less Microsoft: https://git.hush.is/hush/SilentDragonLite/commit/b0d6aa3285706b50b233a8b8c523b9f2899a272f.
|
||||
* Windows binary was provided. (in progress)
|
||||
|
||||
# SilentDragonLite v1.5.2 "Zany Zulu"
|
||||
|
||||
@@ -28,4 +29,4 @@
|
||||
* Updated one of the community servers to new domain: lite.hush.land
|
||||
* Fix bug where trailing slash on server name crashes SDL
|
||||
* Improved error-handling of invalid data at libsodium layer
|
||||
* Avoid showing corrupted ciphertext in GUI
|
||||
* Avoid showing corrupted ciphertext in GUI
|
||||
|
||||
BIN
res/Yoda.png
BIN
res/Yoda.png
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB |
BIN
res/fekt.png
Normal file
BIN
res/fekt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
BIN
res/jahway603.png
Normal file
BIN
res/jahway603.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
res/onryo.png
Normal file
BIN
res/onryo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
@@ -145,11 +145,11 @@
|
||||
<widget class="QComboBox" name="comboBoxAvatar">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>SDLogo</string>
|
||||
<string>Anonymous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/SDLogo.png</activeon>
|
||||
<activeon>:/icons/res/Anonymous.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
@@ -163,6 +163,36 @@
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>onryo</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/onryo.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>fekt</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/fekt.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>jahway603</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/jahway603.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Denio</string>
|
||||
@@ -183,18 +213,8 @@
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Anonymous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/Anonymous.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="text">
|
||||
|
||||
@@ -229,11 +229,11 @@
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>SDLogo</string>
|
||||
<string>Anonymous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/SDLogo.png</activeon>
|
||||
<activeon>:/icons/res/Anonymous.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
@@ -247,6 +247,36 @@
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>onryo</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/onryo.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>fekt</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/fekt.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>jahway603</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/jahway603.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Denio</string>
|
||||
@@ -267,18 +297,8 @@
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Anonymous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/Anonymous.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
|
||||
@@ -344,11 +344,11 @@
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>SDLogo</string>
|
||||
<string>Anonymous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/SDLogo.png</activeon>
|
||||
<activeon>:/icons/res/Anonymous.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
@@ -362,6 +362,36 @@
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>onryo</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/onryo.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>fekt</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/fekt.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>jahway603</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/jahway603.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Denio</string>
|
||||
@@ -382,16 +412,6 @@
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Anonymous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<activeon>:/icons/res/Anonymous.png</activeon>
|
||||
</iconset>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="geometry">
|
||||
|
||||
Reference in New Issue
Block a user