1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/widget
sudden6 a5611705be
Merge pull request #3127
Diadlo (12):
      feat(toxme): Add ToxMe registration
      fix(toxme): Translation fixs
      fix(profileform): Fix tab order, fix loop
      fix(toxme): Use format strings
      feat(profileform): Added ability to change toxme server
      feat(toxme): Add save toxme info
      fix(toxme): Fix possible segfault
      fix(toxme): Fixed potential memory leaks
      fix(profileform): Fixed segfault on logut
      fix(profileform): Fixed very quick relogin segfault
      fix(toxme): Delete extra check
      refactor(toxme): Deleted old debug messages

Polshakov Dmitry (4):
      fix(profileform): Deleted extra check and extra url
      fix(profileform): Add toxme username limitation
      style(profileform): Changed local include brackets type
      refactor(profileform): Small changes
2016-04-16 00:55:01 +02:00
..
about Scan-build cleanup 2016-01-16 02:24:13 +01:00
form Merge pull request #3127 2016-04-16 00:55:01 +02:00
tool fix(screenshot): incorrect screenshot capture resolution under HiDPI 2016-04-12 15:44:16 -04:00
androidgui.cpp Fix #1409: Don't save core if nothing really changed 2016-01-21 08:04:46 +01:00
androidgui.h Fix #1409: Don't save core if nothing really changed 2016-01-21 08:04:46 +01:00
categorywidget.cpp Circles: Fix circle color on theme change, remove debugging stuff 2015-06-26 13:38:51 +02:00
categorywidget.h Circles: Fix memory leaks and extraneous saving 2015-06-26 10:54:49 +02:00
circlewidget.cpp Multi-window: Fix circle modified from dialog window, fix groupchat leave warnings, flip dialog window title 2015-09-12 19:07:45 +02:00
circlewidget.h Fix circles: Fix rename on creation and graphical bug 2015-06-26 10:54:49 +02:00
contentdialog.cpp Merge pull request #2767 from branch agilob:chat_window_icon 2016-01-04 22:34:30 +01:00
contentdialog.h Merge pull request #2767 from branch agilob:chat_window_icon 2016-01-04 22:34:30 +01:00
contentlayout.cpp Fix #864 visual issue 2016-01-21 04:26:17 +01:00
contentlayout.h Fix #864 visual issue 2016-01-21 04:26:17 +01:00
emoticonswidget.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
emoticonswidget.h fix virtual overrides 2015-09-13 23:20:54 +02:00
flowlayout.cpp Reorganize files 2015-06-06 01:44:47 +02:00
flowlayout.h Reorganize files 2015-06-06 01:44:47 +02:00
friendlistlayout.cpp Fixed FriendListLayout constructor delegation fix 2015-10-08 22:53:46 +03:00
friendlistlayout.h Fixed FriendListLayout constructor delegation fix 2015-10-08 22:53:46 +03:00
friendlistwidget.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
friendlistwidget.h Multi-window: Cycle widgets in opened windows 2015-09-12 19:07:44 +02:00
friendwidget.cpp Revert "Revert changes from merge of #2092 pull request" 2016-02-20 22:32:57 +01:00
friendwidget.h Multi-window: Sort window chat list, fix group window bugs 2015-09-12 19:07:44 +02:00
genericchatitemlayout.cpp Circles: Sort numbers at end, too 2015-06-26 10:54:49 +02:00
genericchatitemlayout.h Search optimizations and bug fixes, rename focus fix 2015-06-26 10:54:00 +02:00
genericchatitemwidget.cpp Recent list (right click empty list to test) 2015-06-26 10:54:49 +02:00
genericchatitemwidget.h Recent list (right click empty list to test) 2015-06-26 10:54:49 +02:00
genericchatroomwidget.cpp Program crashes after switching the display view of contacts, from compact to normal view 2015-10-03 22:30:08 +03:00
genericchatroomwidget.h Multi-window: Sort window chat list, fix group window bugs 2015-09-12 19:07:44 +02:00
groupwidget.cpp Fix #944: Allow transparent avatars 2016-01-21 04:47:26 +01:00
groupwidget.h Fix groupwidget not unregistered from Translator 2015-11-08 14:22:02 +01:00
gui.cpp Implement new SQLCipher based database and history 2015-12-19 04:17:28 +01:00
gui.h Improve integrated update code to match the rest 2015-12-10 18:46:07 +01:00
loginscreen.cpp fix(login screen): Change text on login tooltip 2016-03-31 08:18:20 -04:00
loginscreen.h Multi-window: OS X window list, fix OS X translations 2015-09-12 19:07:45 +02:00
maskablepixmapwidget.cpp Fix #944: Allow transparent avatars 2016-01-21 04:47:26 +01:00
maskablepixmapwidget.h Fix #944: Allow transparent avatars 2016-01-21 04:47:26 +01:00
notificationedgewidget.cpp Plurilization capabilities for notification messages 2015-06-10 13:20:52 -04:00
notificationedgewidget.h Plurilization capabilities for notification messages 2015-06-10 13:20:52 -04:00
notificationscrollarea.cpp Scan-build cleanup 2016-01-16 02:24:13 +01:00
notificationscrollarea.h Show edge markers for notifications 2015-06-10 13:20:52 -04:00
qrwidget.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
qrwidget.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
style.cpp Fix performance issues detected with static analyze 2015-10-13 23:21:20 +03:00
style.h Fix performance issues detected with static analyze 2015-10-13 23:21:20 +03:00
systemtrayicon_private.h remove unused code, better logging for systray, removed KDE5 from enum 2015-10-23 16:21:05 +02:00
systemtrayicon.cpp revert: fix(systemtrayicon, widget): Added deallocate memory 2016-04-15 00:57:03 +02:00
systemtrayicon.h remove dependency injection from systemtrayicon 2015-10-23 16:21:05 +02:00
translator.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
translator.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
widget.cpp Merge pull request #3134 2016-04-15 19:35:53 +02:00
widget.h adapt groupinviteform to existing conventions 2016-02-22 00:29:12 +01:00