annotate libgui/src/resource.qrc @ 18218:7952fb0435db gui-release

improve title bar of dock widgets * libgui/src/module.mk: new icon files for darker dock widget's title bars * libgui/src/resource.qrc: new icon files for darker dock widget's title bars * octave-dock-widget.cc (constructor): class vars for close action and icons; (set_title): transparent background of title text; (make_window, make_widget): new dock icon depends on chosen color; (handle_settings): title bar with gradient, chose icons depending on color * octave-dock-widget.h: new class variables
author Torsten <ttl@justmail.de>
date Sat, 04 Jan 2014 22:16:10 +0100
parents 50bce63dbb04
children f227bb47314f
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>
16507
8cb12cf9ca32 gui: add icons to the context menu of the the file browser
Torsten <ttl@justmail.de>
parents: 16499
diff changeset
6 <file>icons/editdelete.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
7 <file>icons/editpaste.png</file>
16615
cb09eecbd84e add close actions to the file menu of the editor
Torsten <ttl@justmail.de>
parents: 16542
diff changeset
8 <file>icons/fileclose.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
9 <file>icons/filenew.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
10 <file>icons/fileopen.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
11 <file>icons/filesave.png</file>
16440
aaf024ac8015 Add editor print menu/toolbutton implementation
John Donoghue <john.donoghue@ieee.org>
parents: 15787
diff changeset
12 <file>icons/fileprint.png</file>
16507
8cb12cf9ca32 gui: add icons to the context menu of the the file browser
Torsten <ttl@justmail.de>
parents: 16499
diff changeset
13 <file>icons/folder_new.png</file>
16762
42555422e326 Add Show home directory to files window popdown.
John Donoghue <john.donoghue@ieee.org>
parents: 16615
diff changeset
14 <file>icons/home.png</file>
16499
facf00ce97d3 gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents: 16440
diff changeset
15 <file>icons/ok.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
16 <file>icons/redo.png</file>
16499
facf00ce97d3 gui: configurable synchronization between file browser and octave directory
Torsten <ttl@justmail.de>
parents: 16440
diff changeset
17 <file>icons/reload.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
18 <file>icons/search.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
19 <file>icons/undo.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
20 <file>icons/up.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
21 <file>icons/configure.png</file>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
22 <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
23 <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
24 <file>icons/arrow_right.png</file>
17699
1be2993d3656 improve appearance of gui's dcoumentation browser
Torsten <ttl@justmail.de>
parents: 17619
diff changeset
25 <file>icons/arrow_left.png</file>
1be2993d3656 improve appearance of gui's dcoumentation browser
Torsten <ttl@justmail.de>
parents: 17619
diff changeset
26 <file>icons/arrow_up.png</file>
1be2993d3656 improve appearance of gui's dcoumentation browser
Torsten <ttl@justmail.de>
parents: 17619
diff changeset
27 <file>icons/arrow_down.png</file>
15055
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
28 <file>icons/bookmark.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
29 <file>icons/question.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
30 <file>icons/star.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
31 <file>icons/stop.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
32 <file>icons/zoom-in.png</file>
48ae6a7c69c1 Integrated texinfo browser from QtOctave.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 14825
diff changeset
33 <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
34 <file>icons/find.png</file>
16542
016073c0cb94 Add popdown toolbutton to files-dock-window toolbar.
John Donoghue <john.donoghue@ieee.org>
parents: 16507
diff changeset
35 <file>icons/gear.png</file>
15081
d02b229ce693 Cleaned up icon positions. Removed icon loading from resource manager.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15080
diff changeset
36 <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
37 <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
38 <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
39 <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
40 <file>icons/terminal.png</file>
15106
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
41 <file>icons/bp_toggle.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
42 <file>icons/bp_rm_all.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
43 <file>icons/bp_prev.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
44 <file>icons/bp_next.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
45 <file>icons/db_cont.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
46 <file>icons/db_step.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
47 <file>icons/db_step_in.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
48 <file>icons/db_step_out.png</file>
59175df7dcf6 Created and added debug action icons.
Jacob Dawid <jacob.dawid@gmail.com>
parents: 15081
diff changeset
49 <file>icons/db_stop.png</file>
15787
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
50 <file>icons/letter_logo_FilesDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
51 <file>icons/letter_logo_FileEditor.png</file>
17619
4288b90f18c4 icons for news and release notes widgets
Torsten <ttl@justmail.de>
parents: 16798
diff changeset
52 <file>icons/letter_logo_NewsDockWidget.png</file>
15787
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
53 <file>icons/letter_logo_TerminalDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
54 <file>icons/letter_logo_HistoryDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
55 <file>icons/letter_logo_WorkspaceView.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
56 <file>icons/letter_logo_DocumentationDockWidget.png</file>
17619
4288b90f18c4 icons for news and release notes widgets
Torsten <ttl@justmail.de>
parents: 16798
diff changeset
57 <file>icons/letter_logo_ReleaseWidget.png</file>
15787
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
58 <file>icons/graphic_logo_FilesDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
59 <file>icons/graphic_logo_FileEditor.png</file>
17619
4288b90f18c4 icons for news and release notes widgets
Torsten <ttl@justmail.de>
parents: 16798
diff changeset
60 <file>icons/graphic_logo_NewsDockWidget.png</file>
15787
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
61 <file>icons/graphic_logo_TerminalDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
62 <file>icons/graphic_logo_HistoryDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
63 <file>icons/graphic_logo_WorkspaceView.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
64 <file>icons/graphic_logo_DocumentationDockWidget.png</file>
17619
4288b90f18c4 icons for news and release notes widgets
Torsten <ttl@justmail.de>
parents: 16798
diff changeset
65 <file>icons/graphic_logo_ReleaseWidget.png</file>
18026
50bce63dbb04 add fallback for theme warning icon
John W. Eaton <jwe@octave.org>
parents: 17699
diff changeset
66 <file>icons/warning.png</file>
16798
d749c9b588e5 make stand-alone windows from dock widgets when floating (bug #38785)
Torsten <ttl@justmail.de>
parents: 16762
diff changeset
67 <file>icons/widget-close.png</file>
d749c9b588e5 make stand-alone windows from dock widgets when floating (bug #38785)
Torsten <ttl@justmail.de>
parents: 16762
diff changeset
68 <file>icons/widget-dock.png</file>
d749c9b588e5 make stand-alone windows from dock widgets when floating (bug #38785)
Torsten <ttl@justmail.de>
parents: 16762
diff changeset
69 <file>icons/widget-undock.png</file>
18218
7952fb0435db improve title bar of dock widgets
Torsten <ttl@justmail.de>
parents: 18026
diff changeset
70 <file>icons/widget-close-light.png</file>
7952fb0435db improve title bar of dock widgets
Torsten <ttl@justmail.de>
parents: 18026
diff changeset
71 <file>icons/widget-dock-light.png</file>
7952fb0435db improve title bar of dock widgets
Torsten <ttl@justmail.de>
parents: 18026
diff changeset
72 <file>icons/widget-undock-light.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
73 </qresource>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
74 </RCC>