-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: cherry pick some from 240 task #243
Draft
leha-bot
wants to merge
265
commits into
dev
Choose a base branch
from
task-240
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Hopefully it will be replaced with separate fixed-point lib
From dba8b962c805af477ceee699aa1c05143aa19d43 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev <[email protected]> Date: Fri, 31 Mar 2017 14:29:58 +0200
Closes: #3196
* Do not do redundant copying of numbers.
See telegramdesktop/tdesktop#2580. (cherry picked from commit e3b6e13)
You can obtain your tokens from https://core.telegram.org/api/obtaining_api_id. Export API_ID and API_TOKEN environment options with your tokens before running Cmake to use them. Signed-off-by: Vitaly Zaitsev <[email protected]>
This will no more break build when warnings are received from cmake.
Signed-off-by: Vitaly Zaitsev <[email protected]>
Signed-off-by: Vitaly Zaitsev <[email protected]>
Inspired by upstream commit telegramdesktop/tdesktop@ffc20e4 Related to #174
Related to #174. Partially inspired by telegramdesktop/tdesktop@ffc20e4
Also add missing headers to the lots of files (they were in structs.h, but we reduce dependencies). Related to #174.
Related to #174.
It should reduce compile times. Related to #174.
See https://doc.qt.io/QT-5/qregularexpression.html#PatternOption-enum about deprecated QRegularExpression enum values.
Also update references in files Related to #240. Partially based on upstream commit telegramdesktop/tdesktop@ffc20e4
Related to #174 and #240. Partially inspired by upstream commit telegramdesktop/tdesktop@ffc20e4
leha-bot
added
pr:WIP DO NOT MERGE
This PR is in progress, do not merge yet
category:Sync
Reduce disparity with upstream code
labels
Aug 18, 2019
✅ Build kepka 1.0.263-stmcpxoc completed (commit a7cd271dd9 by @) |
WIP. Related to #240.
✅ Build kepka 1.0.263-gkwuvani completed (commit 830e83060d by @leha-bot) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:Sync
Reduce disparity with upstream code
pr:WIP DO NOT MERGE
This PR is in progress, do not merge yet
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #240