Commit Graph

3198 Commits

Author SHA1 Message Date
leha-bot 789570a9ec data_document: extract Q_FIXED to impl from .h
WIP.
Related to #240.
2019-08-18 21:44:02 +03:00
Александр 0e41fbf5e4 remove function updated 2019-08-18 19:44:59 +03:00
Александр a96e15cd51 add data_flags class 2019-08-18 19:44:59 +03:00
leha-bot b5aa82a7e7 Update includes to data_peer.h 2019-08-18 19:44:59 +03:00
leha-bot 559a584dc1 structs.h: move rest of chat/peer related structs to data_peer.h
Related to #174 and #240.
Partially inspired by upstream commit https://github.com/telegramdesktop/tdesktop/commit/ffc20e4
2019-08-18 19:44:59 +03:00
leha-bot 4cdf1c446e history.h: drop #include "structs.h" 2019-08-18 19:44:59 +03:00
leha-bot 4aa8f29333 extract peer related to new header data/data_peer.h
Also update references in files
Related to #240.
Partially based on upstream commit https://github.com/telegramdesktop/tdesktop/commit/ffc20e4
2019-08-18 19:44:59 +03:00
leha-bot bc898f3af3 apiwrap.h: drop #include "structs.h" 2019-08-18 19:44:59 +03:00
leha-bot f1fb375e02 lang_instance: minor int/uint fix to avoid warnings 2019-08-07 18:20:23 +00:00
leha-bot 3b5af27889 Fix deprecation warning on Qt 5.12+
See https://doc.qt.io/QT-5/qregularexpression.html#PatternOption-enum
about deprecated QRegularExpression enum values.
2019-08-07 18:20:23 +00:00
leha-bot 7a88eeda6a Drop some cyclic #include's of structs.h
It should reduce compile times.
Related to #174.
2019-08-07 18:20:23 +00:00
leha-bot 94d2d07878 Extract DocumentData and some related types to data/data_document.h
Related to #174.
2019-08-07 18:20:23 +00:00
leha-bot 5e0724a10b Extract GameData
Related to #174.
2019-08-07 18:20:23 +00:00
leha-bot 0e1f7d1a46 layerwidget: drop #include "structs.h"
Also add missing headers to the lots of files (they were in structs.h,
but we reduce dependencies).
Related to #174.
2019-08-07 18:20:23 +00:00
leha-bot 620d46393a Extract some basic data definitions to data/data_types
Related to #174.
Partially inspired by ffc20e4492
2019-08-07 18:20:23 +00:00
leha-bot cd008f24c1 Extract PhotoData to new file
Inspired by upstream commit ffc20e4492
Related to #174
2019-08-07 18:20:23 +00:00
Vitaly Zaitsev e49340e867 Allow to forward custom API tokens for Kepka.
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 <vitaly@easycoding.org>
2019-06-28 11:04:38 +00:00
Evgeniy Zheltonozhskiy d0de5d31e6 Fix emoji search in dictionary (#234)
The commit b2ee90263d introduced regression in whole places where smilies are used. Now it seems to be fixed.
Thanks for testing for @saphire , @Randl and @zgwerby for reporting issue #233 .
Closes #233.
2019-06-24 09:48:03 +00:00
John Preston e164760eb0 Use AL_DIRECT_CHANNELS_SOFT for audio playback.
See https://github.com/telegramdesktop/tdesktop/issues/2580.

(cherry picked from commit e3b6e1325e)
2019-05-24 11:58:08 +00:00
Evgenii Zheltonozhskii b2ee90263d Rewrite emoji switch-based search 2019-04-23 23:31:17 +03:00
leha-bot 6bb875727c history_location_manager: fix all warnings by Qt's Clang Code Model
The Code Model options were:
Clang: -Weverything -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-unused-macros
-Wno-newline-eof -Wno-exit-time-destructors -Wno-global-constructors
-Wno-gnu-zero-variadic-macro-arguments -Wno-documentation -Wno-shadow
-Wno-switch-enum -Wno-missing-prototypes -Wno-used-but-marked-unused;

Clang-tidy: bugprone, clang-analyzer, clang-diagnostics, misc, modernize,
performance, readability;

Clazy: level 0.
2019-04-23 23:26:39 +03:00
leha-bot b2e70e63a2 history_location_manager: use new interface for tile info
Please note that there are some static objects in raw pointers with unclear
lifetime semantics. They are will be eliminated soon.
2019-04-23 23:26:39 +03:00
leha-bot d18ff9ec8d history_location_manager: Introduce new classes for getting location tiles info
This commit adds the helper interface ILocationMapTileHelper for getting
info about current location (e.g. location URL or map tile image URL).
This commit adds the following classes:
1. The interface ILocationMapTileHelper;
2. YandexMapsLocationTileHelper - uses Yandex.Maps Static API as backend for
   getting tile info;
3. GoogleMapsLocationTileHelper - uses Google Maps Statis API as backend;
Please note that these classes aren't used yet, it will be used in next commit.
Also please note that all virtual functions has been extracted from classes definitions
to avoid the -WWeak-tables warning. (See Clang manual about this warning).
2019-04-23 23:26:39 +03:00
leha-bot 0152b24f13 Add optional support for Yandex.Maps static API
You could enable it via CMake option KEPKA_OPTION_USE_YANDEX_MAPS:
cmake -DKEPKA_OPTION_USE_YANDEX_MAPS=ON ..

It is used instead of Google Maps API for locations and on location click.
Sometimes Google Maps return no maps data. It is related with recent free
API usages count decrease from 750k requests to 28k (according to
https://habr.com/post/417715/).

The code on this commit will be cleaned up and rewritten using Maps API
string builders in next commit.
2019-04-23 23:26:39 +03:00
leha-bot f09f8075fb Add logo copyright info to README 2019-04-23 23:26:39 +03:00
leha-bot 9c1b501123 Happy new Copyright Year! (in winrc) 2019-04-23 23:26:39 +03:00
leha-bot 03a3e5ceee Replace stock copyright-protected logo by ours
These logo variants are available under Creative Commons
Attribution Share-Alike License 4.0. See
https://creativecommons.org/licenses/by-sa/4.0/
(c) 2018 leha-bot.

The short guide about branding and logo usages
(from /Telegram/Resources/art) in Kepka:
1. logo_256.png/logo_256_no_margin.png -
 used in /Telegram/SourceFiles/window/main_window.cpp for loading logo
 (nowrap logo is used on Mac), in /Telegram/SourceFiles/messenger.[cpp|h],
 in /Telegram/SourceFiles/platform/linux/specific_linux.cpp and in qrc.
 Required for branding;
2. icon64.png - Doxyfile and MacOS image assets (they are duplicated in
 /Telegram/Telegram/Images.xcassets/[Icon.iconset|AppIcon.appiconset);
3. icon[<resolution>[@x2]].png - MacOS image assets. We will update
 these icons in next commit;
4. favicon.ico - seems unused;
5. icon256.ico - Windows Resource for EXE;

There is also a dangling reference inside
/Telegram/Resources/uwp/AppX/AppxManifest.xml. It shoud be fixed in some
of next commits.
2019-04-23 23:26:39 +03:00
crackedmind 12185c3062 Remove unused code 2019-04-23 23:26:39 +03:00
leha-bot 62abfe6f63 Use {appname} for splash screen string
Also update usage in intro widget. Please note that the language strings
with placeholders must be created using {lang_id}(lt_{placeholder},
lang({placeholder}), where you should replace {lang_id} with your actual
language string identifier and {placeholder} with your actual string
data.
2019-04-23 23:26:39 +03:00
Vitaly Zaitsev f792920622 Allow user to enable or disable interpocedural optimizations.
IPO optimizations will be disabled by default. To enable you need to
forward cmake build flag -DENABLE_IPO:BOOL=ON.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2019-04-02 18:35:07 +02:00
Vitaly Zaitsev 9fc007889b Removed AL_LIBTYPE_STATIC build definition.
Kepka is built against packaged version of OpenAL, so we don't need this.

Closes #227.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2019-03-16 19:29:59 +05:00
Vitaly Zaitsev 6ebbe5a2a9 Enabled LTO optimizations.
Closes #226.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2019-03-16 16:52:33 +05:00
Alexander Akulich 792a88d064 Refactor DC configuration 2019-03-02 23:30:24 +00:00
Berkus Decker 4fd2f16142 Clang-format 2018-11-01 00:12:21 +02:00
Berkus Decker ee47a1c904 Update .style files 2018-11-01 00:12:21 +02:00
Berkus Decker d3c5e4458e Fix codegenerated license headers 2018-11-01 00:12:21 +02:00
Berkus Decker 8e50d9637f Convert manually what couldn't be converted automatically 2018-11-01 00:12:21 +02:00
Berkus Decker 8fcbf45bba Convert license headers automatically 2018-11-01 00:12:21 +02:00
Berkus Decker 97011cd84a Convert last mentions of offical in strings 2018-11-01 00:12:21 +02:00
Stanislav Ershov 6c2d2613ad Use FindPython3 cmake module to launch codegen_scheme 2018-10-28 23:03:07 +03:00
Evgenii Zheltonozhskii 2a341d77b1 Fix broken lambda (MSVC bug?) 2018-10-27 12:40:27 +00:00
Evgenii Zheltonozhskii 25fbc2f7e1 Minor refactoring 2018-10-27 12:40:27 +00:00
Evgenii Zheltonozhskii 4b78d52194 Fix more warnings 2018-10-27 12:40:27 +00:00
Evgenii Zheltonozhskii 16318f93fc Remove now unused Generator::writeSetSearch 2018-10-27 12:40:27 +00:00
Evgenii Zheltonozhskii f1b4a86cfe Fix unused variables, lambda captures. 2018-10-27 12:40:27 +00:00
Evgenii Zheltonozhskii f526586bfb Delete Instance constructor, since its member constructor is deleted 2018-10-27 12:40:27 +00:00
Evgenii Zheltonozhskii e4478fd0fd Reformat 2018-10-27 12:28:53 +00:00
Evgenii Zheltonozhskii 0e7d653b32 Replace switch with map 2018-10-27 12:28:53 +00:00
Evgenii Zheltonozhskii 6bed3132ae Replace switch with map 2018-10-27 12:28:53 +00:00
Evgenii Zheltonozhskii af4cfd8a41 Fix generator 2018-10-27 12:28:53 +00:00