1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/widget
2018-02-15 13:21:05 +02:00
..
about refactor: Add using IFriendSettings in AboutFriend model 2017-12-24 13:23:31 +03:00
form refactor: add/delete checks in search code 2018-02-15 13:21:05 +02:00
tool chore: Elide text for CallConfirmWidget 2018-01-09 16:41:40 +03:00
categorywidget.cpp perf(widget): don't save on setExpanded if categorywidget is unchanged 2018-01-27 20:14:58 -08:00
categorywidget.h refactor(core): rename corestructs to toxfile.cpp 2017-10-31 09:32:53 +01:00
chatformheader.cpp feat: remove search button and add line in context menu 2018-02-11 17:38:05 +02:00
chatformheader.h feat: remove search button and add line in context menu 2018-02-11 17:38:05 +02:00
circlewidget.cpp refactor: Remove using 'Friend::getChatForm' 2018-02-06 10:46:09 +03:00
circlewidget.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
contentdialog.cpp refactor: Remove using 'Group::getChatForm' 2018-02-08 09:01:22 +03:00
contentdialog.h refactor: Remove using 'Group::getChatForm' 2018-02-08 09:01:22 +03:00
contentlayout.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
contentlayout.h
emoticonswidget.cpp fix(chatlog): parse multi-length emoji properly 2018-02-05 14:19:03 -08:00
emoticonswidget.h perf(smileys): Use shared_ptr to automaticaly count references 2017-11-13 14:46:37 +03:00
flowlayout.cpp refactor: Move iterator declaration in foreach scope 2017-06-12 13:46:43 +03:00
flowlayout.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
friendlistlayout.cpp refactor: Move friend and group in model directory 2017-08-06 13:55:02 +03:00
friendlistlayout.h refactor(core): rename corestructs to toxfile.cpp 2017-10-31 09:32:53 +01:00
friendlistwidget.cpp fix(group): Add second signal for titile changed 2017-11-15 09:17:22 +03:00
friendlistwidget.h refactor(core): rename corestructs to toxfile.cpp 2017-10-31 09:32:53 +01:00
friendwidget.cpp refactor: Remove 'FriendWidget::setChatForm' 2018-02-06 10:46:09 +03:00
friendwidget.h refactor: Remove 'FriendWidget::setChatForm' 2018-02-06 10:46:09 +03:00
genericchatitemlayout.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
genericchatitemlayout.h refactor: Add deleted copy constructor 2017-06-12 13:46:43 +03:00
genericchatitemwidget.cpp refactor: Remove getCompactLayout from GenericChatroomWidget 2017-05-04 20:31:56 +03:00
genericchatitemwidget.h refactor: Remove getCompactLayout from GenericChatroomWidget 2017-05-04 20:31:56 +03:00
genericchatroomwidget.cpp refactor: Remove using 'Friend::getChatForm' 2018-02-06 10:46:09 +03:00
genericchatroomwidget.h refactor: Remove using 'Friend::getChatForm' 2018-02-06 10:46:09 +03:00
groupwidget.cpp refactor: Remove using 'Group::getChatForm' 2018-02-08 09:01:22 +03:00
groupwidget.h refactor: Remove using 'Group::getChatForm' 2018-02-08 09:01:22 +03:00
gui.cpp refactor: remove unused signal 2017-08-02 08:41:12 +03:00
gui.h refactor: remove unused signal 2017-08-02 08:41:12 +03:00
loginscreen.cpp refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
loginscreen.h refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
maskablepixmapwidget.cpp fix(cpu): Reduce CPU usage by avatar render 2017-12-03 00:26:25 +03:00
maskablepixmapwidget.h fix(cpu): Reduce CPU usage by avatar render 2017-12-03 00:26:25 +03:00
notificationedgewidget.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
notificationedgewidget.h
notificationscrollarea.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
notificationscrollarea.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
passwordedit.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
passwordedit.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
qrwidget.cpp fix(video): don't use pointers to temporary objects 2017-11-12 13:10:35 +01:00
qrwidget.h
searchform.cpp refactor: rename hideButton to searchHideButton 2018-02-14 19:41:59 +02:00
searchform.h fix: add search symbol ' in history 2018-02-14 11:30:38 +02:00
splitterrestorer.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
splitterrestorer.h fix: Add splitter restorer 2017-02-26 03:14:57 +03:00
style.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
style.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
systemtrayicon_private.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
systemtrayicon.cpp fix(video): don't use pointers to temporary objects 2017-11-12 13:10:35 +01:00
systemtrayicon.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
translator.cpp perf: Pass std::function by reference 2017-06-12 13:46:38 +03:00
translator.h perf: Pass std::function by reference 2017-06-12 13:46:38 +03:00
widget.cpp refactor: Remove ChatForm from Group 2018-02-08 09:01:23 +03:00
widget.h refactor: Save GroupChatForm in Widget 2018-02-06 10:46:22 +03:00