John Preston
|
f4a6be2ed9
|
Move audio player icons to "player" folder.
|
2021-11-18 21:51:10 +04:00 |
|
John Preston
|
c534f3f22e
|
Some internal HistoryItem refactoring.
Replace most IsServerMsgId / id <=> 0 with isRegular().
Track isLocal / isHistoryEntry in flags.
Remove toHistoryMessage.
|
2021-11-07 12:50:13 +04:00 |
|
Ilya Fedin
|
847c01d605
|
Add Qt 6 support
Tested only on Linux so far
|
2021-10-21 13:15:00 +04:00 |
|
23rd
|
6148edbc7d
|
Moved ConfirmBox to td_ui.
|
2021-10-19 06:34:27 +03:00 |
|
John Preston
|
cbfe57c51d
|
Custom colors in history_view_document module.
|
2021-09-06 13:13:26 +03:00 |
|
Ilya Fedin
|
97262a99c7
|
Get rid of osx and linux32 special targets
|
2021-08-11 16:59:27 +03:00 |
|
23rd
|
a14f2144e1
|
Removed layout.cpp/h.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
c6071d1148
|
Moved generic document preview info to separated file.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
6e2f8eb9a7
|
Moved text selection utils to td_ui.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
793f748d2e
|
Replaced overview and inline mosaic layouts with new mosaic layout.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
c82006c6f8
|
Moved position info from ItemBases to AbstractLayoutItem.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
2256482ae0
|
Moved layout utils to td_ui.
|
2021-07-26 17:38:51 +03:00 |
|
23rd
|
9b6ab6e137
|
Fixed date badge in Shared GIFs section.
|
2021-07-23 15:42:17 +03:00 |
|
23rd
|
a153059b38
|
Added ability to unload not visible GIFs as heavy parts in overview.
|
2021-07-23 15:42:17 +03:00 |
|
23rd
|
039ffd3d34
|
Copied layout items mosaic drawing for overview layout.
|
2021-07-23 15:42:17 +03:00 |
|
23rd
|
abdd2fa99b
|
Added ability to force open media viewer from overview layout.
|
2021-07-23 15:42:17 +03:00 |
|
23rd
|
b366c27a0c
|
Added to Overview::Layout::Delegate ability to request repaint item.
|
2021-07-23 15:42:17 +03:00 |
|
23rd
|
1fa71b6569
|
Copied GIF Layout from inline bots results to overview.
|
2021-07-23 15:42:17 +03:00 |
|
Ilya Fedin
|
79cc797aff
|
Fix -Wunused-variable warnings
|
2021-07-13 21:43:34 +03:00 |
|
23rd
|
a631a28092
|
Removed App::pixmapFromImageInPlace.
|
2021-07-06 12:13:06 +03:00 |
|
23rd
|
23c54896e5
|
Removed App::main() from file click handlers.
|
2021-06-18 09:20:49 +03:00 |
|
23rd
|
6c56fad180
|
Fixed updating of parent id for file click handlers.
Fixed #16447.
|
2021-06-18 07:30:54 +03:00 |
|
23rd
|
3fd772ce17
|
Moved file click handlers to separated file.
|
2021-06-18 07:30:54 +03:00 |
|
23rd
|
8591d58798
|
Added ability to show content from Controller for Shared Media.
|
2021-06-17 10:57:45 +04:00 |
|
23rd
|
dc0aaec4a4
|
Added ability to show document from Controller for sections.
|
2021-06-17 10:57:45 +04:00 |
|
23rd
|
eefa7263b5
|
Added ability to show photo from Controller for sections.
|
2021-06-17 10:57:45 +04:00 |
|
23rd
|
583c3d3429
|
Moved static functions from DocumentData to separated file.
|
2021-06-17 10:57:45 +04:00 |
|
23rd
|
690fbe83fd
|
Unified and moved to single place generating of song name from SongData.
|
2021-05-31 08:54:22 +04:00 |
|
Ilya Fedin
|
f25b2a2094
|
Apply autofixes from clazy
|
2021-03-13 15:25:47 +03:00 |
|
23rd
|
6c0553f4d6
|
Returned default icon color for songs without cover art.
Related commit: 9b9531d279 .
|
2021-01-29 18:24:52 +03:00 |
|
23rd
|
9b9531d279
|
Replaced icon color for songs with bright one.
|
2021-01-24 10:41:10 +03:00 |
|
23rd
|
8fffe7d128
|
Added ability to show song cover in HistoryView and Overview::Layout.
|
2021-01-11 22:46:45 +03:00 |
|
John Preston
|
a6eb241ec1
|
Fix blurred thumbnails in Shared Links section.
|
2020-12-30 16:13:07 +04:00 |
|
John Preston
|
d40768f6b0
|
Use separate styles for group call boxes.
|
2020-12-01 09:45:23 +03:00 |
|
John Preston
|
74d2313784
|
Build Linux version with Qt 5.15.1 in CentOS 7 docker.
|
2020-11-06 11:21:34 +03:00 |
|
John Preston
|
05eb549a3d
|
Move App::roundRect to Ui::FillRoundRect.
|
2020-10-30 18:32:18 +03:00 |
|
John Preston
|
ae298818a8
|
Implement message bar with animations.
|
2020-10-30 18:32:17 +03:00 |
|
John Preston
|
719bed6e85
|
Move some text formatting to tg_ui:ui/text/format_values.
|
2020-09-30 16:29:17 +03:00 |
|
John Preston
|
4d6cc58f0d
|
Move session settings to main_session_settings.
|
2020-06-23 21:53:42 +04:00 |
|
John Preston
|
ca97e3c375
|
Add more warnings for suspicious urls.
|
2020-06-03 12:44:46 +04:00 |
|
John Preston
|
36fbdfb380
|
Simplify Image, remove ImageSource.
|
2020-06-01 18:09:33 +04:00 |
|
John Preston
|
6513422e40
|
Remove legacy image-related code.
|
2020-06-01 18:09:33 +04:00 |
|
John Preston
|
7ad660a0e7
|
Allow photos not have some of the thumbnails.
|
2020-06-01 18:09:32 +04:00 |
|
John Preston
|
e27d2bc2d5
|
Move photo data to Data::PhotoMedia.
|
2020-06-01 18:09:32 +04:00 |
|
John Preston
|
ad5507f2c8
|
Clear DocumentMedia in media overview.
|
2020-06-01 18:09:31 +04:00 |
|
John Preston
|
58f82620e0
|
Simplify media overview layouts.
|
2020-06-01 18:09:31 +04:00 |
|
John Preston
|
053eace154
|
Prepare overview layouts for media clearing.
|
2020-06-01 18:09:31 +04:00 |
|
John Preston
|
44ec55b6a8
|
Clear DocumentMedia in links overview.
|
2020-06-01 18:09:31 +04:00 |
|
John Preston
|
956c3af0ae
|
Start DocumentData::thumbnail move to DocumentMedia.
|
2020-06-01 18:09:30 +04:00 |
|
John Preston
|
1e9c79ca85
|
Move automaticLoad() to DocumentMedia.
|
2020-06-01 18:09:30 +04:00 |
|