Timestamp:
05/19/08 20:04:09 (5 years ago)
Author:
Armin Burgmeier <armin@…>
Parents:
b599f99746558fdac9692feab4e0c140f9b9febd
Children:
883ac1c0c36c0f5370a1dcb4bcde33f4b72c0a7f
git-committer:
Armin Burgmeier <armin@arbur.net> / 2008-05-19T20:04:09Z+0200
Message:

Added operations class, and OperationNew? as a first operation

2008-05-19 Armin Burgmeier <armin@…>

  • inc/Makefile.am:
  • inc/operations/Makefile.am:
  • inc/operations/operation-new.hpp:
  • inc/operations/operations.hpp:
  • src/Makefile.am:
  • src/operations/Makefile.am:
  • src/operations/operation-new.cpp:
  • src/operations/operations.cpp: Added Operation subsystem, handling tracking of asynchronous operations.
  • inc/commands/file-commands.hpp:
  • src/commands/file-commands.cpp: Make use of OperationNew? to create new documents.
  • inc/window.hpp:
  • src/window.cpp: Instantate an Operations object, pass to FileCommands?.
  • configure.ac:
  • Makefile.am: Create new makefiles, link libgobby-operations.h.
Files:
1 added