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

6115 Commits

Author SHA1 Message Date
Diadlo
60dc4b34a4
refactor: Remove extra checks in [un]subscribe 2017-07-05 23:53:17 +03:00
Diadlo
a22694c9e8
refactor: Remove unused bool result 2017-07-05 23:53:17 +03:00
Diadlo
b562b31413
refactor: Remove unused functions 2017-07-05 23:53:17 +03:00
Diadlo
3b2352a0ee
refactor: Rename methods in CameraSource
To make the method more correctly reflect the essence
2017-07-05 23:53:17 +03:00
Diadlo
3c21af200c
revert: "refactor(core): Remove unused Core::reset method"
This reverts commit 4664c6249a.
2017-07-05 23:53:06 +03:00
sudden6
90910cbfe1
docs(codingstyle): update min qt version 2017-06-28 18:53:43 +02:00
Diadlo
7b3bd45d50
feat(aboutform): Add OS name in issue template 2017-06-27 00:34:31 +03:00
Diadlo
dd9b324ec3
chore(qt): Remove old qt code 2017-06-26 23:06:55 +03:00
Diadlo
af77efe2ba
chore(travis): Bump travis qt version 2017-06-26 23:06:55 +03:00
Diadlo
f1cf733e3d
chore(INSTALL): Bump Qt lowest versions
Since new Debian stable was released, we can drop support of old packages
2017-06-26 23:06:55 +03:00
Diadlo
ab87a8da59
Merge pull request #4494
ezavod (1):
      fix(ui): wrong size of svg images on buttons
2017-06-26 23:06:22 +03:00
ezavod
5b0bf9fc9b
fix(ui): wrong size of svg images on buttons
Replaced size in percentage with size in pixels in call and emote buttons.
Added margin to mic and volume buttons.
2017-06-26 18:44:30 +02:00
Diadlo
bb65a18de5
feat: Add message count in tooltip to LoadHistoryDialog 2017-06-26 16:01:49 +03:00
Diadlo
23fd6962a1
Merge pull request #4488
tWido (1):
      feat(chatform): Highlight chat history
2017-06-26 11:48:59 +03:00
Diadlo
aebb8d6e76
Merge pull request #4482
Yuri (1):
      docs: Improved the FreeBSD installation instructions.
2017-06-26 09:50:13 +03:00
Yuri
ddb8e7202d docs: Improved the FreeBSD installation instructions.
Recommending in this order:
1. The binary package
2. The port
2017-06-25 22:26:28 -07:00
Diadlo
c667cf5c84
refactor(widget): Remove 'chatFormIsSet'
'charFormIsSet' is small static method used in one place, replaced
on direct using.
2017-06-25 22:42:44 +03:00
Diadlo
31d35ecc62
refactor: Remove Friend::getChatForm using 2017-06-25 22:42:44 +03:00
tWido
3257770bfa feat(chatform): Highlight chat history
Calendar dates with chat history highlighted with bold
Fixes #2296
2017-06-25 21:23:04 +02:00
Diadlo
a7e17a4ee4
Merge pull request #4489
tWido (1):
      feat(chatform): Export chat history to file
2017-06-25 21:33:19 +03:00
tWido
5e4ab76944 feat(chatform): Export chat history to file
Export chat history to plaintext
Fixes #4143
2017-06-25 20:22:42 +02:00
Diadlo
8b6d3a19ef
refactor(chatform): Use offlineEngine directly 2017-06-23 13:36:28 +03:00
Diadlo
0b5b3fcf1a
fix(main): Use correct way to handle application quit
Handle apllication aboutToQuit signal
2017-06-22 10:22:18 +03:00
Diadlo
9908c7473b
refactor(main): Use application pointer 2017-06-22 10:22:18 +03:00
Diadlo
70428771fd
Merge pull request #4481
Yuri (1):
      fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
2017-06-21 22:18:29 +03:00
sudden6
b01d04d475
Merge pull request #4471
Vincas Dargis (1):
      docs(coding): add guides about string usage
2017-06-21 18:10:30 +02:00
Yuri
dfe696e25a fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
Fix #4459
MATCH FreeBSD was missing in CMakeKusts.txt.
2017-06-21 07:24:40 -07:00
sudden6
67d2041684
Merge pull request #4480
Andrew (anoa) (1):
      fix(emojis): Add text variants for the blush emoji
