Skip to content

Commit

Permalink
Bump thtk submodule revision, add icon to two menu entries
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Oct 10, 2024
1 parent 0604e7c commit 3fc4466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
<addaction name="menu_Help"/>
</widget>
<action name="action_Open">
<property name="icon">
<iconset theme="document-open"/>
</property>
<property name="text">
<string>&amp;Open</string>
</property>
Expand All @@ -190,6 +193,9 @@
</property>
</action>
<action name="action_About">
<property name="icon">
<iconset theme="help-about"/>
</property>
<property name="text">
<string>&amp;About...</string>
</property>
Expand Down
2 changes: 1 addition & 1 deletion thtk
Submodule thtk updated 70 files
+3 −3 .github/workflows/build.yml
+2 −2 .gitmodules
+2 −1 CMakeLists.txt
+111 −88 COPYING.libpng
+11 −4 COPYING.zlib
+1 −1 INSTALL
+15 −7 NEWS
+13 −11 README
+1 −2 cmake/CheckStructPacking.cmake
+8 −0 config.h.in
+103 −0 contrib/anmtest.sh
+26 −0 contrib/datsums.txt
+29 −16 extlib/CMakeLists.txt
+1 −1 extlib/libpng
+1 −1 extlib/thtypes
+1 −1 extlib/zlib-ng
+1 −1 make-release.sh
+118 −0 thanm.old/anm_types.h
+1 −1 thanm.old/image.h
+17 −7 thanm.old/thanm.c
+1 −1 thanm.old/thanm.h
+11 −4 thanm.old/thanm.old.1
+1 −1 thanm/anmmap.h
+38 −8 thanm/anmparse.y
+1 −1 thanm/anmscan.l
+57 −0 thanm/image.c
+11 −0 thanm/image.h
+1 −1 thanm/reg.h
+167 −15 thanm/thanm.1
+674 −154 thanm/thanm.c
+37 −5 thanm/thanm.h
+10 −6 thdat/thdat.1
+17 −17 thdat/thdat.c
+5 −9 thecl/eclmap.c
+1 −1 thecl/eclmap.h
+22 −12 thecl/ecsparse.y
+1 −1 thecl/ecsscan.l
+22 −10 thecl/thecl.1
+27 −5 thecl/thecl.c
+15 −1 thecl/thecl.h
+23 −9 thecl/thecl06.c
+100 −20 thecl/thecl10.c
+4 −4 thmsg/thmsg.1
+4 −3 thmsg/thmsg.c
+82 −11 thmsg/thmsg06.c
+4 −4 thstd/thstd.1
+4 −3 thstd/thstd.c
+3 −0 thtk/dattypes.h
+77 −12 thtk/detect.c
+372 −103 thtk/io.c
+6 −0 thtk/io.h
+2 −0 thtk/match.c
+9 −30 thtk/rng_mt.c
+7 −10 thtk/rng_mt.h
+21 −11 thtk/thcrypt105.c
+12 −3 thtk/thcrypt105.h
+16 −10 thtk/thdat.c
+10 −1 thtk/thdat.h
+163 −46 thtk/thdat105.c
+2 −1 thtk/thdat95.c
+3 −2 util/CMakeLists.txt
+156 −0 util/cp932.c
+40 −0 util/cp932.h
+5,141 −0 util/cp932tab.h
+47 −3 util/file.c
+18 −8 util/program.c
+21 −25 util/seqmap.c
+13 −4 util/seqmap.h
+7 −8 util/util.c
+10 −3 util/util.h

0 comments on commit 3fc4466

Please sign in to comment.