mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
fixed copy selected text, post author display added, post links handling added, windows bingmaps opening added, sticker previews from mentionsdropdown and stickersetbox added
This commit is contained in:
@@ -744,8 +744,9 @@ public:
|
||||
|
||||
void mousePressEvent(QMouseEvent *e);
|
||||
void mouseMoveEvent(QMouseEvent *e);
|
||||
void mouseReleaseEvent(QMouseEvent *e);
|
||||
|
||||
void clearSel();
|
||||
void clearSel(bool hidden = false);
|
||||
bool moveSel(int key);
|
||||
bool select();
|
||||
|
||||
@@ -763,6 +764,7 @@ public slots:
|
||||
|
||||
void onParentGeometryChanged();
|
||||
void onUpdateSelected(bool force = false);
|
||||
void onPreview();
|
||||
|
||||
private:
|
||||
|
||||
@@ -775,11 +777,15 @@ private:
|
||||
BotCommandRows *_brows;
|
||||
StickerPack *_srows;
|
||||
int32 _stickersPerRow, _recentInlineBotsInRows;
|
||||
int32 _sel;
|
||||
int32 _sel, _down;
|
||||
bool _mouseSel;
|
||||
QPoint _mousePos;
|
||||
|
||||
bool _overDelete;
|
||||
|
||||
bool _previewShown;
|
||||
|
||||
QTimer _previewTimer;
|
||||
};
|
||||
|
||||
class MentionsDropdown : public TWidget {
|
||||
|
Reference in New Issue
Block a user