Skip to content

Commit

Permalink
Merge remote-tracking branch release-0.4.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Oct 23, 2018
2 parents fa69454 + 2f0e4e4 commit 3d4bb7b
Show file tree
Hide file tree
Showing 84 changed files with 4,918 additions and 2,186 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve

---

#### Describe the bug
A clear and concise description of what the bug is.

#### To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

#### Expected behavior
A clear and concise description of what you expected to happen.

#### Actual behavior
A clear and concise description of what you expected to happen.

#### Screenshots
If applicable, add screenshots to help explain your problem.

#### Desktop (please complete the following information):
- OS: [e.g. Ubuntu 18.04]
- Version [e.g. 0.3.0]

#### Additional context
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

#### Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

#### Describe the solution you'd like
A clear and concise description of what you want to happen.

#### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

#### Additional context
Add any other context or screenshots about the feature request here.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN \
libsqlite3-dev \
libvpx-dev \
libgee-0.8-dev \
libgspell-1-dev \
libcanberra-dev \
meson \
valac \
wget
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Venom

[![Build Status](https://travis-ci.org/naxuroqa/Venom.png?branch=develop)](https://travis-ci.org/naxuroqa/Venom) [![tip for next commit](http://tip4commit.com/projects/634.svg)](http://tip4commit.com/projects/634) [![codecov](https://codecov.io/gh/naxuroqa/Venom/branch/develop/graph/badge.svg)](https://codecov.io/gh/naxuroqa/Venom)

###### a modern [Tox](https://github.com/TokTok/c-toxcore) client for the Linux desktop
###### a modern [Tox](https://github.com/TokTok/c-toxcore) client for the GNU/Linux desktop

Features
--------
Expand All @@ -17,6 +17,8 @@ Features
* Screenshot sharing
* Group chats
* Socks5 Proxy support
* Spell checking
* Sound notifications

Roadmap
-------
Expand All @@ -35,8 +37,10 @@ Dependencies
* `gtk+-3.0 >= 3.22`
* `glib-2.0 >= 2.56`
* `json-glib-1.0`
* `libsoup-2.4`
* `libcanberra >= 0.30`
* `libgee >= 0.20`
* `libsoup-2.4`
* `gspell >= 1.8`
* `sqlite3`
* `toxcore >= 0.2`

Expand Down
12 changes: 11 additions & 1 deletion chat.tox.venom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ modules:
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR: /app/lib/girepository-1.0
sources:
- type: git
url: https://git.gnome.org/browse/libgee
url: https://gitlab.gnome.org/GNOME/libgee
tag: 0.20.1
commit: 57e4c8a08d61ab77bbec310a3a1621e6bf3111cb
- name: libsodium
Expand All @@ -48,6 +48,16 @@ modules:
url: https://github.com/toktok/c-toxcore
tag: v0.2.2
commit: 2824daf74a6d2bd60ebaf387a30f1b7719b6b67c
- name: enchant
sources:
- type: archive
url: https://github.com/AbiWord/enchant/releases/download/v2.1.3/enchant-2.1.3.tar.gz
sha256: 086f37cdecd42eacd0e1dc291f5410d9ca2c5ed2cd9cd9367729e3d2d18a8550
- name: gspell
sources:
- type: archive
url: https://download.gnome.org/sources/gspell/1.8/gspell-1.8.0.tar.xz
sha256: 1b7fc2c5b84ede43bc52d513f0601238af92b572a42b19363da6d067fb529345
- name: venom
builddir: true
buildsystem: meson
Expand Down
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project: off
patch: off

ignore:
- "src/testing"
- "src/vapi"
5 changes: 5 additions & 0 deletions data/chat.tox.venom.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ Categories=InstantMessaging;Network;
DBusActivatable=true
StartupNotify=true
X-GNOME-UsesNotifications=true
Actions=preferences;

[Desktop Action preferences]
Name=Preferences
Exec=venom --preferences
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('venom', ['vala', 'c'],
license: 'GPL3+',
version: '0.3.0'
version: '0.4.0'
)

i18n = import('i18n')
Expand Down
3 changes: 2 additions & 1 deletion po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ es
fr
it
pl
pr
pt
pt_br
ru
zh_CN
34 changes: 5 additions & 29 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,6 @@ src/undo/UndoCommand.vala
src/undo/UndoStack.vala
src/undo/TextBufferUndoBinding.vala
src/undo/SimpleUndoStack.vala
src/testing/TestDhtNodeDb.vala
src/testing/TestUndo.vala
src/testing/ToxAVTest.vala
src/testing/TestSqliteDb.vala
src/testing/GroupBot.vala
src/testing/TestToxAdapterFiletransferListener.vala
src/testing/TestObservableList.vala
src/testing/TestMessageDb.vala
src/testing/ExamplePlugin.vala
src/testing/TestMock.vala
src/testing/TestAbout.vala
src/testing/TestContact.vala
src/testing/TestPlugin.vala
src/testing/TestToxCore.vala
src/testing/mocks/MockDb.vala
src/testing/mocks/MockNotificationListener.vala
src/testing/mocks/MockLogger.vala
src/testing/mocks/MockDht.vala
src/testing/mocks/MockMessageDb.vala
src/testing/mocks/MockContact.vala
src/testing/mocks/MockToxSession.vala
src/testing/mocks/MockFiletransfer.vala
src/testing/util/MockFramework.vala
src/testing/util/UnitTest.vala
src/testing/util/Assert.vala
src/testing/TestJsonWebDhtNodeDb.vala
src/testing/TestGlibTesting.vala
src/core/Interfaces.vala
src/core/NotificationListener.vala
src/core/UserInfo.vala
Expand All @@ -44,6 +17,7 @@ src/core/WidgetFactory.vala
src/core/Tools.vala
src/core/WindowState.vala
src/core/Application.vala
src/core/Identicon.vala
src/core/ObservableList.vala
src/core/AVManager.vala
src/viewmodel/UserInfoViewModel.vala
Expand Down Expand Up @@ -80,7 +54,8 @@ src/view/ApplicationWindow.vala
src/view/ConferenceWindow.vala
src/view/NodeWidget.vala
src/view/AboutDialog.vala
src/view/ContactListRequestEntry.vala
src/view/ContactListEntryCompact.vala
src/view/ErrorWidget.vala
src/view/WelcomeWidget.vala
src/view/FileTransferEntryInline.vala
src/view/FileTransferWidget.vala
Expand All @@ -98,6 +73,7 @@ src/view/UserInfoWidget.vala
src/view/FriendInfoWidget.vala
src/view/ContextStyleBinding.vala
src/ui/file_transfer_widget.ui
src/ui/contact_list_entry_compact.ui
src/ui/application_window.ui
src/ui/file_transfer_entry.ui
src/ui/create_groupchat_widget.ui
Expand All @@ -119,8 +95,8 @@ src/ui/user_info_widget.ui
src/ui/contact_list_entry.ui
src/ui/file_transfer_entry_inline.ui
src/ui/settings_widget.ui
src/ui/contact_list_request_entry.ui
src/ui/friend_info_widget.ui
src/ui/error_widget.ui
src/db/DatabaseInterfaces.vala
src/db/SqliteWrapper.vala
src/db/SqliteSettingsDatabase.vala
Expand Down
Loading

0 comments on commit 3d4bb7b

Please sign in to comment.