krepa098
1274c213d0
Revert "[test] use BspTreeIndex (might be slower?)"
...
This reverts commit b92d4f3d2f
.
2015-01-06 20:22:30 +01:00
krepa098
1bf0898121
optimized ChatLog::getContentFromPos
2015-01-06 17:47:57 +01:00
krepa098
b92d4f3d2f
[test] use BspTreeIndex (might be slower?)
2015-01-06 15:38:05 +01:00
agilob
cbfe94d6a2
closes tux3/qtox#988
2015-01-06 14:36:03 +00:00
krepa098
6c6d0254fc
plain svg
2015-01-06 15:12:39 +01:00
krepa098
e2d7dd815b
[test] use std::vector rather than QVector
...
might be faster because std::vector doesn't do implicit sharing
2015-01-06 15:10:37 +01:00
krepa098
0a6bd85308
speed up ChatLine::moveBy
2015-01-06 14:58:50 +01:00
krepa098
b82c5835ce
error symbol
2015-01-06 14:30:24 +01:00
krepa098
5c684d95dd
cleanup
2015-01-06 14:13:31 +01:00
krepa098
39bc3d73ec
qrc: added missing browse_path.png
2015-01-06 14:02:57 +01:00
krepa098
e365b0eb2d
FileTransferWidget: limit browse to pics and archives
2015-01-06 13:58:42 +01:00
krepa098
9793ebd094
renamed deltaRepos to deltaY
2015-01-06 10:37:07 +01:00
krepa098
af575c09e6
cache innerStyle as it gets used frequently
2015-01-06 10:28:15 +01:00
krepa098
82746dc050
fixed first message not getting displayed properly
2015-01-06 10:27:03 +01:00
krepa098
f7be91c6d0
change previousId on action
2015-01-06 10:05:01 +01:00
Olexandr Nesterenko
cf96995fbc
Update Ukrainian translation
2015-01-06 09:08:48 +02:00
Dubslow
139cd3f4a6
Merge branch 'encryption' into master
...
Conflicts:
src/core.cpp
src/misc/settings.cpp
src/widget/widget.cpp
src/widget/widget.h
2015-01-05 20:55:47 -06:00
Dubslow
a0bf23f3ff
Merge branch 'pr973'
2015-01-05 20:28:24 -06:00
Tux3 / Mlkj / !Lev.uXFMLA
2cf08dca4d
Merge branch 'pr983'
2015-01-05 17:50:17 +01:00
apprb
017c59bd82
more userfriendly history load dialog
2015-01-05 20:37:10 +06:00
Tux3 / Mlkj / !Lev.uXFMLA
2c4390267f
Merge branch 'pr982'
2015-01-05 15:34:11 +01:00
krepa098
4f01f5ec0e
refactoring
2015-01-05 14:06:14 +01:00
krepa098
5399b40874
history: fixed regression
2015-01-05 14:05:01 +01:00
Ansa89
99082f4acf
Italian translation: update
2015-01-05 13:09:25 +01:00
krepa098
960ebecc4e
hopefully less noticeably partial updates
2015-01-05 10:59:56 +01:00
krepa098
77fe3f7256
ChatLog::insertChatlineOnTop: overload taking a list
2015-01-05 10:51:01 +01:00
krepa098
c7fe34c077
history: require markAsSent
2015-01-05 10:02:41 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
56e9f6f1be
Better checks before applying update
...
Check that each file was downloaded and that the size matches. We don't check the signatures inside qTox so as not to freeze the GUI during startup. The updater will check the signatures anyway
We now try to restart update downloads if we detect that it was interrupted
2015-01-05 09:54:56 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
8813d6e4ca
Fix #909
2015-01-05 09:54:03 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
5b7e57751c
Filter outgoing audio, not incoming
...
Reverts bad previous commit
2015-01-05 09:18:11 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
a071e8b41f
Merge branch 'pr981'
2015-01-04 21:47:32 +01:00
Zetok Zalbavar
d36c471f4f
Some wording improvements
2015-01-04 20:25:37 +00:00
Tux3 / Mlkj / !Lev.uXFMLA
c3505d0939
Ask user to fallback to tox1 if needed
...
With a warning, tox1 is insecure
Fixes #907
Fixes #886
2015-01-04 21:02:24 +01:00
krepa098
bc97948be7
changed output of ChatLog::toPlainText
2015-01-04 20:24:56 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
9991c38342
Fix some audio bugs
...
Including a fix for a 7 years old OpenAL-soft bug with ALSA (disabled by default)
I love alsa
2015-01-04 20:24:11 +01:00
krepa098
27e967b67e
cleanup
2015-01-04 19:58:14 +01:00
krepa098
6711fd6ee4
history fixes
2015-01-04 19:29:06 +01:00
krepa098
12a1fa1549
ChatLog: insertChatlineAtBottom, refactoring
2015-01-04 19:28:27 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
86d0558c71
Conform with toxav API change
2015-01-04 18:53:02 +01:00
krepa098
b09805f9bf
refactoring
2015-01-04 18:21:35 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
fbc77864aa
Fix some ChatForm debug spam
...
Don't log an event if it isn't meant for you
2015-01-04 17:59:37 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
37ea7c359c
Thread safe, encapsulated audio
2015-01-04 17:55:39 +01:00
krepa098
a74b9ce11c
ChatLog: Autoscroll while selecting
2015-01-04 15:18:23 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
14ad87069e
Merge branch 'pr979'
2015-01-04 15:18:07 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
10a2213e66
Merge branch 'pr978'
2015-01-04 15:07:36 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
96fd00d8b6
Merge branch 'pr972'
...
Fixes #740
validation.
2015-01-04 14:55:06 +01:00
Nokta-strigo
1ec40b74b7
Contacts changing status to offline and having new events are not moved to the bottom of the list. (see issue #740 )
2015-01-04 14:54:22 +01:00
krepa098
64024c77a6
Moved the context menu to GenericChatForm
2015-01-04 14:21:05 +01:00
krepa098
f4c6bc3452
cleanup
2015-01-04 13:33:11 +01:00
krepa098
03ea61079b
ChatLine/ChatMessage: use shared_ptr
2015-01-04 13:29:14 +01:00