annotate libgui/src/resource.qrc @ 16350:d4b6ad43bc87

use direct callbacks instead to handle history and workspace list updates * history-docwidget.h, history-dockwidget.cc (history_dock_widget::_update_event_enabled): Delete data member and all uses. * history-dockwidget.cc (history_dock_widget::construct): Don't install a timer. (history_dock_widget::update_history_callback): Now public. * workspace-model.cc (workspace_model::workspace_model): Don't install a timer. (workspace_model::_update_event_enabled): Delete data member and all uses. (workspace_model::update_workspace_callback): Now public. * workspace-view (workspace_view::model_changed): call workspace_model::update_workspace_callback. * main-window.h, main-window.cc (main_window::update_workspace, main_window::update_history): New functions. (main_window::construct): Connect them to corresponding signals. * octave-event-listener.h (octave_event_listener::update_workspace, octave_event_listener::update_history): New virtual functions. * octave-link.h, octave-link.cc (octave_link::update_workspace, octave_link::update_history, octave_link::do_update_workspace, octave_link::do_update_history, octave_link::post_input_event_hook_fcn, octave_link::do_post_input_event_hook_fcn): New functions. * octave-main-thread.cc (pre_input_event_hook_fcn, post_input_event_hook_fcn): New functions. (octave_main_thread::run): Install pre- and post- input event callback functions. * octave-qt-event-listener.h, octave-qt-event-listener.cc (octave_qt_event_listener::update_workspace octave_qt_event_listener::update_history): New functions. (octave_qt_event_listener::update_workspace_signal, octave_qt_event_listener::update_history_signal): New signals.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Mar 2013 02:28:48 -0400
parents b081fbe80174
children aaf024ac8015
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>
15787
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
39 <file>icons/letter_logo_FilesDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
40 <file>icons/letter_logo_FileEditor.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
41 <file>icons/letter_logo_TerminalDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
42 <file>icons/letter_logo_HistoryDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
43 <file>icons/letter_logo_WorkspaceView.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
44 <file>icons/letter_logo_DocumentationDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
45 <file>icons/graphic_logo_FilesDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
46 <file>icons/graphic_logo_FileEditor.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
47 <file>icons/graphic_logo_TerminalDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
48 <file>icons/graphic_logo_HistoryDockWidget.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
49 <file>icons/graphic_logo_WorkspaceView.png</file>
b081fbe80174 provide separate icons for gui's floating widgets
Torsten <ttl@justmail.de>
parents: 15196
diff changeset
50 <file>icons/graphic_logo_DocumentationDockWidget.png</file>
14727
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
51 </qresource>
f34984656658 Added crystal project icons.
Jacob Dawid <jacob.dawid@googlemail.com>
parents:
diff changeset
52 </RCC>