annotate libgui/src/resource.qrc @ 15196:017f0b2e6933

rename gui directory to libgu * libgui: Rename from gui. * .hgsub (libgui/qterminal): Rename from gui/qterminal. * Makefile.am (GUIDIR): Set to libgui instead of gui if AMCOND_BUILD_GUI is true. * configure.ac (AC_CONFIG_FILES): Update list for directory renaming. * Makefile.am (.NOTPARALLEL): Delete. List octave.html/index.html as the primary HTML target, not octave.html. (octave.html): New target for making the octave.html directory. (octave.pdf): Depend on octave.dvi. * images.awk: In generated rules for png files, depend on octave.html, not octave.html/index.html. * src/Makefile.am (OCTAVE_GUI_CPPFLAGS, OCTAVE_GUI_LIBS): Update for directory renaming. (CLEANFILES): Fix typo. * fntests.m (src_tree): Use libinterp, not src.
author John W. Eaton <jwe@octave.org>
date Sat, 18 Aug 2012 18:10:09 -0400
parents gui/src/resource.qrc@59175df7dcf6
children b081fbe80174
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
1 <RCC>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
2 <qresource prefix="/actions">
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
3 <file>icons/artsbuilderexecute.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
4 <file>icons/editcopy.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
5 <file>icons/editcut.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
6 <file>icons/editpaste.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
7 <file>icons/filenew.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
8 <file>icons/fileopen.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
9 <file>icons/filesave.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
10 <file>icons/redo.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
11 <file>icons/search.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
12 <file>icons/undo.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
13 <file>icons/up.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
14 <file>icons/configure.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
15 <file>icons/filesaveas.png</file>
14825
eae0e9f2a8c6 Added menus, markers and methods to visualize debugging in the editor and add, remove and navigate breakpoints* .
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14727
diff changeset
16 <file>icons/redled.png</file>
eae0e9f2a8c6 Added menus, markers and methods to visualize debugging in the editor and add, remove and navigate breakpoints* .
Jacob Dawid <jacob.dawid@googlemail.com>
parents: 14727
diff changeset
17 <file>icons/arrow_right.png</file>
15055
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
18 <file>icons/bookmark.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
19 <file>icons/question.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
20 <file>icons/star.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
21 <file>icons/stop.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
22 <file>icons/zoom-in.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
23 <file>icons/zoom-out.png</file>
15080
4c4f2fb07a50 Added find functionality in editor by to.lil.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15055
diff changeset
24 <file>icons/find.png</file>
15081
d02b229ce693 Cleaned up icon positions. Removed icon loading from resource manager.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15080
diff changeset
25 <file>icons/chat.png</file>
d02b229ce693 Cleaned up icon positions. Removed icon loading from resource manager.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15080
diff changeset
26 <file>icons/help_index.png</file>
d02b229ce693 Cleaned up icon positions. Removed icon loading from resource manager.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15080
diff changeset
27 <file>icons/jabber_protocol.png</file>
d02b229ce693 Cleaned up icon positions. Removed icon loading from resource manager.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15080
diff changeset
28 <file>icons/logo.png</file>
d02b229ce693 Cleaned up icon positions. Removed icon loading from resource manager.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15080
diff changeset
29 <file>icons/terminal.png</file>
15106
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
30 <file>icons/bp_toggle.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
31 <file>icons/bp_rm_all.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
32 <file>icons/bp_prev.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
33 <file>icons/bp_next.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
34 <file>icons/db_cont.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
35 <file>icons/db_step.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
36 <file>icons/db_step_in.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
37 <file>icons/db_step_out.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
38 <file>icons/db_stop.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
39 </qresource>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
40 </RCC>