aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
commit00cfd2750d39795e4c205aee2a33b92b1da2524d (patch)
tree839c1129418ca8fefe41e6814917f9dabb6efa4b
parent6f1bce5882676ea7affe717a2f5a00b8c3b7fe12 (diff)
moved headers into include and cpp files into src + logo into resource
-rw-r--r--include/aoapplication.h (renamed from aoapplication.h)0
-rw-r--r--include/aoblipplayer.h (renamed from aoblipplayer.h)0
-rw-r--r--include/aobutton.h (renamed from aobutton.h)0
-rw-r--r--include/aocaseannouncerdialog.h (renamed from aocaseannouncerdialog.h)0
-rw-r--r--include/aocharbutton.h (renamed from aocharbutton.h)0
-rw-r--r--include/aocharmovie.h (renamed from aocharmovie.h)0
-rw-r--r--include/aoemotebutton.h (renamed from aoemotebutton.h)0
-rw-r--r--include/aoevidencebutton.h (renamed from aoevidencebutton.h)0
-rw-r--r--include/aoevidencedisplay.h (renamed from aoevidencedisplay.h)0
-rw-r--r--include/aoimage.h (renamed from aoimage.h)0
-rw-r--r--include/aolineedit.h (renamed from aolineedit.h)0
-rw-r--r--include/aomovie.h (renamed from aomovie.h)0
-rw-r--r--include/aomusicplayer.h (renamed from aomusicplayer.h)0
-rw-r--r--include/aooptionsdialog.h (renamed from aooptionsdialog.h)0
-rw-r--r--include/aopacket.h (renamed from aopacket.h)0
-rw-r--r--include/aoscene.h (renamed from aoscene.h)0
-rw-r--r--include/aosfxplayer.h (renamed from aosfxplayer.h)0
-rw-r--r--include/aotextarea.h (renamed from aotextarea.h)0
-rw-r--r--include/aotextedit.h (renamed from aotextedit.h)0
-rw-r--r--include/chatlogpiece.h (renamed from chatlogpiece.h)0
-rw-r--r--include/courtroom.h (renamed from courtroom.h)0
-rw-r--r--include/datatypes.h (renamed from datatypes.h)0
-rw-r--r--include/debug_functions.h (renamed from debug_functions.h)0
-rw-r--r--include/discord-rpc.h (renamed from discord-rpc.h)0
-rw-r--r--include/discord_rich_presence.h (renamed from discord_rich_presence.h)0
-rw-r--r--include/encryption_functions.h (renamed from encryption_functions.h)0
-rw-r--r--include/file_functions.h (renamed from file_functions.h)0
-rw-r--r--include/hardware_functions.h (renamed from hardware_functions.h)0
-rw-r--r--include/hex_functions.h (renamed from hex_functions.h)0
-rw-r--r--include/lobby.h (renamed from lobby.h)0
-rw-r--r--include/misc_functions.h (renamed from misc_functions.h)0
-rw-r--r--include/networkmanager.h (renamed from networkmanager.h)0
-rw-r--r--include/text_file_functions.h (renamed from text_file_functions.h)0
-rw-r--r--resource/logo.ico (renamed from logo.ico)bin99678 -> 99678 bytes
-rw-r--r--resource/logo.png (renamed from logo.png)bin29302 -> 29302 bytes
-rw-r--r--resources.qrc2
-rw-r--r--src/aoapplication.cpp (renamed from aoapplication.cpp)0
-rw-r--r--src/aoblipplayer.cpp (renamed from aoblipplayer.cpp)0
-rw-r--r--src/aobutton.cpp (renamed from aobutton.cpp)0
-rw-r--r--src/aocaseannouncerdialog.cpp (renamed from aocaseannouncerdialog.cpp)0
-rw-r--r--src/aocharbutton.cpp (renamed from aocharbutton.cpp)0
-rw-r--r--src/aocharmovie.cpp (renamed from aocharmovie.cpp)0
-rw-r--r--src/aoemotebutton.cpp (renamed from aoemotebutton.cpp)0
-rw-r--r--src/aoevidencebutton.cpp (renamed from aoevidencebutton.cpp)0
-rw-r--r--src/aoevidencedisplay.cpp (renamed from aoevidencedisplay.cpp)0
-rw-r--r--src/aoimage.cpp (renamed from aoimage.cpp)0
-rw-r--r--src/aolineedit.cpp (renamed from aolineedit.cpp)0
-rw-r--r--src/aomovie.cpp (renamed from aomovie.cpp)0
-rw-r--r--src/aomusicplayer.cpp (renamed from aomusicplayer.cpp)0
-rw-r--r--src/aooptionsdialog.cpp (renamed from aooptionsdialog.cpp)0
-rw-r--r--src/aopacket.cpp (renamed from aopacket.cpp)0
-rw-r--r--src/aoscene.cpp (renamed from aoscene.cpp)0
-rw-r--r--src/aosfxplayer.cpp (renamed from aosfxplayer.cpp)0
-rw-r--r--src/aotextarea.cpp (renamed from aotextarea.cpp)0
-rw-r--r--src/aotextedit.cpp (renamed from aotextedit.cpp)0
-rw-r--r--src/charselect.cpp (renamed from charselect.cpp)0
-rw-r--r--src/chatlogpiece.cpp (renamed from chatlogpiece.cpp)0
-rw-r--r--src/courtroom.cpp (renamed from courtroom.cpp)0
-rw-r--r--src/debug_functions.cpp (renamed from debug_functions.cpp)0
-rw-r--r--src/discord_rich_presence.cpp (renamed from discord_rich_presence.cpp)0
-rw-r--r--src/emotes.cpp (renamed from emotes.cpp)0
-rw-r--r--src/encryption_functions.cpp (renamed from encryption_functions.cpp)0
-rw-r--r--src/evidence.cpp (renamed from evidence.cpp)0
-rw-r--r--src/file_functions.cpp (renamed from file_functions.cpp)0
-rw-r--r--src/hardware_functions.cpp (renamed from hardware_functions.cpp)0
-rw-r--r--src/hex_functions.cpp (renamed from hex_functions.cpp)0
-rw-r--r--src/lobby.cpp (renamed from lobby.cpp)0
-rw-r--r--src/main.cpp (renamed from main.cpp)0
-rw-r--r--src/misc_functions.cpp (renamed from misc_functions.cpp)0
-rw-r--r--src/networkmanager.cpp (renamed from networkmanager.cpp)0
-rw-r--r--src/packet_distribution.cpp (renamed from packet_distribution.cpp)0
-rw-r--r--src/path_functions.cpp (renamed from path_functions.cpp)0
-rw-r--r--src/text_file_functions.cpp (renamed from text_file_functions.cpp)0
73 files changed, 1 insertions, 1 deletions
diff --git a/aoapplication.h b/include/aoapplication.h
index f4207333..f4207333 100644
--- a/aoapplication.h
+++ b/include/aoapplication.h
diff --git a/aoblipplayer.h b/include/aoblipplayer.h
index aebba77d..aebba77d 100644
--- a/aoblipplayer.h
+++ b/include/aoblipplayer.h
diff --git a/aobutton.h b/include/aobutton.h
index 4b7209ae..4b7209ae 100644
--- a/aobutton.h
+++ b/include/aobutton.h
diff --git a/aocaseannouncerdialog.h b/include/aocaseannouncerdialog.h
index a238c3f2..a238c3f2 100644
--- a/aocaseannouncerdialog.h
+++ b/include/aocaseannouncerdialog.h
diff --git a/aocharbutton.h b/include/aocharbutton.h
index f372cdf8..f372cdf8 100644
--- a/aocharbutton.h
+++ b/include/aocharbutton.h
diff --git a/aocharmovie.h b/include/aocharmovie.h
index 7ef7da3f..7ef7da3f 100644
--- a/aocharmovie.h
+++ b/include/aocharmovie.h
diff --git a/aoemotebutton.h b/include/aoemotebutton.h
index c99a73b0..c99a73b0 100644
--- a/aoemotebutton.h
+++ b/include/aoemotebutton.h
diff --git a/aoevidencebutton.h b/include/aoevidencebutton.h
index 27fb84b3..27fb84b3 100644
--- a/aoevidencebutton.h
+++ b/include/aoevidencebutton.h
diff --git a/aoevidencedisplay.h b/include/aoevidencedisplay.h
index 13ca00d5..13ca00d5 100644
--- a/aoevidencedisplay.h
+++ b/include/aoevidencedisplay.h
diff --git a/aoimage.h b/include/aoimage.h
index 4713be0a..4713be0a 100644
--- a/aoimage.h
+++ b/include/aoimage.h
diff --git a/aolineedit.h b/include/aolineedit.h
index ce17680d..ce17680d 100644
--- a/aolineedit.h
+++ b/include/aolineedit.h
diff --git a/aomovie.h b/include/aomovie.h
index 1f278bf8..1f278bf8 100644
--- a/aomovie.h
+++ b/include/aomovie.h
diff --git a/aomusicplayer.h b/include/aomusicplayer.h
index 560a7f90..560a7f90 100644
--- a/aomusicplayer.h
+++ b/include/aomusicplayer.h
diff --git a/aooptionsdialog.h b/include/aooptionsdialog.h
index a65e3f59..a65e3f59 100644
--- a/aooptionsdialog.h
+++ b/include/aooptionsdialog.h
diff --git a/aopacket.h b/include/aopacket.h
index 21f6e0f4..21f6e0f4 100644
--- a/aopacket.h
+++ b/include/aopacket.h
diff --git a/aoscene.h b/include/aoscene.h
index b58c0fd0..b58c0fd0 100644
--- a/aoscene.h
+++ b/include/aoscene.h
diff --git a/aosfxplayer.h b/include/aosfxplayer.h
index 30cbe9d3..30cbe9d3 100644
--- a/aosfxplayer.h
+++ b/include/aosfxplayer.h
diff --git a/aotextarea.h b/include/aotextarea.h
index d44596b2..d44596b2 100644
--- a/aotextarea.h
+++ b/include/aotextarea.h
diff --git a/aotextedit.h b/include/aotextedit.h
index 85909c6e..85909c6e 100644
--- a/aotextedit.h
+++ b/include/aotextedit.h
diff --git a/chatlogpiece.h b/include/chatlogpiece.h
index 34c5926b..34c5926b 100644
--- a/chatlogpiece.h
+++ b/include/chatlogpiece.h
diff --git a/courtroom.h b/include/courtroom.h
index ec9f9ef0..ec9f9ef0 100644
--- a/courtroom.h
+++ b/include/courtroom.h
diff --git a/datatypes.h b/include/datatypes.h
index aaa5de52..aaa5de52 100644
--- a/datatypes.h
+++ b/include/datatypes.h
diff --git a/debug_functions.h b/include/debug_functions.h
index 160274cc..160274cc 100644
--- a/debug_functions.h
+++ b/include/debug_functions.h
diff --git a/discord-rpc.h b/include/discord-rpc.h
index feb874b2..feb874b2 100644
--- a/discord-rpc.h
+++ b/include/discord-rpc.h
diff --git a/discord_rich_presence.h b/include/discord_rich_presence.h
index e7ecc6ef..e7ecc6ef 100644
--- a/discord_rich_presence.h
+++ b/include/discord_rich_presence.h
diff --git a/encryption_functions.h b/include/encryption_functions.h
index dc67d122..dc67d122 100644
--- a/encryption_functions.h
+++ b/include/encryption_functions.h
diff --git a/file_functions.h b/include/file_functions.h
index 6937ed8a..6937ed8a 100644
--- a/file_functions.h
+++ b/include/file_functions.h
diff --git a/hardware_functions.h b/include/hardware_functions.h
index 3fcb27cb..3fcb27cb 100644
--- a/hardware_functions.h
+++ b/include/hardware_functions.h
diff --git a/hex_functions.h b/include/hex_functions.h
index 285f096a..285f096a 100644
--- a/hex_functions.h
+++ b/include/hex_functions.h
diff --git a/lobby.h b/include/lobby.h
index 19276a7d..19276a7d 100644
--- a/lobby.h
+++ b/include/lobby.h
diff --git a/misc_functions.h b/include/misc_functions.h
index 026c6353..026c6353 100644
--- a/misc_functions.h
+++ b/include/misc_functions.h
diff --git a/networkmanager.h b/include/networkmanager.h
index e28abfda..e28abfda 100644
--- a/networkmanager.h
+++ b/include/networkmanager.h
diff --git a/text_file_functions.h b/include/text_file_functions.h
index 119f38e2..119f38e2 100644
--- a/text_file_functions.h
+++ b/include/text_file_functions.h
diff --git a/logo.ico b/resource/logo.ico
index b40e7866..b40e7866 100644
--- a/logo.ico
+++ b/resource/logo.ico
Binary files differ
diff --git a/logo.png b/resource/logo.png
index f53fe30c..f53fe30c 100644
--- a/logo.png
+++ b/resource/logo.png
Binary files differ
diff --git a/resources.qrc b/resources.qrc
index 51f3693a..bc9f322e 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -1,6 +1,6 @@
<RCC>
<qresource prefix="/">
<file>resource/fonts/Ace-Attorney.ttf</file>
- <file>logo.png</file>
+ <file>resource/logo.png</file>
</qresource>
</RCC>
diff --git a/aoapplication.cpp b/src/aoapplication.cpp
index d7c3e662..d7c3e662 100644
--- a/aoapplication.cpp
+++ b/src/aoapplication.cpp
diff --git a/aoblipplayer.cpp b/src/aoblipplayer.cpp
index 74757c50..74757c50 100644
--- a/aoblipplayer.cpp
+++ b/src/aoblipplayer.cpp
diff --git a/aobutton.cpp b/src/aobutton.cpp
index 5be2e678..5be2e678 100644
--- a/aobutton.cpp
+++ b/src/aobutton.cpp
diff --git a/aocaseannouncerdialog.cpp b/src/aocaseannouncerdialog.cpp
index 5b82b64f..5b82b64f 100644
--- a/aocaseannouncerdialog.cpp
+++ b/src/aocaseannouncerdialog.cpp
diff --git a/aocharbutton.cpp b/src/aocharbutton.cpp
index 76610270..76610270 100644
--- a/aocharbutton.cpp
+++ b/src/aocharbutton.cpp
diff --git a/aocharmovie.cpp b/src/aocharmovie.cpp
index 57487233..57487233 100644
--- a/aocharmovie.cpp
+++ b/src/aocharmovie.cpp
diff --git a/aoemotebutton.cpp b/src/aoemotebutton.cpp
index 9c1d3889..9c1d3889 100644
--- a/aoemotebutton.cpp
+++ b/src/aoemotebutton.cpp
diff --git a/aoevidencebutton.cpp b/src/aoevidencebutton.cpp
index 924aeb88..924aeb88 100644
--- a/aoevidencebutton.cpp
+++ b/src/aoevidencebutton.cpp
diff --git a/aoevidencedisplay.cpp b/src/aoevidencedisplay.cpp
index 9ec105dd..9ec105dd 100644
--- a/aoevidencedisplay.cpp
+++ b/src/aoevidencedisplay.cpp
diff --git a/aoimage.cpp b/src/aoimage.cpp
index 7bb56bb6..7bb56bb6 100644
--- a/aoimage.cpp
+++ b/src/aoimage.cpp
diff --git a/aolineedit.cpp b/src/aolineedit.cpp
index f6026e14..f6026e14 100644
--- a/aolineedit.cpp
+++ b/src/aolineedit.cpp
diff --git a/aomovie.cpp b/src/aomovie.cpp
index edf5bdb0..edf5bdb0 100644
--- a/aomovie.cpp
+++ b/src/aomovie.cpp
diff --git a/aomusicplayer.cpp b/src/aomusicplayer.cpp
index 997d82d8..997d82d8 100644
--- a/aomusicplayer.cpp
+++ b/src/aomusicplayer.cpp
diff --git a/aooptionsdialog.cpp b/src/aooptionsdialog.cpp
index 2b8259f5..2b8259f5 100644
--- a/aooptionsdialog.cpp
+++ b/src/aooptionsdialog.cpp
diff --git a/aopacket.cpp b/src/aopacket.cpp
index b957efea..b957efea 100644
--- a/aopacket.cpp
+++ b/src/aopacket.cpp
diff --git a/aoscene.cpp b/src/aoscene.cpp
index 344522b6..344522b6 100644
--- a/aoscene.cpp
+++ b/src/aoscene.cpp
diff --git a/aosfxplayer.cpp b/src/aosfxplayer.cpp
index 7fe7987b..7fe7987b 100644
--- a/aosfxplayer.cpp
+++ b/src/aosfxplayer.cpp
diff --git a/aotextarea.cpp b/src/aotextarea.cpp
index 5e146326..5e146326 100644
--- a/aotextarea.cpp
+++ b/src/aotextarea.cpp
diff --git a/aotextedit.cpp b/src/aotextedit.cpp
index 30e48b73..30e48b73 100644
--- a/aotextedit.cpp
+++ b/src/aotextedit.cpp
diff --git a/charselect.cpp b/src/charselect.cpp
index 8e1b9122..8e1b9122 100644
--- a/charselect.cpp
+++ b/src/charselect.cpp
diff --git a/chatlogpiece.cpp b/src/chatlogpiece.cpp
index 6c861f01..6c861f01 100644
--- a/chatlogpiece.cpp
+++ b/src/chatlogpiece.cpp
diff --git a/courtroom.cpp b/src/courtroom.cpp
index 3ed1e745..3ed1e745 100644
--- a/courtroom.cpp
+++ b/src/courtroom.cpp
diff --git a/debug_functions.cpp b/src/debug_functions.cpp
index 77f2f35a..77f2f35a 100644
--- a/debug_functions.cpp
+++ b/src/debug_functions.cpp
diff --git a/discord_rich_presence.cpp b/src/discord_rich_presence.cpp
index 10f5833e..10f5833e 100644
--- a/discord_rich_presence.cpp
+++ b/src/discord_rich_presence.cpp
diff --git a/emotes.cpp b/src/emotes.cpp
index b6a217e6..b6a217e6 100644
--- a/emotes.cpp
+++ b/src/emotes.cpp
diff --git a/encryption_functions.cpp b/src/encryption_functions.cpp
index ffbe0cdb..ffbe0cdb 100644
--- a/encryption_functions.cpp
+++ b/src/encryption_functions.cpp
diff --git a/evidence.cpp b/src/evidence.cpp
index 4e796642..4e796642 100644
--- a/evidence.cpp
+++ b/src/evidence.cpp
diff --git a/file_functions.cpp b/src/file_functions.cpp
index f93ee15d..f93ee15d 100644
--- a/file_functions.cpp
+++ b/src/file_functions.cpp
diff --git a/hardware_functions.cpp b/src/hardware_functions.cpp
index 29823cdf..29823cdf 100644
--- a/hardware_functions.cpp
+++ b/src/hardware_functions.cpp
diff --git a/hex_functions.cpp b/src/hex_functions.cpp
index 4a58d2b4..4a58d2b4 100644
--- a/hex_functions.cpp
+++ b/src/hex_functions.cpp
diff --git a/lobby.cpp b/src/lobby.cpp
index 4a96e567..4a96e567 100644
--- a/lobby.cpp
+++ b/src/lobby.cpp
diff --git a/main.cpp b/src/main.cpp
index cf51b0af..cf51b0af 100644
--- a/main.cpp
+++ b/src/main.cpp
diff --git a/misc_functions.cpp b/src/misc_functions.cpp
index 23520551..23520551 100644
--- a/misc_functions.cpp
+++ b/src/misc_functions.cpp
diff --git a/networkmanager.cpp b/src/networkmanager.cpp
index 288a9007..288a9007 100644
--- a/networkmanager.cpp
+++ b/src/networkmanager.cpp
diff --git a/packet_distribution.cpp b/src/packet_distribution.cpp
index 954062e8..954062e8 100644
--- a/packet_distribution.cpp
+++ b/src/packet_distribution.cpp
diff --git a/path_functions.cpp b/src/path_functions.cpp
index c51cfde3..c51cfde3 100644
--- a/path_functions.cpp
+++ b/src/path_functions.cpp
diff --git a/text_file_functions.cpp b/src/text_file_functions.cpp
index fcb8df2c..fcb8df2c 100644
--- a/text_file_functions.cpp
+++ b/src/text_file_functions.cpp