2017-06-21 15:14:01 +02:00
sudden6
6b7c0c738b
fix(build): add missing rcc options
This should reduce the qTox binary size.
2017-06-21 11:44:21 +02:00
Zetok Zalbavar
e5bc9bb16a
Merge pull request #4473
Samantha McVey (1):
      docs(Install): Fix command that could glob incorrectly
2017-06-21 07:26:58 +01:00
Vincas Dargis
bf8ecb4419 docs(coding): add guides about string usage
Add guides about using QStringLiteral, QLatin1String, QLatin1Char and QStringBuilder for more efficient strings.

Qt uses uses these techniques internally and can be considered as good coding practice when working with Qt libraries.
2017-06-20 20:30:17 +03:00
Andrew (anoa)
9a367ffbf0
fix(emojis): Add text variants for the blush emoji 2017-06-19 18:01:07 -07:00
Samantha McVey
06d0844a31
docs(Install): Fix command that could glob incorrectly
Without the slash, the shell may try and select the ffmpeg archive
instead of the ffmpeg archive's extracted folder.
2017-06-18 16:42:34 -07:00
Zetok Zalbavar
05ba157e83
Merge pull request #4475
Andrew (anoa) (1):
      docs(INSTALL): update install docs with workaround for fedora 25
2017-06-18 17:54:16 +01:00
Andrew (anoa)
5f41853881
docs(INSTALL): update install docs with workaround for fedora 25 2017-06-18 00:46:34 -07:00
Diadlo
b39a15873d
Merge pull request #4467
Yuri (1):
      feat(toxid): Show NoSpam and checksum parts of ToxID in colors.
2017-06-16 14:18:34 +03:00
Zetok Zalbavar
b40733b62f
Merge pull request #4463
Alice Weigt (1):
      fix(bootstrap): qrencode url
2017-06-16 11:47:55 +01:00
Alice Weigt
f90da3d07a fix(bootstrap): qrencode url
Updated qrencode url to https and added error checking if the cert gets in the way.
2017-06-15 13:32:35 -07:00
Yuri
c0951a5675 feat(toxid): Show NoSpam and checksum parts of ToxID in colors.
Also added the explanation to the ToxID tooltip message.
2017-06-15 08:02:09 -07:00
Diadlo
a9e96e5928
Merge pull request #4464
Alice Weigt (1):
      feat(audio):OutgoingCallSound
2017-06-15 13:30:27 +03:00
Alice Weigt
a06ad7048e feat(audio):OutgoingCallSound
Adds outgoing call sound when call is started
2017-06-14 15:19:30 -07:00
Diadlo
23ed1a3966
refactor: Move iterator declaration in foreach scope
Narrow the iterator scope
2017-06-12 13:46:43 +03:00
Diadlo
3f7380db48
refactor: Add deleted copy constructor
GenericChatItemLayout allocates memory in constructor, so it's require a
copy constructor. Because we don't copy it I've declare this constructor
as deleted
2017-06-12 13:46:43 +03:00
Diadlo
6045e57829
refactor: Make constructor with one argument explicit 2017-06-12 13:46:43 +03:00
Diadlo
6e697053a7
refactor: Reorder FrameBufferKey
Reordered to be same with docs and prototype.
2017-06-12 13:46:43 +03:00
Diadlo
6c4c5d86fc
refactor: Remove audioInputFlag and audioOutputFlag
They exists in the parent class
2017-06-12 13:46:43 +03:00
Diadlo
efcad35fd5
fix: Fix warning about stack protection
Replace local array on stack with dynamic size on QByteArray with
dynamic size
2017-06-12 13:46:42 +03:00
Diadlo
8e93af7fca
refactor: Add copy and move assignment operator to toxid and toxpk
Add assignment operator to classes which has copy constructor
2017-06-12 13:46:42 +03:00
Diadlo
365d703e8a
perf: Pass std::function by reference 2017-06-12 13:46:38 +03:00
Diadlo
7895bcdaa0
refactor: Remove useless check
uint32_t always greater of equal 0
2017-06-12 12:42:54 +03:00