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

3274 Commits

Author SHA1 Message Date
Roman Zabaluev
007314e645 Update ru.ts 2015-07-10 16:41:27 +04:00
Roman Zabaluev
c858b190ba Updated and impoved russian localization
a bit :)
2015-07-09 19:23:17 +04:00
tux3
cfeeb03c5b
Merge branch 'pr1968' 2015-07-07 20:36:23 +02:00
sudden6
444ababd55 fix formatting 2015-07-06 18:57:19 +02:00
sudden6
953847f02a add a note for installing ffmpeg on openSUSE 2015-07-06 18:55:28 +02:00
tux3
965f871d0c
Merge branch 'pr1964' 2015-07-06 00:29:21 +02:00
Corey Sheldon
52acc1f934 Updated Fedora parts
--- Added qt5-svg error warning,  check it  before  building  default fedora version is  not >=5.2
--- Added mention of  sudo ldconfig for  /usr/local/bin users
--- Added qt5-svg-devel to build instructions as otherwise a Unknown Modelu(s) SVG error occurs later in building process (some svg needed parts are  in -devel
2015-07-05 15:14:37 -04:00
tux3
83d7b5f02b
Merge branch 'pr1957' 2015-07-04 13:36:20 +02:00
tux3
8425b48ae7
Merge branch 'pr1955' 2015-07-04 13:35:38 +02: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
Zetok Zalbavar
50096d4d25
INSTALL.md: fix links; make it possible to click them
Also change "Tox Core" → "toxcore"
2015-07-02 12:09:00 +01:00
tux3
1758928b4f
Merge branch 'pr1950' 2015-07-01 15:16:12 +02:00
TheSpiritXIII
bb29b07d70 Fix activity sorting out of bounds, update activity category when changed 2015-07-01 09:10:55 -04:00
tux3
4277ad832a
Merge branch 'pr1949' 2015-07-01 13:55:45 +02: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
tux3
1cbc9f51ed
Merge branch 'pr1945' 2015-06-30 16:14:47 +02:00
PKev
4682814442 fix the names in the history
fix #1943 #1787
2015-06-30 16:56:38 +03:00
tux3
14c3fad97b
Merge branch 'pr1935' 2015-06-29 16:34:10 +02:00
Daniel Hrabovcak
cd5294c055 Fix OS X compile, change instructions to use brew 2015-06-29 10:31:00 -04:00
tux3
8d1a3b7357
Sleep while waiting for IPC events 2015-06-29 11:39:19 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3e8fe2db6c
Fix video not loading when A/V tab shown 2015-06-29 11:10:50 +02: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
e600d6056e
Merge branch 'pr1924' 2015-06-28 15:50:37 +02:00
Mario Preksavec
0f44fba093 Slackware install procedure update 2015-06-28 13:51:45 +02:00
tux3
62d298462b
Fix circles doubling when reloaded
We do need to clear before reloading.
2015-06-27 21:32:11 +02:00
tux3
fc084d2795
Merge branch 'pr1921' 2015-06-27 21:16:24 +02:00
tux3
b88eacb037
Merge branch 'pr1920' 2015-06-27 21:16:11 +02: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
Zetok Zalbavar
413243f86b
Update install instructions 2015-06-27 19:16:47 +01:00
urras
55d04bf3cb
Update Debian dependencies 2015-06-27 13:38:28 -04:00
tux3
636faac4db
Fix #1919 2015-06-27 19:27:01 +02:00
tux3
79a9928c75
Link with -ffmpeg libav* sonames 2015-06-27 02:02:27 +02:00
tux3
9e55c77849
Better freeing of CameraSource 2015-06-26 19:04:53 +02:00
tux3
89080b949e
Merge branch 'video_overhaul' 2015-06-26 18:39:36 +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
b132443c80
Merge branch 'pr1908' 2015-06-26 14:16:30 +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
tux3
47c4fab08b
Merge branch 'friendlist' from PR #1879
Closes #1879 by rebasing and merging it
2015-06-26 13:47:29 +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
TheSpiritXIII
858b005567 Circles: Fix memory leaks and extraneous saving 2015-06-26 10:54:49 +02:00