Browse Source

Fixed rasterized images

pull/6/head
Kevin Flynn 11 years ago
parent
commit
94fb22843c
  1. BIN
      img/status/dot_away.png
  2. BIN
      img/status/dot_away_notification.png
  3. BIN
      img/status/dot_idle.png
  4. BIN
      img/status/dot_idle_notification.png
  5. BIN
      img/status/dot_online.png
  6. BIN
      img/status/dot_online_notification.png
  7. 1
      widget/friendwidget.h
  8. 2
      widget/widget.h

BIN
img/status/dot_away.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 378 B

BIN
img/status/dot_away_notification.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
img/status/dot_idle.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 376 B

BIN
img/status/dot_idle_notification.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/status/dot_online.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 288 B

BIN
img/status/dot_online_notification.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 1.0 KiB

1
widget/friendwidget.h

@ -25,7 +25,6 @@ public: @@ -25,7 +25,6 @@ public:
QLabel avatar, name, statusMessage, statusPic;
QHBoxLayout layout;
QVBoxLayout textLayout;
void setNotificationLight();
};
#endif // FRIENDWIDGET_H

2
widget/widget.h

@ -82,6 +82,8 @@ private: @@ -82,6 +82,8 @@ private:
static Widget* instance;
FriendWidget* activeFriendWidget;
GroupWidget* activeGroupWidget;
void updateFriendStatusLights(int friendId);
int isFriendWidgetActive, isGroupWidgetActive;
};
#endif // WIDGET_H

Loading…
Cancel
Save