Commit Graph

2830 Commits

Author SHA1 Message Date
leha-bot 4b31f5f8ef ui/effects/cross_animation: fix missing #include <QPainterPath> 2021-06-13 01:05:55 +03:00
leha-bot 655c22f002 codegen_emoji: fix missing #include <stdint.h> in codegen 2021-06-13 01:05:40 +03:00
Илья Федин 6e02999eb8 Run clang-format 2020-09-13 18:00:15 +03:00
Илья Федин 8bbc635728 Remove dead code remaining from gtk removal 2020-09-13 18:00:15 +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
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
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
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
Evgenii Zheltonozhskii 0c4399431a Replace strings with raw strings in style 2018-10-27 12:28:53 +00:00
Stanislav Ershov ed2cceec57 Update config.h.in 2018-10-27 11:19:19 +03:00
Stanislav Ershov 9cf55590c0 Fix some warnings 2018-10-24 02:34:15 +03:00
Stanislav Ershov e2e9b8aefc Fix compilation errors in conformance mode 2018-10-20 20:27:10 +03:00
Evgenii Zheltonozhskii f4ae3d5e0d Replace mess with maps in lang_auto ( https://github.com/procxx/kepka/issues/196 ). Also fixes https://github.com/procxx/kepka/issues/59 2018-10-19 18:01:27 +00:00
Vladislav Isenbaev 56b40c4e31 OS X build fixes (#193)
The AppleClang 9.1 doesn't support std::is_invocable (introduced in f488d5f), so we have to use backported version from Facebook's Folly library which provides "batteries" for C++ and Standard Library's backports from C++14/17. Folly library is licensed under Apache 2.0 License which is compatible with GNU GPL v3.
Also set CMAKE_BUNDLE_DIR to CMAKE_INSTALL_DIR to avoid the CMake error "install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable" (seems it introduced in CMake 3.12.x).
2018-10-19 12:37:41 +03:00
leha-bot 8b5f81a218 Fix channel message pinning for channel moderators
The way of fixing this is weird and is a natural clutch. But we have to
live with it. And I hate it.

Note: all another function members movings from header file to source
are postponed to another commit.

This commit based on
75d8d01b17 (diff-efcc341e70654031bd8fee83d8b7105bR999)

Fixes #189.
2018-10-18 14:48:11 +03:00
leha-bot 04882ed746 Allow edit messages older than 2 days in sgroups
This feature is cherry-picked from
75d8d01b17 (diff-c0b32cc8ed01e3b1cdbfd5427184a41dL874)
2018-10-18 14:48:11 +03:00
leha-bot 4a63c69d7f Enable messages unpinning for channels
Also make History Widget react on pinning Channel message event and show
it in UI.

This commit is based on upstream commit
75d8d01b17

Related to #114.
Closes #8.
2018-09-22 01:03:29 +03:00
leha-bot ae75810cd5 HistoryItem: enable pins for channel messages
Now we can pin and unpin channel messages.

This commit is based on upstream commit
75d8d01b17

Related to #8, #114.
2018-09-22 01:03:29 +03:00
leha-bot dd003ffb7d PinMessageBox: show notify checkbox only for group
Prepare for pinning messages in Channels, in which we are could not
disable the pin notification.

Based on upstream commit
75d8d01b17

Related to #8, #114.
2018-09-22 01:03:29 +03:00