agilob
0a5d847cf5
better, more flexible about page, versions section
2015-08-29 22:50:21 +01:00
Zetok Zalbavar
9561660104
Simplyfy advanced settings - DB setting
...
thanks to @AWeinb for idea, fixes #1514
2015-08-28 11:33:53 +01:00
ovalseven8
67193c9d8a
Update generalsettings.ui
...
to avoid misunderstandings
2015-08-27 13:11:13 +02:00
agilob
b02cf2dbc7
Merge remote-tracking branch 'PKEv/fix_#1977_no_link_if_no_GIT_VERSION'
...
no link if no GIT_VERSION
2015-08-26 19:53:11 +01:00
agilob
5438099359
Merge remote-tracking branch 'PKEv/exp_func_screenshot'
...
ability to hide the window during a screenshot (by pressing spacebar)
2015-08-26 19:50:40 +01:00
Zetok Zalbavar
32f9cfccf2
Fix 2 minor issues introduced by #1989
...
* Add space between ":" and name of profile file
* Fix opening location of profile on UNIX-like
2015-08-24 18:21:37 +01:00
agilob
030a72f561
Merge remote-tracking branch 'PKEv/del_chat_history'
...
add ability to delete chat history when disabling chat logging
2015-08-24 12:30:40 +01:00
agilob
3b6d245f61
Merge remote-tracking branch 'PKEv/add_profileFileName_in_profilePage'
...
fix #1951
2015-08-24 12:13:05 +01:00
agilob
a4a52f9cc9
Merge remote-tracking branch 'rku/contact-removal-dialog'
2015-08-24 11:26:37 +01:00
PKEv
7f29940625
fix #2103
...
ability to hide the window during a screenshot
2015-08-24 01:10:31 +03:00
PKEv
86610f3d7a
fix #2089 (copy QR image)
2015-08-23 18:41:49 +03:00
ovalseven8
ba9e89f2ea
Update generalsettings.ui
...
Remove useless HTML.
2015-08-22 17:59:08 +02:00
rku
74d98fd0c2
This dialog solves all confusion that arose from current verification method and is accident-proof. Current method asks if
...
user also wants to remove chat history. However confused user may not carefully read message and click "no" because he does
not want to remve contact. However in this case contact is in fact removed but history is preserved. It is also open to
possiblity that key smashing deletes contact by accident. This is very inconvenient because tox ids are long and hard to
memorize. If someone removes contact by accident then he would need to find id of that contact in order to contact him/her.
Sometimes this may be difficult.
New contact removal confirmation dialog prompts use to enter "YES" in the text boxin order to enable "OK" button so removal
can be accepted. It also has checkbox for history removal. Dialog will work with translations. Russian user would need to
enter "Да" in order to accept removal.
2015-08-22 12:17:04 +03:00
PKEv
31f2a39efe
Correct strings
2015-08-21 23:26:14 +03:00
Nils Fenner
19278f76c1
Merge pull request #2052 from agilob/1973
...
Disables maximize button on login window
2015-08-20 23:46:44 +02:00
agilob
6afde9437c
make sure to zero window flag for login window
2015-08-20 22:27:13 +01:00
Zetok Zalbavar
aed6c25fda
Merge pull request #2078 from mvystrcil:master
...
Added czech translation
2015-08-20 22:14:21 +01:00
Martin Vystcil
e89213e01d
Added czech translation
2015-08-16 13:10:09 +02:00
agilob
d0d9951eb3
closes #1973
2015-08-03 21:14:29 +01:00
TheSpiritXIII
e574af7a5e
Fix friend list when day changes
2015-07-30 13:24:34 -04:00
tux3
74b771373d
Merge branch 'pr1953'
2015-07-22 23:33:21 +02:00
PKEv
8b524e54e2
fix #1977 not link if no GIT_VERSION
2015-07-21 01:03:56 +03:00
TheSpiritXIII
b9882c3680
OSX: Remove dead code and make Widget own all their actions
2015-07-17 08:20:47 -04:00
PKev
3b614a17f7
Added indication of the profile folder on the profile page
2015-07-10 14:42:14 +03:00
PKev
0056270710
Add profile file name in profile page
...
fix #1951
2015-07-10 10:55:51 +03:00
TheSpiritXIII
49071baac7
OSX usable menu bar on login screen
2015-07-09 08:43:19 -04:00
agilob
aa05d71f4b
connect signal-slot in profileform
2015-07-09 13:06:23 +01:00
TheSpiritXIII
7bb56bcda9
OSX main menu bar
2015-07-08 14:14:25 -04:00
PKEv
c2b246409f
add max size of emoji
...
fix #1691
max size is calculated from the possibility of fully display the selection window of emoji and value Qt::AA_UseHighDpiPixmaps.
2015-07-02 21:41:14 +03:00
TheSpiritXIII
bb29b07d70
Fix activity sorting out of bounds, update activity category when changed
2015-07-01 09:10:55 -04:00
PKEv
cd307bd52c
Update friendlistwidget.cpp
2015-07-01 14:54:34 +03:00
PKev
efe05a3ca5
fix sorting "by activity" #1948
...
fix spaces
2015-07-01 14:07:34 +03:00
Daniel Hrabovcak
cd5294c055
Fix OS X compile, change instructions to use brew
2015-06-29 10:31:00 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
3e8fe2db6c
Fix video not loading when A/V tab shown
2015-06-29 11:10:50 +02:00
PKEv
e958f99609
Add way to delete whole history #1871
2015-06-29 00:01:49 +03:00
tux3
4f0a517531
Merge branch 'pr1914'
2015-06-28 18:23:50 +02:00
PKev
6069036324
translate to russian "contacts groups"
2015-06-28 19:15:09 +03:00
tux3
645b1e5566
Fix raciness of encryption API
...
And make it saner by not having one global password that has to be set before encrypting/decrypting, which is as racy and poorly designed as it gets
Fixes #1917 's immediate symtoms, which some potential for other regressions due to the mess that is encrypted persistence currently
2015-06-27 21:14:35 +02:00
tux3
636faac4db
Fix #1919
2015-06-27 19:27:01 +02:00
tux3
2ab55568f2
Make the video code a singleton, fix multithreading bugs
...
There can now only be one CameraSource running.
Video frames are decoded in their own thread, and then converted by users in the user's threads.
The CameraSource API is entirely thread-safe and controls the video decoding thread.
The video device only stays open as long as there are users subscribed to the CameraSource.
We use a dangerous combination of spinlocks and memory fences to keep things synchronized.
2015-06-26 18:34:48 +02:00
tux3
5e4abcb775
Refactor a strange return-early condition
2015-06-26 14:15:27 +02:00
tux3
79d335ff4c
Merge branch 'pr1890'
2015-06-26 14:13:03 +02:00
TheSpiritXIII
d2c0301103
Circles: Fix circle color on theme change, remove debugging stuff
...
Conflicts:
res.qrc
2015-06-26 13:38:51 +02:00
TheSpiritXIII
b6df8ce34a
Circles: Fix sort circles on menus, fix groupchat rename through widget, improve activity sort performance
2015-06-26 10:54:50 +02:00
TheSpiritXIII
484a9ea87e
Circles: Fix crash when creating in category where it's not visible
2015-06-26 10:54:50 +02:00
TheSpiritXIII
7f7ab9a1bc
Circles: Fix quick switch crash, remove circle crash
2015-06-26 10:54:50 +02:00
TheSpiritXIII
5c80d06ee9
Circles: Add while searching
2015-06-26 10:54:49 +02:00
TheSpiritXIII
8357095d8a
Circles: Sort numbers at end, too
2015-06-26 10:54:49 +02:00
TheSpiritXIII
79424de10a
Circles: Use history for activity, fix search
2015-06-26 10:54:49 +02:00
TheSpiritXIII
d9d6f20bf7
Circles: Fix convention, crash and activity cycling
2015-06-26 10:54:49 +02:00