1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

4605 Commits

Author SHA1 Message Date
sudden6
ddca97a896
Merge pull request #3182
PKEv (1):
      feat(emoticonswidget):Keep emoticon option open
2016-04-25 19:36:09 +02:00
sudden6
c7d733540a
Merge pull request #3181
PKEv (1):
      fix(genericchatform):separate messages from different days
2016-04-25 19:26:42 +02:00
Zetok Zalbavar
6bdf535f4e
Merge pull request #3189
Vincas Dargis (1):
      docs(INSTALL.md): State MinGW requirements for fillter_audio
2016-04-25 17:54:33 +01:00
Vincas Dargis
d5ceef9a50 docs(INSTALL.md): State MinGW requirements for fillter_audio
filter_audio build fails because -lpthread is not found.
Documentation now explicitly states mingw32-pthreads-w32 and
other core MinGW package requirements.
2016-04-25 19:45:12 +03:00
PKEv
d0ea5bb4fd feat(emoticonswidget):Keep emoticon option open
Emoticon dialog remains open, and the selected emoticon is pasted into the text window
close #3043
2016-04-25 02:09:12 +03:00
Zetok Zalbavar
24a7f4d519
revert: docs(README.md): remove obsolete links to portable builds for windows
Revert commit 477ac5b5db.

Apparently those links aren't obsolete.
2016-04-24 17:45:04 +01:00
Zetok Zalbavar
fa5ee5b1ad
fix(bootstrap.sh): add instructions for missing unzip & adjust path
Also correct $PATH in windows instructions to work on x86_64.

Fixes #3153
2016-04-24 16:17:39 +01:00
Zetok Zalbavar
4b726dde58
docs(CHANGELOG.md): add changelog for v1.4.0 release 2016-04-24 13:44:18 +01:00
sudden6
6d3551548b
fix(groupaudio): don't set button to green while call running 2016-04-24 14:34:49 +02:00
sudden6
5339ad978b
fix(groupaudio): don't play audio while call is inactive
This also avoids logspam, because toxcore keeps recieving audio data
even if the call is inactive.
2016-04-24 14:34:49 +02:00
sudden6
afcd146a5b
fix(groupaudio): avoid deadlock when ending groupcall
The offending statement caused a deadlock, because the audioLock was
locked twice by the audio thread.
2016-04-24 14:34:49 +02:00
Nils Fenner
356543ca3b
feat(audio): add (repair) support for group audio calls 2016-04-24 14:34:49 +02:00
Nils Fenner
e5c7b3a4f6
refactor(audio): completely remove Audio class dependency from Core
The Audio singleton instance initializes itself on startup. No need for an extra call.
2016-04-24 14:34:49 +02:00
sudden6
98d513990e
fix: close groupcall if alone 2016-04-24 14:34:49 +02:00
sudden6
622b543d9a
fix: disable netcamview if no peer left 2016-04-24 14:34:49 +02:00
sudden6
db4f02a0c4
fix: audiocall button disabled in groupchats
change the condition for when the audiocall button is enabled

affects #2989
2016-04-24 14:34:49 +02:00
sudden6
28cecadbc4
Merge pull request #3180
Diadlo (1):
      fix(widget, contentdialog): Added reset icon after activate chat window
2016-04-24 14:06:08 +02:00
Zetok Zalbavar
f634500cb5
docs(MAINTAINING.md): add more git-related info
Point to CONTRIBUTING.md section for GPG-signing config & links.
Add command for alias to check commit signatures.
2016-04-24 12:43:50 +01:00
Zetok Zalbavar
2646e454e8
docs: add MAINTAINING.md with maintenance guidelines
Most likely doesn't have all the necessary knowledge (yet).
2016-04-24 12:43:50 +01:00
Diadlo
4edc5996c7
fix(widget, contentdialog): Added reset icon after activate chat window
Fix #3139.
2016-04-23 13:37:49 +03:00
sudden6
6dd1cd0320
Merge pull request #3179
Diadlo (1):
      fix(l18n): make typing notification & groupchat name translatable
2016-04-23 12:29:52 +02:00
sudden6
56e59d0fa3
Merge pull request #3172
Impyy (1):
      fix(profile): Don't require .ini to load profile
2016-04-23 12:28:27 +02:00
Diadlo
43e610415a
fix(l18n): make typing notification & groupchat name translatable 2016-04-23 09:12:57 +03:00
PKEv
8ebad59a3e fix(genericchatform):separate messages from different days
Before this new cut-off days is only shown when the load history, now added a feature which in the current chat checks the last post date and if the date does not coincide with current - output a system message about the new date.
2016-04-23 03:37:38 +03:00
sudden6
1c45ca3116
Merge pull request #3170
Zetok Zalbavar (1):
      chore: remove not needed `dialogs.ini` file
2016-04-23 01:54:26 +02:00
sudden6
74e7257a3e
Merge pull request #3176
PKEv (1):
      fix(groupinviteform):make list of groups scrollable
