Commit graph

982 commits

Author SHA1 Message Date
Michael Sproul
daf85854f1 Initialise _firstLoadRequest to prevent jumps from depending on uninitialised memory.
When running Telegram under Valgrind, I found that there were jumps depending on the value
of _firstLoadRequest (in historywidget.cpp) before it was initialised.

Signed-off-by: Michael Sproul <micsproul@gmail.com> (github: michaelsproul)
2015-11-15 12:01:46 +11:00
John Preston
785aeb7d7d changed instructions 2015-11-13 12:06:53 +03:00
telegramdesktop
1a6b1b698e Merge pull request #1295 from JayDi85/master
Add Windows SDK install hints for Qt library
2015-11-13 12:03:09 +03:00
Oleg
03c5b5a230 small type mistmatch
Signed-off-by: Oleg Agafonov <jaydi85@gmail.com> (github: JayDi85)
2015-11-13 12:22:59 +04:00
Oleg
b54ae9d784 Add Windows SDK install hints for Qt library
Signed-off-by: Oleg Agafonov jaydi85@gmail.com (github: JayDi85)
2015-11-13 12:11:39 +04:00
telegramdesktop
c7181b8e1e Merge pull request #1272 from eduardosm/config-c++11
Add c++11 config flag to Telegram.pro
2015-11-09 12:29:37 +03:00
Eduardo Sánchez Muñoz
2517317461 Add c++11 config flag to Telegram.pro.
It is needed to use UTF-16 string literals (u"string"), which are generated by MetaLang.

Signed-off-by: Eduardo Sánchez Muñoz <eduardosanchezmunoz@gmail.com> (github: eduardosm)
2015-11-05 17:20:38 +01:00
John Preston
e60052d440 fixed tilde replacements in input fields and Text 2015-11-04 18:46:01 -05:00
John Preston
bcb80a80fb Merge branch 'master' of https://github.com/telegramdesktop/tdesktop 2015-11-04 17:15:56 -05:00
John Preston
17e9cd0f6d fixed index images crop in PhotoCropBox 2015-11-04 17:12:13 -05:00
John Preston
bbeac7509f fixed crash for 0.9.10 and langs updated 2015-11-04 12:55:00 -05:00
John Preston
3037c611e8 version 0.9.10 done 2015-11-04 03:18:31 -05:00
John Preston
4ae5fc4505 Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev 2015-11-04 03:16:43 -05:00
John Preston
a4e6781bfd langs updated for 0.9.10 stable 2015-11-04 02:31:55 -05:00
John Preston
16afb72166 fixed emoji replaces in the beginning of the input fields 2015-11-03 12:15:49 -05:00
John Preston
6feef57b84 fixed photo label for groups and channels 2015-11-03 11:50:40 -05:00
John Preston
5110ebb18e crash in PopupMenu fixed 2015-11-03 11:49:14 -05:00
John Preston
9a83c26731 fixed OS X PopupMenu behaviour and directory name in error msg 2015-11-02 18:30:28 -05:00
John Preston
29befef3ea langs updated for 0.9.9.dev 2015-11-02 17:51:21 -05:00
John Preston
53728e1d13 version 0.9.9.dev before stable, testing custom context menu 2015-11-02 17:39:40 -05:00
John Preston
3f8d7944c1 folders not allowed to be dropped / pasted 2015-11-02 17:36:26 -05:00
John Preston
83a542713a Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev 2015-11-01 13:15:48 -05:00
John Preston
7c71d977e2 ContextMenu removed, PopupMenu replaced default context menu in input fields and all ContextMenu 2015-11-01 13:14:30 -05:00
John Preston
9219061da1 fixed StorageImageLocation compare 2015-10-30 19:35:44 -04:00
John Preston
ba6d56105f instructions updated for Qt 5.5.1 build from git 2015-10-28 19:55:17 -04:00
John Preston
3edc46320d build instructions updated 2015-10-28 10:52:35 -04:00
John Preston
e8398e7db2 warnings fixed, 0.9.8.dev 2015-10-28 00:12:01 -04:00
John Preston
f566190bf2 version 0.9.8.dev 2015-10-27 23:49:59 -04:00
John Preston
98cad7151d Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-27 23:48:17 -04:00
John Preston
63dbf7e9ef improved emoji strings in sticker description 2015-10-27 23:47:55 -04:00
John Preston
81f523cd21 fix for tilde in OpenSans now in Text, FlatTextarea, InputField and InputArea' 2015-10-27 23:43:42 -04:00
John Preston
e2f83e1662 new photo / file sending, photo always can be sent with caption 2015-10-27 22:41:13 -04:00
John Preston
bb416b520a improved messages to self: always not unread, show sending clock icon 2015-10-27 20:29:39 -04:00
John Preston
ad21781c7c workaround for Qt bug in contentsChange signal params, see https://bugreports.qt.io/browse/QTBUG-49062 2015-10-27 19:48:41 -04:00
John Preston
8f6be1c6ac channel admin appointment box bottomshadow bug fixed 2015-10-26 22:43:03 -04:00
John Preston
742134c439 OpenAL commit changed in MSVC.md (with known bugs fixed), os x deployment targets fixed in XCODE.md / XCODEold.md 2015-10-26 22:42:26 -04:00
John Preston
31b1ecb11c new image / file confirm / send codepath made by Task / TaskQueue, sending single file paste and image paste / drop with that new code 2015-10-26 22:39:02 -04:00
John Preston
c606d6b459 updating openal build, new code of getting original text and entities from Text, not tested yet 2015-10-25 18:08:45 +01:00
John Preston
5423abaa19 version 0.9.7.dev: markdown, new popup menu, os x crash temp fix, new slide animation, tilde symbol display fix, shared audio link in profile, first Qt 5.5.1 + VS2015 build' 2015-10-23 22:09:51 +02:00
John Preston
4dc2b5e780 temp removing 0x0B00-0x0B7F diacritics from OS X 10.11+ because of crash, see https://bugreports.qt.io/browse/QTBUG-48910 + added changelog for 0.9.7 2015-10-23 22:02:29 +02:00
John Preston
4d230eda63 added audio files >> link to profile and media types dropdown 2015-10-23 21:24:05 +02:00
telegramdesktop
4f3f56f247 Merge pull request #1221 from eduardosm/branch-1
Do not depend on QPixmap and QGuiApplication in MetaStyle.
2015-10-23 20:30:29 +02:00
John Preston
4f562bca09 fixed popup hide, moved toggle notifications display moved under open / minimize in tray menu 2015-10-23 18:45:23 +02:00
John Preston
17114350c4 conflicts fixed 2015-10-23 18:18:43 +02:00
John Preston
f59cd2a882 Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev 2015-10-23 18:15:41 +02:00
John Preston
aeafcacb0c new (fast) PopupMenu started 2015-10-23 18:15:24 +02:00
John Preston
3df66a7ed3 tilde fix in 100%, dialogs repaint fix, markdown (bold, italic, code, pre support) added 2015-10-23 18:06:56 +02:00
Eduardo Sánchez Muñoz
465b9f9a4a Do not depend on QPixmap and QGuiApplication in MetaStyle.
Signed-off-by: Eduardo Sánchez Muñoz <eduardosanchezmunoz@gmail.com> (github: eduardosm)
2015-10-23 18:01:15 +02:00
auchri
8e81880489 Add instructions to change commit message...
...to CONTRIBUTING.md
2015-10-21 16:31:55 +02:00
John Preston
166e99c0bd libpng used from Qt bundle in 32bit linux 2015-10-20 12:18:47 +02:00