Commit Graph

1076 Commits

Author SHA1 Message Date
John Preston ac970f8852 improved build instructions 2015-10-20 00:13:11 +02:00
John Preston 2215167dea moved to Qt 5.5.1, build docs for MSVC2015 and Xcode7 updated 2015-10-19 23:24:39 +02:00
John Preston 1360cd61a7 moved to VS2015, Qt 5.5.1, now Qt, ffmpeg and openssl are built from source from git 2015-10-19 23:16:17 +02:00
John Preston 5d14f3fe4a Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-19 01:02:06 +02:00
John Preston 775607c24f fixed new animations for retina display 2015-10-19 01:01:18 +02:00
John Preston 12a2c5e80e moved Windows build to Qt 5.5.1 2015-10-19 01:00:06 +02:00
John Preston 938f6edf38 _qt_5_5_0_patch updated 2015-10-18 20:55:55 +02:00
John Preston 97151e6d39 Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-18 15:43:37 +02:00
John Preston 1a54daef31 improved Ctrl+, Ctrl+Shift+ input fix (I hope :) 2015-10-18 15:43:19 +02:00
John Preston a606893194 Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-18 15:07:00 +02:00
John Preston 7d666ed225 fixed bad Qt patch 2015-10-18 15:04:39 +02:00
John Preston c49e101d73 Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-18 14:53:06 +02:00
John Preston 9327473ee8 share support added 2015-10-18 14:49:34 +02:00
John Preston e14464162e good extension handling in Save As done 2015-10-18 13:38:00 +02:00
John Preston 90776073e7 requesting unlock before toggle notifications from tray 2015-10-17 20:30:55 +02:00
John Preston e211268158 new slide animations 2015-10-17 16:52:26 +02:00
John Preston a9450956c3 Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-17 14:10:40 +02:00
telegramdesktop 1f16e50c30 Merge pull request #1185 from Alireza-Mim/patch-1
Fixed issue 1176
2015-10-17 14:08:38 +02:00
John Preston 5c3d030b9a moved shadows to widgets where they are displayed 2015-10-17 10:31:48 +02:00
Alireza Mim 0841a478f6 Merge branch 'patch-1' of https://github.com/Alireza-Mim/tdesktop into patch-1 2015-10-15 16:30:32 +03:00
Alireza 2e9ea061d0 Fixed issue 1176
A quick hotfix for issue #1176.
This may also fix any other issues with the key combination which are raised because of stripped Ctrl+ and Ctrl+Shift+ in Qt code.

Signed-off-by: Alireza Mim <asmclass@yahoo.com> (github: Alireza-Mim)
2015-10-15 16:27:57 +03:00
John Preston 48756111a9 boxes animations pause mtp 2015-10-15 13:51:10 +02:00
Alireza f87efbbd09 Fixed issue 1176
A quick hotfix for issue #1176. 
This may also fix any other issues with the key combination which are raised because of stripped Ctrl+ and Ctrl+Shift+ in Qt code.
2015-10-15 13:55:53 +03:00
John Preston f12f21b16b pausing of mtp while animating, fixed message field while animating 2015-10-15 12:18:24 +02:00
John Preston 1c28d59ed2 fixed bad resizing calls, 0.9.6 stable version 2015-10-15 02:15:28 +02:00
John Preston 4857135e42 fixed StartupWMClass linux problem, 0.9.6 2015-10-15 01:07:40 +02:00
John Preston b63be192e6 username box fixed, crash fixed, 0.9.6 hotfix stable version 2015-10-14 23:49:50 +02:00
John Preston a94acdea53 crash fixed in InputField and InputArea 2015-10-14 23:47:23 +02:00
John Preston 6168f3334d Merge branch 'master' of https://github.com/telegramdesktop/tdesktop 2015-10-14 21:23:27 +02:00
John Preston 17c97a4fee Deploy.sh improved 2015-10-14 21:20:04 +02:00
John Preston 0233389143 Merge branch 'master' of https://github.com/telegramdesktop/tdesktop 2015-10-14 21:16:02 +02:00
John Preston bf6bebb0aa fixed bug in history size count, 0.9.5 2015-10-14 21:15:46 +02:00
auchri c6fd532a40 Fix OpenSSL Link
Closes #1180
2015-10-14 20:50:36 +02:00
John Preston 21570c0479 crash fixed for 0.9.5 2015-10-14 16:11:42 +02:00
John Preston 12673ab6fe stable version 0.9.5 - new boxes and optimizations 2015-10-14 13:58:38 +02:00
John Preston 4f49f3b023 Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-14 13:51:44 +02:00
John Preston 8172b82ed4 boxes finished 2015-10-14 13:51:37 +02:00
John Preston a4d9d7a617 Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-14 13:31:09 +02:00
John Preston 37a2026266 langs updated, diffutils added to msvc build instructions 2015-10-14 13:30:59 +02:00
telegramdesktop 3ac6d6d26c Merge pull request #1174 from kanishkablack/master
Gnome Shell Duplicates bug fix
2015-10-13 12:37:50 +02:00
telegramdesktop f33e8328c5 Merge pull request #1178 from Alireza-Mim/patch-1
Resolving "failed retrieving file" error
2015-10-13 12:35:47 +02:00
Alireza f1ac7a5c71 Resolving "failed retrieving file" error
The command "pacman -S mingw64/mingw-w64-x86_64-opus" gives an error and based on the comment on this ticket: http://sourceforge.net/p/msys2/tickets/186/ , we should sync the package database first.
It worked for me.
2015-10-13 09:52:11 +03:00
John Preston 156ae31254 fixed toggle notifications from tray in linux, v 0.9.4.dev 2015-10-13 00:14:55 +02:00
John Preston ed707c8f0e fixed tray notifications toggle, 0.9.4.dev version 2015-10-12 23:48:14 +02:00
John Preston 2e2455cf81 version 0.9.4.dev 2015-10-12 23:37:30 +02:00
John Preston 5952d75e6e Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-12 23:32:00 +02:00
telegramdesktop 580e6cde3d Merge pull request #471 from kirill-gerasimenko/notification_tray
Add item to system tray to toggle notifications display
2015-10-12 23:31:51 +02:00
John Preston dc6f719d4d fixed build for os x, only cmd+m, cmd+w now work, not ctrl+m, ctrl+w 2015-10-12 23:31:05 +02:00
John Preston fe9a1bc947 boxes redesign finished 2015-10-12 23:02:10 +02:00
John Preston 542d9435d8 almost all boxes done 2015-10-11 10:37:24 +02:00