Skip to content

Commit

Permalink
Merge pull request #966 from AttorneyOnline/coolslide-rebased
Browse files Browse the repository at this point in the history
[Feature] Courtroom slides + major AOLayer overhaul
  • Loading branch information
Salanto authored May 24, 2024
2 parents 4b0f7e4 + eb024cb commit 4c56a25
Show file tree
Hide file tree
Showing 35 changed files with 1,746 additions and 1,284 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ add_executable(Attorney_Online
src/aoevidencedisplay.h
src/aoimage.cpp
src/aoimage.h
src/aolayer.cpp
src/aolayer.h
src/animationlayer.cpp
src/animationlayer.h
src/animationloader.h
src/animationloader.cpp
src/aomusicplayer.cpp
src/aomusicplayer.h
src/aopacket.cpp
Expand Down
Binary file removed bin/base/misc/default/chatbox.png
Binary file not shown.
Binary file removed bin/base/misc/default/holdit.opus
Binary file not shown.
Binary file removed bin/base/misc/default/holdit_bubble.gif
Binary file not shown.
Binary file removed bin/base/misc/default/objection.opus
Binary file not shown.
Binary file removed bin/base/misc/default/objection_bubble.gif
Binary file not shown.
Binary file removed bin/base/misc/default/takethat.opus
Binary file not shown.
Binary file removed bin/base/misc/default/takethat_bubble.gif
Binary file not shown.
1 change: 0 additions & 1 deletion bin/base/themes
Submodule themes deleted from 32a130
21 changes: 19 additions & 2 deletions data/ui/options_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-511</y>
<width>394</width>
<height>858</height>
<height>850</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
Expand Down Expand Up @@ -556,6 +556,23 @@
</property>
</widget>
</item>
<item row="33" column="0">
<widget class="QLabel" name="slides_lbl">
<property name="toolTip">
<string>If ticked, slide animations will play when requested.</string>
</property>
<property name="text">
<string>Slide Animations:</string>
</property>
</widget>
</item>
<item row="33" column="1">
<widget class="QCheckBox" name="slides_cb">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
Expand Down
Loading

0 comments on commit 4c56a25

Please sign in to comment.