2016-04-23 01:30:14 +02:00
Zetok Zalbavar
f2b8b10cc9
Merge pull request #3174
Diadlo (1):
      docs(INSTALL.md): Added language to markdown code tags
2016-04-22 10:41:36 +01:00
Zetok Zalbavar
1c5572388b
chore(ISSUE_TEMPLATE): add direct instructions for including log file
Hopefully that'll result in more issues having log attached when it's
needed.
2016-04-22 10:37:49 +01:00
Diadlo
47bd5a0c04
docs(INSTALL.md): Added language to markdown code tags 2016-04-22 10:25:46 +03:00
PKEv
b74ecd92d2 fix(groupinviteform):make list of groups scrollable
fix #3085
2016-04-22 02:29:53 +03:00
sudden6
2c809154b2
Merge pull request #3169
Diadlo (3):
      refactor(settings, addfriendform): Changed type of friend requests
      refactor(settings): Deleted unreadFriendRequests field
      fix(addfriendform, widget): Remove Accepted Request
2016-04-22 00:33:06 +02:00
Diadlo
53071e952e
fix(addfriendform, widget): Remove Accepted Request
Fix #3066.
Fix #3166.
2016-04-22 00:56:21 +03:00
Diadlo
5966c84b84
refactor(settings): Deleted unreadFriendRequests field
Replaced unreadFriendRequests on work with "read" field of struct Request
2016-04-21 23:33:42 +03:00
Diadlo
9f01b662bf
refactor(settings, addfriendform): Changed type of friend requests
QPair<QString, QString> changed on new struct Request
2016-04-21 23:33:37 +03:00
Impyy
56a36e2e0a fix(profile): Don't require .ini to load profile
Fixes an issue where qtox refused to load profiles while using
the -p switch on the command line. This happened in cases where
there was no .ini file for the specified profile present.
2016-04-21 17:09:09 +02:00
Zetok Zalbavar
91393cbfd6
chore: remove not needed dialogs.ini file
Doesn't seem to be used by anything, removal doesn't seem to cause any
changes.

The only file in `~/.config/tox/` that has ~similar content to it that I
have is named `windowSettings.ini`, has in it different values, and last
time that it was modified was 2014-07-31.

File was introduced in b394372ad0, and was
not modified since.
2016-04-21 06:48:40 +01:00
sudden6
edc35ba9df
Merge pull request #3162
Diadlo (4):
      refactor(chatmessage): Delete duplicate enum MarkdownType
      refactor(videoframe, camerasource, corevideosource): Change calls deprecated functions
      fix(main): Added check sodium_init result
      refactor(systemtrayicon, genericchatform): Replace C-style cast to static_cast

Polshakov Dmitry (5):
      perf(camerasource): Passed parameter by reference
      fix(genericchatitemwidget, micfeedbackwidget): Added members init in the constructor
      style(ipc, widgets, genericcharitemlayout): Small style changes
      perf(contentdialog): Delete redundant conditions
      style(constructors): Constructors are explicit now
2016-04-20 22:26:53 +02:00
Polshakov Dmitry
343568339f
style(constructors): Constructors are explicit now 2016-04-20 22:53:27 +03:00
Polshakov Dmitry
904a1d4909
perf(contentdialog): Delete redundant conditions 2016-04-20 22:53:27 +03:00
Polshakov Dmitry
2143e21e89
style(ipc, widgets, genericcharitemlayout): Small style changes 2016-04-20 22:53:27 +03:00
Polshakov Dmitry
27faec918a
fix(genericchatitemwidget, micfeedbackwidget): Added members init in the constructor 2016-04-20 22:53:27 +03:00
Polshakov Dmitry
910c41f4fa
perf(camerasource): Passed parameter by reference 2016-04-20 22:53:27 +03:00
Diadlo
25cec623fa
refactor(systemtrayicon, genericchatform): Replace C-style cast to static_cast 2016-04-20 22:53:27 +03:00
Diadlo
64a19d3419
fix(main): Added check sodium_init result 2016-04-20 22:53:22 +03:00
Diadlo
082fb4c056
refactor(videoframe, camerasource, corevideosource): Change calls deprecated functions 2016-04-20 13:17:19 +03:00
Diadlo
446626dabe
refactor(chatmessage): Delete duplicate enum MarkdownType 2016-04-20 13:17:19 +03:00
Zetok Zalbavar
ad2726802f
Merge pull request #3164
initramfs (1):
      chore(gitignore): ignore profile build directory
2016-04-20 10:17:54 +01:00
initramfs
b4551bf53e
chore(gitignore): ignore profile build directory 2016-04-20 05:16:22 -04:00
sudden6
ed9ccbe471
Merge pull request #3151
Jason Papakostas (1):
      fix(Widget::updateIcons): workaround QIcon fallback bug
2016-04-19 18:33:05 +02:00
Zetok Zalbavar
7342a57638
docs(CONTRIBUTING.md): add coding guidelines (moved from wiki) 2016-04-18 04:12:20 +01:00