From 00cfd2750d39795e4c205aee2a33b92b1da2524d Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 26 Dec 2018 16:43:08 +0100 Subject: [PATCH] moved headers into include and cpp files into src + logo into resource --- aoapplication.h => include/aoapplication.h | 0 aoblipplayer.h => include/aoblipplayer.h | 0 aobutton.h => include/aobutton.h | 0 .../aocaseannouncerdialog.h | 0 aocharbutton.h => include/aocharbutton.h | 0 aocharmovie.h => include/aocharmovie.h | 0 aoemotebutton.h => include/aoemotebutton.h | 0 aoevidencebutton.h => include/aoevidencebutton.h | 0 aoevidencedisplay.h => include/aoevidencedisplay.h | 0 aoimage.h => include/aoimage.h | 0 aolineedit.h => include/aolineedit.h | 0 aomovie.h => include/aomovie.h | 0 aomusicplayer.h => include/aomusicplayer.h | 0 aooptionsdialog.h => include/aooptionsdialog.h | 0 aopacket.h => include/aopacket.h | 0 aoscene.h => include/aoscene.h | 0 aosfxplayer.h => include/aosfxplayer.h | 0 aotextarea.h => include/aotextarea.h | 0 aotextedit.h => include/aotextedit.h | 0 chatlogpiece.h => include/chatlogpiece.h | 0 courtroom.h => include/courtroom.h | 0 datatypes.h => include/datatypes.h | 0 debug_functions.h => include/debug_functions.h | 0 discord-rpc.h => include/discord-rpc.h | 0 .../discord_rich_presence.h | 0 .../encryption_functions.h | 0 file_functions.h => include/file_functions.h | 0 .../hardware_functions.h | 0 hex_functions.h => include/hex_functions.h | 0 lobby.h => include/lobby.h | 0 misc_functions.h => include/misc_functions.h | 0 networkmanager.h => include/networkmanager.h | 0 .../text_file_functions.h | 0 logo.ico => resource/logo.ico | Bin logo.png => resource/logo.png | Bin resources.qrc | 2 +- aoapplication.cpp => src/aoapplication.cpp | 0 aoblipplayer.cpp => src/aoblipplayer.cpp | 0 aobutton.cpp => src/aobutton.cpp | 0 .../aocaseannouncerdialog.cpp | 0 aocharbutton.cpp => src/aocharbutton.cpp | 0 aocharmovie.cpp => src/aocharmovie.cpp | 0 aoemotebutton.cpp => src/aoemotebutton.cpp | 0 aoevidencebutton.cpp => src/aoevidencebutton.cpp | 0 aoevidencedisplay.cpp => src/aoevidencedisplay.cpp | 0 aoimage.cpp => src/aoimage.cpp | 0 aolineedit.cpp => src/aolineedit.cpp | 0 aomovie.cpp => src/aomovie.cpp | 0 aomusicplayer.cpp => src/aomusicplayer.cpp | 0 aooptionsdialog.cpp => src/aooptionsdialog.cpp | 0 aopacket.cpp => src/aopacket.cpp | 0 aoscene.cpp => src/aoscene.cpp | 0 aosfxplayer.cpp => src/aosfxplayer.cpp | 0 aotextarea.cpp => src/aotextarea.cpp | 0 aotextedit.cpp => src/aotextedit.cpp | 0 charselect.cpp => src/charselect.cpp | 0 chatlogpiece.cpp => src/chatlogpiece.cpp | 0 courtroom.cpp => src/courtroom.cpp | 0 debug_functions.cpp => src/debug_functions.cpp | 0 .../discord_rich_presence.cpp | 0 emotes.cpp => src/emotes.cpp | 0 .../encryption_functions.cpp | 0 evidence.cpp => src/evidence.cpp | 0 file_functions.cpp => src/file_functions.cpp | 0 .../hardware_functions.cpp | 0 hex_functions.cpp => src/hex_functions.cpp | 0 lobby.cpp => src/lobby.cpp | 0 main.cpp => src/main.cpp | 0 misc_functions.cpp => src/misc_functions.cpp | 0 networkmanager.cpp => src/networkmanager.cpp | 0 .../packet_distribution.cpp | 0 path_functions.cpp => src/path_functions.cpp | 0 .../text_file_functions.cpp | 0 73 files changed, 1 insertion(+), 1 deletion(-) rename aoapplication.h => include/aoapplication.h (100%) rename aoblipplayer.h => include/aoblipplayer.h (100%) rename aobutton.h => include/aobutton.h (100%) rename aocaseannouncerdialog.h => include/aocaseannouncerdialog.h (100%) rename aocharbutton.h => include/aocharbutton.h (100%) rename aocharmovie.h => include/aocharmovie.h (100%) rename aoemotebutton.h => include/aoemotebutton.h (100%) rename aoevidencebutton.h => include/aoevidencebutton.h (100%) rename aoevidencedisplay.h => include/aoevidencedisplay.h (100%) rename aoimage.h => include/aoimage.h (100%) rename aolineedit.h => include/aolineedit.h (100%) rename aomovie.h => include/aomovie.h (100%) rename aomusicplayer.h => include/aomusicplayer.h (100%) rename aooptionsdialog.h => include/aooptionsdialog.h (100%) rename aopacket.h => include/aopacket.h (100%) rename aoscene.h => include/aoscene.h (100%) rename aosfxplayer.h => include/aosfxplayer.h (100%) rename aotextarea.h => include/aotextarea.h (100%) rename aotextedit.h => include/aotextedit.h (100%) rename chatlogpiece.h => include/chatlogpiece.h (100%) rename courtroom.h => include/courtroom.h (100%) rename datatypes.h => include/datatypes.h (100%) rename debug_functions.h => include/debug_functions.h (100%) rename discord-rpc.h => include/discord-rpc.h (100%) rename discord_rich_presence.h => include/discord_rich_presence.h (100%) rename encryption_functions.h => include/encryption_functions.h (100%) rename file_functions.h => include/file_functions.h (100%) rename hardware_functions.h => include/hardware_functions.h (100%) rename hex_functions.h => include/hex_functions.h (100%) rename lobby.h => include/lobby.h (100%) rename misc_functions.h => include/misc_functions.h (100%) rename networkmanager.h => include/networkmanager.h (100%) rename text_file_functions.h => include/text_file_functions.h (100%) rename logo.ico => resource/logo.ico (100%) rename logo.png => resource/logo.png (100%) rename aoapplication.cpp => src/aoapplication.cpp (100%) rename aoblipplayer.cpp => src/aoblipplayer.cpp (100%) rename aobutton.cpp => src/aobutton.cpp (100%) rename aocaseannouncerdialog.cpp => src/aocaseannouncerdialog.cpp (100%) rename aocharbutton.cpp => src/aocharbutton.cpp (100%) rename aocharmovie.cpp => src/aocharmovie.cpp (100%) rename aoemotebutton.cpp => src/aoemotebutton.cpp (100%) rename aoevidencebutton.cpp => src/aoevidencebutton.cpp (100%) rename aoevidencedisplay.cpp => src/aoevidencedisplay.cpp (100%) rename aoimage.cpp => src/aoimage.cpp (100%) rename aolineedit.cpp => src/aolineedit.cpp (100%) rename aomovie.cpp => src/aomovie.cpp (100%) rename aomusicplayer.cpp => src/aomusicplayer.cpp (100%) rename aooptionsdialog.cpp => src/aooptionsdialog.cpp (100%) rename aopacket.cpp => src/aopacket.cpp (100%) rename aoscene.cpp => src/aoscene.cpp (100%) rename aosfxplayer.cpp => src/aosfxplayer.cpp (100%) rename aotextarea.cpp => src/aotextarea.cpp (100%) rename aotextedit.cpp => src/aotextedit.cpp (100%) rename charselect.cpp => src/charselect.cpp (100%) rename chatlogpiece.cpp => src/chatlogpiece.cpp (100%) rename courtroom.cpp => src/courtroom.cpp (100%) rename debug_functions.cpp => src/debug_functions.cpp (100%) rename discord_rich_presence.cpp => src/discord_rich_presence.cpp (100%) rename emotes.cpp => src/emotes.cpp (100%) rename encryption_functions.cpp => src/encryption_functions.cpp (100%) rename evidence.cpp => src/evidence.cpp (100%) rename file_functions.cpp => src/file_functions.cpp (100%) rename hardware_functions.cpp => src/hardware_functions.cpp (100%) rename hex_functions.cpp => src/hex_functions.cpp (100%) rename lobby.cpp => src/lobby.cpp (100%) rename main.cpp => src/main.cpp (100%) rename misc_functions.cpp => src/misc_functions.cpp (100%) rename networkmanager.cpp => src/networkmanager.cpp (100%) rename packet_distribution.cpp => src/packet_distribution.cpp (100%) rename path_functions.cpp => src/path_functions.cpp (100%) rename text_file_functions.cpp => src/text_file_functions.cpp (100%) diff --git a/aoapplication.h b/include/aoapplication.h similarity index 100% rename from aoapplication.h rename to include/aoapplication.h diff --git a/aoblipplayer.h b/include/aoblipplayer.h similarity index 100% rename from aoblipplayer.h rename to include/aoblipplayer.h diff --git a/aobutton.h b/include/aobutton.h similarity index 100% rename from aobutton.h rename to include/aobutton.h diff --git a/aocaseannouncerdialog.h b/include/aocaseannouncerdialog.h similarity index 100% rename from aocaseannouncerdialog.h rename to include/aocaseannouncerdialog.h diff --git a/aocharbutton.h b/include/aocharbutton.h similarity index 100% rename from aocharbutton.h rename to include/aocharbutton.h diff --git a/aocharmovie.h b/include/aocharmovie.h similarity index 100% rename from aocharmovie.h rename to include/aocharmovie.h diff --git a/aoemotebutton.h b/include/aoemotebutton.h similarity index 100% rename from aoemotebutton.h rename to include/aoemotebutton.h diff --git a/aoevidencebutton.h b/include/aoevidencebutton.h similarity index 100% rename from aoevidencebutton.h rename to include/aoevidencebutton.h diff --git a/aoevidencedisplay.h b/include/aoevidencedisplay.h similarity index 100% rename from aoevidencedisplay.h rename to include/aoevidencedisplay.h diff --git a/aoimage.h b/include/aoimage.h similarity index 100% rename from aoimage.h rename to include/aoimage.h diff --git a/aolineedit.h b/include/aolineedit.h similarity index 100% rename from aolineedit.h rename to include/aolineedit.h diff --git a/aomovie.h b/include/aomovie.h similarity index 100% rename from aomovie.h rename to include/aomovie.h diff --git a/aomusicplayer.h b/include/aomusicplayer.h similarity index 100% rename from aomusicplayer.h rename to include/aomusicplayer.h diff --git a/aooptionsdialog.h b/include/aooptionsdialog.h similarity index 100% rename from aooptionsdialog.h rename to include/aooptionsdialog.h diff --git a/aopacket.h b/include/aopacket.h similarity index 100% rename from aopacket.h rename to include/aopacket.h diff --git a/aoscene.h b/include/aoscene.h similarity index 100% rename from aoscene.h rename to include/aoscene.h diff --git a/aosfxplayer.h b/include/aosfxplayer.h similarity index 100% rename from aosfxplayer.h rename to include/aosfxplayer.h diff --git a/aotextarea.h b/include/aotextarea.h similarity index 100% rename from aotextarea.h rename to include/aotextarea.h diff --git a/aotextedit.h b/include/aotextedit.h similarity index 100% rename from aotextedit.h rename to include/aotextedit.h diff --git a/chatlogpiece.h b/include/chatlogpiece.h similarity index 100% rename from chatlogpiece.h rename to include/chatlogpiece.h diff --git a/courtroom.h b/include/courtroom.h similarity index 100% rename from courtroom.h rename to include/courtroom.h diff --git a/datatypes.h b/include/datatypes.h similarity index 100% rename from datatypes.h rename to include/datatypes.h diff --git a/debug_functions.h b/include/debug_functions.h similarity index 100% rename from debug_functions.h rename to include/debug_functions.h diff --git a/discord-rpc.h b/include/discord-rpc.h similarity index 100% rename from discord-rpc.h rename to include/discord-rpc.h diff --git a/discord_rich_presence.h b/include/discord_rich_presence.h similarity index 100% rename from discord_rich_presence.h rename to include/discord_rich_presence.h diff --git a/encryption_functions.h b/include/encryption_functions.h similarity index 100% rename from encryption_functions.h rename to include/encryption_functions.h diff --git a/file_functions.h b/include/file_functions.h similarity index 100% rename from file_functions.h rename to include/file_functions.h diff --git a/hardware_functions.h b/include/hardware_functions.h similarity index 100% rename from hardware_functions.h rename to include/hardware_functions.h diff --git a/hex_functions.h b/include/hex_functions.h similarity index 100% rename from hex_functions.h rename to include/hex_functions.h diff --git a/lobby.h b/include/lobby.h similarity index 100% rename from lobby.h rename to include/lobby.h diff --git a/misc_functions.h b/include/misc_functions.h similarity index 100% rename from misc_functions.h rename to include/misc_functions.h diff --git a/networkmanager.h b/include/networkmanager.h similarity index 100% rename from networkmanager.h rename to include/networkmanager.h diff --git a/text_file_functions.h b/include/text_file_functions.h similarity index 100% rename from text_file_functions.h rename to include/text_file_functions.h diff --git a/logo.ico b/resource/logo.ico similarity index 100% rename from logo.ico rename to resource/logo.ico diff --git a/logo.png b/resource/logo.png similarity index 100% rename from logo.png rename to resource/logo.png diff --git a/resources.qrc b/resources.qrc index 51f3693..bc9f322 100644 --- a/resources.qrc +++ b/resources.qrc @@ -1,6 +1,6 @@ resource/fonts/Ace-Attorney.ttf - logo.png + resource/logo.png diff --git a/aoapplication.cpp b/src/aoapplication.cpp similarity index 100% rename from aoapplication.cpp rename to src/aoapplication.cpp diff --git a/aoblipplayer.cpp b/src/aoblipplayer.cpp similarity index 100% rename from aoblipplayer.cpp rename to src/aoblipplayer.cpp diff --git a/aobutton.cpp b/src/aobutton.cpp similarity index 100% rename from aobutton.cpp rename to src/aobutton.cpp diff --git a/aocaseannouncerdialog.cpp b/src/aocaseannouncerdialog.cpp similarity index 100% rename from aocaseannouncerdialog.cpp rename to src/aocaseannouncerdialog.cpp diff --git a/aocharbutton.cpp b/src/aocharbutton.cpp similarity index 100% rename from aocharbutton.cpp rename to src/aocharbutton.cpp diff --git a/aocharmovie.cpp b/src/aocharmovie.cpp similarity index 100% rename from aocharmovie.cpp rename to src/aocharmovie.cpp diff --git a/aoemotebutton.cpp b/src/aoemotebutton.cpp similarity index 100% rename from aoemotebutton.cpp rename to src/aoemotebutton.cpp diff --git a/aoevidencebutton.cpp b/src/aoevidencebutton.cpp similarity index 100% rename from aoevidencebutton.cpp rename to src/aoevidencebutton.cpp diff --git a/aoevidencedisplay.cpp b/src/aoevidencedisplay.cpp similarity index 100% rename from aoevidencedisplay.cpp rename to src/aoevidencedisplay.cpp diff --git a/aoimage.cpp b/src/aoimage.cpp similarity index 100% rename from aoimage.cpp rename to src/aoimage.cpp diff --git a/aolineedit.cpp b/src/aolineedit.cpp similarity index 100% rename from aolineedit.cpp rename to src/aolineedit.cpp diff --git a/aomovie.cpp b/src/aomovie.cpp similarity index 100% rename from aomovie.cpp rename to src/aomovie.cpp diff --git a/aomusicplayer.cpp b/src/aomusicplayer.cpp similarity index 100% rename from aomusicplayer.cpp rename to src/aomusicplayer.cpp diff --git a/aooptionsdialog.cpp b/src/aooptionsdialog.cpp similarity index 100% rename from aooptionsdialog.cpp rename to src/aooptionsdialog.cpp diff --git a/aopacket.cpp b/src/aopacket.cpp similarity index 100% rename from aopacket.cpp rename to src/aopacket.cpp diff --git a/aoscene.cpp b/src/aoscene.cpp similarity index 100% rename from aoscene.cpp rename to src/aoscene.cpp diff --git a/aosfxplayer.cpp b/src/aosfxplayer.cpp similarity index 100% rename from aosfxplayer.cpp rename to src/aosfxplayer.cpp diff --git a/aotextarea.cpp b/src/aotextarea.cpp similarity index 100% rename from aotextarea.cpp rename to src/aotextarea.cpp diff --git a/aotextedit.cpp b/src/aotextedit.cpp similarity index 100% rename from aotextedit.cpp rename to src/aotextedit.cpp diff --git a/charselect.cpp b/src/charselect.cpp similarity index 100% rename from charselect.cpp rename to src/charselect.cpp diff --git a/chatlogpiece.cpp b/src/chatlogpiece.cpp similarity index 100% rename from chatlogpiece.cpp rename to src/chatlogpiece.cpp diff --git a/courtroom.cpp b/src/courtroom.cpp similarity index 100% rename from courtroom.cpp rename to src/courtroom.cpp diff --git a/debug_functions.cpp b/src/debug_functions.cpp similarity index 100% rename from debug_functions.cpp rename to src/debug_functions.cpp diff --git a/discord_rich_presence.cpp b/src/discord_rich_presence.cpp similarity index 100% rename from discord_rich_presence.cpp rename to src/discord_rich_presence.cpp diff --git a/emotes.cpp b/src/emotes.cpp similarity index 100% rename from emotes.cpp rename to src/emotes.cpp diff --git a/encryption_functions.cpp b/src/encryption_functions.cpp similarity index 100% rename from encryption_functions.cpp rename to src/encryption_functions.cpp diff --git a/evidence.cpp b/src/evidence.cpp similarity index 100% rename from evidence.cpp rename to src/evidence.cpp diff --git a/file_functions.cpp b/src/file_functions.cpp similarity index 100% rename from file_functions.cpp rename to src/file_functions.cpp diff --git a/hardware_functions.cpp b/src/hardware_functions.cpp similarity index 100% rename from hardware_functions.cpp rename to src/hardware_functions.cpp diff --git a/hex_functions.cpp b/src/hex_functions.cpp similarity index 100% rename from hex_functions.cpp rename to src/hex_functions.cpp diff --git a/lobby.cpp b/src/lobby.cpp similarity index 100% rename from lobby.cpp rename to src/lobby.cpp diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp diff --git a/misc_functions.cpp b/src/misc_functions.cpp similarity index 100% rename from misc_functions.cpp rename to src/misc_functions.cpp diff --git a/networkmanager.cpp b/src/networkmanager.cpp similarity index 100% rename from networkmanager.cpp rename to src/networkmanager.cpp diff --git a/packet_distribution.cpp b/src/packet_distribution.cpp similarity index 100% rename from packet_distribution.cpp rename to src/packet_distribution.cpp diff --git a/path_functions.cpp b/src/path_functions.cpp similarity index 100% rename from path_functions.cpp rename to src/path_functions.cpp diff --git a/text_file_functions.cpp b/src/text_file_functions.cpp similarity index 100% rename from text_file_functions.cpp rename to src/text_file_functions.cpp