nheko/include
Matthew Hodgson e0ec403754 workaround macOS weirdness where ImageOverlayDialog shows tiny image
ImageOverlayDialog::paintEvent was being called three times:
width and height is  76 ,  30
width and height is  1460 ,  1200
width and height is  1460 ,  1200

Presumably the first one is before the fullscreen kicks in.  However, this meant that the image got squashed and never recovered.
Therefore this doesn't destroy the original image but keeps a copy for the resized one.
I'm slightly surprised that we actually have to scale the image though - can't Qt do this for you, if you tell it to draw the image into the right sized container?
2017-05-01 17:40:05 +01:00
..
ui Add spinner to hide uninitialized layout after login 2017-04-26 02:24:10 +03:00
ChatPage.h Rename History to Timeline 2017-04-27 03:14:12 +03:00
Deserializable.h Remove exception specifications 2017-04-09 18:09:09 +03:00
EmojiCategory.h Add full emoji support 2017-04-23 21:31:08 +03:00
EmojiItemDelegate.h Add full emoji support 2017-04-23 21:31:08 +03:00
EmojiPanel.h Add full emoji support 2017-04-23 21:31:08 +03:00
EmojiPickButton.h Add full emoji support 2017-04-23 21:31:08 +03:00
EmojiProvider.h Add full emoji support 2017-04-23 21:31:08 +03:00
ImageItem.h Add initial support for inline images 2017-04-28 14:56:45 +03:00
ImageOverlayDialog.h workaround macOS weirdness where ImageOverlayDialog shows tiny image 2017-05-01 17:40:05 +01:00
InputValidator.h Initial commit 2017-04-06 02:06:42 +03:00
Login.h Remove exception specifications 2017-04-09 18:09:09 +03:00
LoginPage.h Use only a MatrixClient as a shared pointer 2017-04-11 17:45:47 +03:00
MainWindow.h Add spinner to hide uninitialized layout after login 2017-04-26 02:24:10 +03:00
MatrixClient.h Add initial support for inline images 2017-04-28 14:56:45 +03:00
Profile.h Remove exception specifications 2017-04-09 18:09:09 +03:00
Register.h Remove exception specifications 2017-04-09 18:09:09 +03:00
RegisterPage.h Add logo icons 2017-04-21 17:16:29 +03:00
RoomInfo.h Initial commit 2017-04-06 02:06:42 +03:00
RoomInfoListItem.h Show the unread message count on the window title 2017-04-15 19:04:02 +03:00
RoomList.h Show the unread message count on the window title 2017-04-15 19:04:02 +03:00
SlidingStackWidget.h Initial commit 2017-04-06 02:06:42 +03:00
Sync.h Remove exception specifications 2017-04-09 18:09:09 +03:00
TextInputWidget.h Add full emoji support 2017-04-23 21:31:08 +03:00
TimelineItem.h Add initial support for inline images 2017-04-28 14:56:45 +03:00
TimelineView.h Add initial support for inline images 2017-04-28 14:56:45 +03:00
TimelineViewManager.h Rename History to Timeline 2017-04-27 03:14:12 +03:00
TopRoomBar.h Handle room avatars in top bar without an icon 2017-04-10 19:01:09 +03:00
UserInfoWidget.h Add logout button 2017-04-09 02:17:04 +03:00
WelcomePage.h Initial commit 2017-04-06 02:06:42 +03:00