Sean Wei
|
556aa28df6
|
Remove unused variable
The following are commits related to removed variables.
apiwrap.cpp
e050e27: kSaveDraftBeforeQuitTimeout
app.cpp
113f665: serviceImageCacheSize
boxes/auto_download_box.cpp
a0c6104: checked(Source source, Type type)
boxes/background_preview_box.cpp
b6edf45: resultBytesPerPixel
fe21b5a: ms
boxes/calendar_box.cpp
ae97704: yearIndex, monthIndex
99bb093: ms
boxes/connection_box.cpp
f794d8d: ping
boxes/dictionaries_manager.cpp
8353867: session
boxes/peer_list_box.cpp
2ce2a14: grayedWidth
boxes/peers/add_participants_box.cpp
07e010d: chat, channel
boxes/self_destruction_box.cpp
fe9f02e: count
chat_helpers/emoji_suggestions_widget.cpp
a12bc60: is(QLatin1String string)
chat_helpers/field_autocomplete.cpp
8c7a35c: atwidth, hashwidth
chat_helpers/gifs_list_widget.cpp
ff65734: inlineItems
3d846fc: newSelected
d1687ab: kSaveDraftBeforeQuitTimeout
chat_helpers/stickers_dice_pack.cpp
c83e297: kZeroDiceDocumentId
chat_helpers/stickers_emoji_pack.cpp
d298953: length
chat_helpers/stickers_list_widget.cpp
eb75859: index, x
core/crash_reports.cpp
5940ae6: LaunchedDateTimeStr, LaunchedBinaryName
data/data_changes.cpp
3c4e959:clearRealtime
data/data_cloud_file.cpp
4b354b0: fromCloud, cacheTag
data/data_document_media.cpp
7db5359: kMaxVideoFrameArea
data/data_messages.cpp
794e315: wasCount
data/data_photo_media.cpp
e27d2bc: index
data/data_wall_paper.cpp
b6edf45: resultBytesPerPixel
data/data_types.cpp
aa8f62d: kWebDocumentCacheTag, kStorageCacheMask
history/admin_log/history_admin_log_inner.cpp
794e315: canDelete, canForward
history/history_location_manager.cpp
60f45ab: kCoordPrecision
9f90d3a: kMaxHttpRedirects
history/history_message.cpp
cedf8a6: kPinnedMessageTextLimit
history/history_widget.cpp
b305924: serviceColor
efa5fc4: hasForward
5e7aa4f: kTabbedSelectorToggleTooltipTimeoutMs, kTabbedSelectorToggleTooltipCount
history/view/history_view_context_menu.cpp
fe1a90b: isVideoLink, isVoiceLink, isAudioLink
settings.cpp
e2f54eb: defaultRecent
settings/settings_folders.cpp
e8bf5bb: kRefreshSuggestedTimeout
ui/filter_icon_panel.cpp
c4a0bc1: kDelayedHideTimeoutMs
window/themes/window_theme_preview.cpp
ef927c8: mutedCounter
-----
Modified variables
boxes/stickers_box.cpp
554eb3a: _rows[pressedIndex] -> set
data/data_notify_settings.cpp
734c410: muteForSeconds -> muteUntil
history/view/history_view_list_widget.cpp
07528be: _items[index] -> view
e5f3bed: fromState, tillState
history/history.cpp
cd3c1c6: kStatusShowClientsideRecordVideo -> kStatusShowClientsideRecordVoice
storage/download_manager_mtproto.cpp
ae8fb14: _queues[dcId] -> queue
storage/localstorage.cpp
357caf8: MTP::Environment::Production -> production
|
2020-07-13 09:33:55 +04:00 |
John Preston
|
3c4e959468
|
Replace observer_peer with rpl interface.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
ee43027bea
|
Remove some usages of App::main().
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
423ea5b499
|
Fix crash on invalid image data.
|
2020-06-01 18:09:34 +04:00 |
John Preston
|
6513422e40
|
Remove legacy image-related code.
|
2020-06-01 18:09:33 +04:00 |
John Preston
|
15b19f8565
|
Allow sending large images again (up to 108MP).
|
2020-04-13 15:32:06 +04:00 |
John Preston
|
2c0b852dad
|
Limit image size the app tries to read.
This will prevent some OOM crashes.
|
2020-03-27 20:36:05 +04:00 |
John Preston
|
2e1e13b843
|
Rename mediaview.style to media_view.style.
|
2020-02-05 18:39:47 +04:00 |
23rd
|
faef5d8af6
|
Added buttons to delete and edit album items in SendFilesBox.
|
2020-01-23 10:09:33 +03:00 |
John Preston
|
4eeac7dc18
|
Fix whitespace and indentation errors.
See #6672, thanks Sea-n.
|
2020-01-02 14:25:53 +03:00 |
John Preston
|
a6c84c36c0
|
Use layers and boxes from lib_ui.
|
2019-10-19 12:27:52 +04:00 |
John Preston
|
849deb57e2
|
Move many widget classes to lib_ui.
|
2019-10-01 23:59:46 +03:00 |
John Preston
|
0c713a930a
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
John Preston
|
6343221d7b
|
Remove many includes from stdafx.pch.
|
2019-09-06 19:31:07 +03:00 |
John Preston
|
137fa0378c
|
Remove some more Auth() calls.
|
2019-07-24 16:00:30 +02:00 |
John Preston
|
ff44094ded
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
John Preston
|
06982fdf04
|
Remove some calls to Auth().
|
2019-07-24 13:13:51 +02:00 |
John Preston
|
87fc066e67
|
Use tr:: instead of lang().
|
2019-06-21 11:06:51 +02:00 |
John Preston
|
5e3734d7bf
|
ReportSpamPanel -> HistoryView::ContactStatus.
|
2019-06-21 11:06:45 +02:00 |
John Preston
|
14b82698f8
|
Update API scheme to layer 102.
|
2019-06-21 11:06:44 +02:00 |
John Preston
|
dd68c7e90d
|
Use Window::Controller to manage MainWindow.
|
2019-06-06 14:20:21 +03:00 |
John Preston
|
c4aac5fa0e
|
Update API scheme to layer 100.
|
2019-05-27 15:09:06 +02:00 |
John Preston
|
08bddc5579
|
Move messages data to AuthSession.
|
2019-05-01 16:11:42 +04:00 |
John Preston
|
2d1dcb36cb
|
Use folder_id / still_unread_count from updates.
|
2019-05-01 16:11:38 +04:00 |
23rd
|
a6d0fa433e
|
Refactored variables for edit media in HistoryItem.
- Replaced _isLocalUpdateMedia with client flag.
- Removed _isEditingMedia.
|
2019-04-04 13:23:14 +03:00 |
23rd
|
f3102573ea
|
Improved applying edition.
- Fixed cancel single media.
|
2019-04-02 18:14:12 +04:00 |
23rd
|
145dda843e
|
Added initial local reference for edited media.
|
2019-04-02 18:14:12 +04:00 |
23rd
|
be2b2cbf7e
|
Refactored ApiWrap::editMedia.
- Slightly refactored checkEntitiesAndViewsUpdate.
- Slightly refactored HistoryMessage.
|
2019-04-02 18:14:12 +04:00 |
John Preston
|
aa8f62da9d
|
Support new ('modern') API file locations.
|
2019-03-29 14:24:07 +04:00 |
John Preston
|
a34e998c42
|
Handle fwd_from without a link to the account.
|
2019-03-24 12:12:42 +04:00 |
John Preston
|
f2a7cf5c64
|
Improve shared videos design.
|
2019-03-15 12:09:48 +04:00 |
John Preston
|
13a9b967e9
|
Use user phrases for support accounts.
|
2019-03-12 14:38:59 +04:00 |
John Preston
|
9a616edf2a
|
Add new animations engine.
|
2019-03-11 12:08:17 +04:00 |
John Preston
|
f1e0cd6c1d
|
Play streaming video in mediaview.
|
2019-03-11 11:52:11 +04:00 |
23rd
|
e70465c633
|
Removed unnecessary calling of saveDraftToCloud() method when quit.
|
2019-02-20 11:46:37 +04:00 |
John Preston
|
032694ad9e
|
Move files to media/audio and media/clip.
|
2019-02-13 15:41:33 +03:00 |
John Preston
|
a70e72f75d
|
Application->Sandbox, Messenger->Application.
|
2019-01-23 12:51:58 +04:00 |
John Preston
|
4111da1dd0
|
Move some calls from App namespace.
|
2019-01-22 17:10:01 +04:00 |
John Preston
|
314e30272b
|
Replace SingleTimer with base::Timer.
|
2019-01-18 16:41:08 +04:00 |
John Preston
|
2a0b9a44dd
|
Remove supergroup migrate messages.
|
2019-01-17 12:21:31 +04:00 |
John Preston
|
67d12fa6d2
|
Improve update handling for legacy chats.
|
2019-01-17 12:21:30 +04:00 |
John Preston
|
61419b57c8
|
Prepare legacy group restrictions checking.
|
2019-01-17 12:21:29 +04:00 |
John Preston
|
c5a41e1f55
|
Divide data/data_peer and remove from PCH.
|
2019-01-17 12:21:29 +04:00 |
John Preston
|
d2d6b319b6
|
Update API scheme to layer 93. Broken.
|
2019-01-17 12:21:28 +04:00 |
John Preston
|
47edb71a68
|
Update API scheme to layer 92.
|
2019-01-17 12:21:28 +04:00 |
John Preston
|
1f8626b383
|
Move App::histories to Data::Session.
|
2019-01-17 12:21:28 +04:00 |
John Preston
|
c259921269
|
Use qualified names for App::main and App::wnd.
|
2018-12-28 11:14:00 +04:00 |
John Preston
|
e3cc8652e4
|
New structs for media autodownload settings.
|
2018-12-25 22:15:22 +04:00 |
John Preston
|
6d08394adc
|
Divide history_media_types to several modules.
|
2018-12-21 17:09:31 +04:00 |
John Preston
|
eb7201a55b
|
Strictly match message / media types.
|
2018-12-21 17:09:30 +04:00 |