tux3
13d98da1bc
Correctly separate received actions from messages
2015-04-24 15:57:01 +02:00
tux3
65296a863d
Merge branch 'pr1531' into back_in_the_game
2015-04-24 15:51:09 +02:00
Zetok Zalbavar
92f3b6a20f
Code style improvements
2015-04-24 15:43:57 +02:00
tux3
66314bc38d
Fix nullptr dereference in IPC::isCurrentOwner
...
It would only trigger when multiple instances where running in parallel,
with one having enough privilege to block the other from accessing the shared memory (e.g. root)
2015-04-24 15:38:34 +02:00
tux3
9dedd22bb2
Port file transfers to the new API
...
Parallel, extremely large, and other edge case transfers have not been tested, but the common path should work well.
2015-04-24 15:31:30 +02:00
tux3
e4859efe18
Refactor Core
...
Refactor Core's file transfer callbacks into their CoreFile class and files
Move all core*.{h|cpp} into a core/ folder
2015-04-24 02:32:09 +02:00
tux3
a70721818e
Cleanup old commented-out code
2015-04-24 01:15:09 +02:00
tux3
4fc6632d78
Fix history-destroying use after free in Core::getSaltFromFile
...
We returned a shallow copy of the delete[]'d salt buffer
As a result the history consistently failed to decrypt and was removed as corrupted. This is now fixed.
2015-04-24 01:10:42 +02:00
tux3
fff2caa0e1
Fix Core::getSaltFromFile's error checking
...
tox_get_salt now returns a bool, not an int. So any error condition has to be inveted to check for 0 instead of -1.
2015-04-24 01:08:34 +02:00
tux3
e03d80392a
Fix GUI refresh when creating new profile
...
Previously the username/status, and the combobox in profileForm weren't refreshing themselves
2015-04-23 23:42:50 +02:00
tux3
3bf338e9ff
Fix profile reloading during switch
...
That'll get rid of the encryption warnings message boxes and per-user settings not reloading when switching between profiles
2015-04-23 23:01:12 +02:00
tux3
5df7d8a06c
Port profile encryption support to new API
...
Profile encryption should be fairly stable. History encryption was *NOT* tested yet and as such may not work, cause profile corruption, or invoke nasal daemons.
2015-04-23 22:59:12 +02:00
tux3
2d213b7616
Merge branch 'pr1527' into back_in_the_game
2015-04-20 12:00:53 +02:00
tux3
c82d671efe
Properly initialize tox_options
2015-04-20 11:59:52 +02:00
Zetok Zalbavar
33186e51dc
Some code style fixes
2015-04-20 08:58:06 +01:00
tux3
228398d5de
Initial porting to the new Tox API
...
Builds and runs, but some features will be missing, may crash with an assert, or silently fail with broken QObject connections
We're back in the game.
2015-04-19 23:12:44 +02:00
tux3
32237077c7
Merge branch 'pr1502'
2015-04-05 22:37:15 +02:00
quatrox
68f098e27d
Make qTox build again
...
Without this #include, qWarning() cannot be streamed to (in Qt 5.4)
2015-04-02 20:56:45 +02:00
Dubslow
885dc0638a
No more PRs shall be merged until the new_api branch in my repo is merged. Contributions are welcome.
...
This commit fixes some minor style issues with #1406
2015-03-27 17:36:35 -05:00
Dubslow
72e78ff6cd
Merge branch 'pr1480'
...
Conflicts:
src/widget/form/addfriendform.cpp
2015-03-27 17:36:08 -05:00
Dubslow
2e388f03df
Merge branches 'pr1474', 'pr1406', 'pr1463' and 'pr1472'
2015-03-27 17:33:53 -05:00
Dubslow
5d129b471f
Possibly fix an old segfault that may or may not be a problem
2015-03-27 15:01:42 -05:00
Rohil Surana
b98af21456
On add friend clicked pastes Tox Id from clipboard if there is one
2015-03-27 22:13:25 +05:30
PKEv
4f650b3177
System menu translation
2015-03-26 23:02:08 +03:00
Rohil Surana
5a4443b7bb
Set focus to toxId Line edit on add friend window
2015-03-26 16:53:20 +05:30
kushagra
b2481fc1d8
proper splitting in friends chat,fixes #1375
...
what happened was- When message exceeded TOX_MESSAGE_LENGTH, the whole message was inserted in sender's chatlog X times.
if length of message is N,
X = (N/TOX_MESSAGE_LENGTH) + 1
There is no bug in recieving end. Receving end gets X messages (splitted).
In the sample case provided, the message had whitespaces in the end, so the reciever thought the message is empty.
2015-03-26 11:15:05 +05:30
Yuri
ce3033a0cf
Fixed bash shebangs to use /usr/bin/env for better compatibility
2015-03-25 22:16:22 -07:00
Dubslow
41efb1491b
Merge branches 'pr1447' and 'pr1459'
2015-03-25 12:32:42 -05:00
Dubslow
bab280a0ea
Change default datetime formats (d/m m/d agnostic), style fixes, removed unnecessary signals
2015-03-25 11:45:58 -05:00
Dubslow
14a565bc3a
Merge branch 'pr1393'
2015-03-25 11:32:05 -05:00
Dubslow
27f58c9ca6
Style fixes
2015-03-25 11:27:33 -05:00
Dubslow
2a730d5e22
Merge branch 'pr1371'
2015-03-25 11:22:12 -05:00
zero-one
0b64235c69
Settings singleton no longer emits signal when groupchat position changes
2015-03-23 03:06:44 -07:00
Ansa89
79df0c60f7
Italian translation: update
2015-03-23 10:42:41 +01:00
zero-one
a1e228e60d
style fixes to conform to Allman style
2015-03-23 02:38:24 -07:00
zero-one
c15cc60137
Merge branch 'master' into friend_list
2015-03-23 02:35:20 -07:00
zero-one
de8eb5293c
Merge branch 'master' into friend_list
...
Conflicts:
src/widget/form/settings/generalform.cpp
2015-03-23 02:34:12 -07:00
Dubslow
f55fd40ec6
Merge branches 'pr1452', 'pr1453', 'pr1456' and 'pr1457'
2015-03-22 16:17:00 -05:00
PKEv
72c45a65fa
Correct #1448
2015-03-22 23:44:42 +03:00
Jookia
e3bdd6d221
Added option to disable notification sounds.
2015-03-23 07:27:44 +11:00
Rohil Surana
c540c4dc91
Corrected a spelling mistake
2015-03-23 00:49:48 +05:30
PKEv
becd923c09
#1441 correct
2015-03-22 02:26:17 +03:00
Dubslow
ff4b431e5e
Fix minor memleak
2015-03-21 15:58:26 -05:00
agilob
5f15bc8b75
iso date
2015-03-21 15:48:43 +00:00
agilob
77e333ab05
long time format
2015-03-21 15:47:09 +00:00
PKEv
d8f414f84a
Update translation profile widget
2015-03-20 23:48:42 +03:00
Dubslow
d33f87772d
Merge branches 'pr1440' and 'pr1443'
2015-03-20 12:10:40 -05:00
minj
896f624037
update Lithuanian translation
...
tweak a few words in previous translations
2015-03-20 14:54:06 +02:00
agilob
a873bb571f
generalsettings: time and date format from qlocale
2015-03-20 08:17:18 +00:00
Zetok Zalbavar
ab5704fd59
[INSTALL.md] fix typo
2015-03-20 07:01:57 +00:00