Skip to content

Commit

Permalink
Finalize rename / move.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 30, 2017
1 parent d1536d0 commit 4993ff1
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/apiwrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "mainwindow.h"
#include "messenger.h"
#include "mainwidget.h"
#include "historywidget.h"
#include "history/history_widget.h"
#include "storage/localstorage.h"
#include "auth_session.h"
#include "boxes/confirm_box.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#pragma once

#include "core/basic_types.h"
#include "history.h"
#include "history/history.h"
#include "history/history_item.h"
#include "layout.h"

Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/chat_helpers/message_field.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "chat_helpers/message_field.h"

#include "historywidget.h"
#include "history/history_widget.h"
#include "base/qthelp_regex.h"
#include "styles/style_history.h"
#include "window/window_controller.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/data/data_drafts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org

#include "ui/widgets/input_fields.h"
#include "chat_helpers/message_field.h"
#include "historywidget.h"
#include "history/history_widget.h"
#include "mainwidget.h"
#include "storage/localstorage.h"

Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/history/history.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "history.h"
#include "history/history.h"

#include "history/history_message.h"
#include "history/history_media_types.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/history/history_drag_area.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "inline_bots/inline_bot_result.h"
#include "inline_bots/inline_bot_layout_item.h"
#include "dialogs/dialogs_layout.h"
#include "historywidget.h"
#include "history/history_widget.h"
#include "storage/localstorage.h"
#include "lang/lang_keys.h"
#include "mainwindow.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/history/history_inner_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "ui/widgets/popup_menu.h"
#include "window/window_controller.h"
#include "chat_helpers/message_field.h"
#include "historywidget.h"
#include "history/history_widget.h"
#include "mainwindow.h"
#include "mainwidget.h"
#include "auth_session.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/history/history_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "historywidget.h"
#include "history/history_widget.h"

#include "styles/style_history.h"
#include "styles/style_dialogs.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/mainwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "observer_peer.h"
#include "apiwrap.h"
#include "dialogswidget.h"
#include "historywidget.h"
#include "history/history_widget.h"
#include "history/history_message.h"
#include "history/history_media.h"
#include "history/history_service_layout.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/platform/mac/main_window_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "mainwindow.h"
#include "mainwidget.h"
#include "application.h"
#include "historywidget.h"
#include "history/history_widget.h"
#include "history/history_inner_widget.h"
#include "storage/localstorage.h"
#include "window/notifications_manager_default.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/platform/mac/specific_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "lang/lang_keys.h"
#include "application.h"
#include "mainwidget.h"
#include "historywidget.h"
#include "history/history_widget.h"

#include "storage/localstorage.h"
#include "passcodewidget.h"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/gyp/telegram_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
<(src_loc)/dialogs/dialogs_list.h
<(src_loc)/dialogs/dialogs_row.cpp
<(src_loc)/dialogs/dialogs_row.h
<(src_loc)/history/history.cpp
<(src_loc)/history/history.h
<(src_loc)/history/history_admin_log_inner.cpp
<(src_loc)/history/history_admin_log_inner.h
<(src_loc)/history/history_admin_log_item.cpp
Expand All @@ -165,6 +167,8 @@
<(src_loc)/history/history_service.h
<(src_loc)/history/history_service_layout.cpp
<(src_loc)/history/history_service_layout.h
<(src_loc)/history/history_widget.cpp
<(src_loc)/history/history_widget.h
<(src_loc)/inline_bots/inline_bot_layout_internal.cpp
<(src_loc)/inline_bots/inline_bot_layout_internal.h
<(src_loc)/inline_bots/inline_bot_layout_item.cpp
Expand Down Expand Up @@ -543,10 +547,6 @@
<(src_loc)/dialogswidget.h
<(src_loc)/facades.cpp
<(src_loc)/facades.h
<(src_loc)/history.cpp
<(src_loc)/history.h
<(src_loc)/historywidget.cpp
<(src_loc)/historywidget.h
<(src_loc)/layerwidget.cpp
<(src_loc)/layerwidget.h
<(src_loc)/layout.cpp
Expand Down

0 comments on commit 4993ff1

Please sign in to comment.