mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move files. SplitLedger->split-register
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5222 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7aa1f8d943
commit
6caddfff62
@ -22,22 +22,22 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib.h>
|
||||
#include <gnome.h>
|
||||
|
||||
#include "gnc-engine-util.h"
|
||||
#include "FileDialog.h"
|
||||
#include "gnc-book.h"
|
||||
#include "Transaction.h"
|
||||
#include "Group.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "SchedXaction.h"
|
||||
#include "gnc-component-manager.h"
|
||||
#include "Transaction.h"
|
||||
#include "dialog-nextrun.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "gnc-exp-parser.h"
|
||||
#include "dialog-utils.h"
|
||||
#include "gnc-book.h"
|
||||
#include "gnc-component-manager.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-exp-parser.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "split-register.h"
|
||||
|
||||
#define DIALOG_NEXTRUN_CM_CLASS "dialog-nextrun"
|
||||
|
||||
|
@ -25,20 +25,20 @@
|
||||
#include <gnome.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-ui.h"
|
||||
#include "finvar.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "FileDialog.h"
|
||||
#include "gnc-book.h"
|
||||
#include "Transaction.h"
|
||||
#include "Group.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "SchedXaction.h"
|
||||
#include "gnc-component-manager.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "gnc-exp-parser.h"
|
||||
#include "Transaction.h"
|
||||
#include "dialog-utils.h"
|
||||
#include "finvar.h"
|
||||
#include "gnc-book.h"
|
||||
#include "gnc-component-manager.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-exp-parser.h"
|
||||
#include "gnc-numeric.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "gnc-ui.h"
|
||||
#include "split-register.h"
|
||||
|
||||
#include "dialog-sxsincelast.h"
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "AccWindow.h"
|
||||
#include "FileBox.h"
|
||||
#include "FileDialog.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "TransLog.h"
|
||||
#include "argv-list-converters.h"
|
||||
#include "combocell.h"
|
||||
@ -65,6 +64,7 @@
|
||||
#include "messages.h"
|
||||
#include "recncell.h"
|
||||
#include "splitreg.h"
|
||||
#include "split-register.h"
|
||||
#include "top-level.h"
|
||||
#include "window-help.h"
|
||||
#include "window-main.h"
|
||||
|
@ -2,8 +2,8 @@ pkglib_LTLIBRARIES = libgncmod-ledger-core.la
|
||||
|
||||
libgncmod_ledger_core_la_SOURCES = \
|
||||
gncmod-ledger-core.c \
|
||||
SplitLedger.c \
|
||||
MultiLedger.c \
|
||||
split-register.c \
|
||||
split-register-control.c \
|
||||
split-register-load.c \
|
||||
split-register-model.c \
|
||||
@ -13,7 +13,7 @@ libgncmod_ledger_core_la_SOURCES = \
|
||||
noinst_HEADERS = \
|
||||
MultiLedger.h \
|
||||
RegWindow.h \
|
||||
SplitLedger.h \
|
||||
split-register.h \
|
||||
split-register-control.h \
|
||||
split-register-model.h \
|
||||
split-register-model-save.h \
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "Group.h"
|
||||
#include "MultiLedger.h"
|
||||
#include "Query.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "Transaction.h"
|
||||
#include "FileDialog.h"
|
||||
#include "date.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "Account.h"
|
||||
#include "Query.h"
|
||||
#include "splitreg.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "split-register.h"
|
||||
#include "SchedXaction.h"
|
||||
#include "Transaction.h"
|
||||
|
||||
@ -120,6 +120,5 @@ void xaccLedgerDisplayClose (xaccLedgerDisplay * ledger_display);
|
||||
/* close all ledger windows containing this account. */
|
||||
void xaccDestroyLedgerDisplay (Account *account);
|
||||
|
||||
#endif /* MULTI_LEDGER_H */
|
||||
#endif
|
||||
|
||||
/************************** END OF FILE *************************/
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "FileDialog.h"
|
||||
#include "Group.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "combocell.h"
|
||||
#include "global-options.h"
|
||||
#include "gnc-component-manager.h"
|
||||
@ -33,6 +32,7 @@
|
||||
#include "numcell.h"
|
||||
#include "quickfillcell.h"
|
||||
#include "recncell.h"
|
||||
#include "split-register.h"
|
||||
#include "split-register-p.h"
|
||||
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "FileDialog.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "Group.h"
|
||||
#include "global-options.h"
|
||||
#include "gnc-engine-util.h"
|
||||
@ -33,6 +32,7 @@
|
||||
#include "gnc-ui-util.h"
|
||||
#include "pricecell.h"
|
||||
#include "recncell.h"
|
||||
#include "split-register.h"
|
||||
#include "split-register-model.h"
|
||||
#include "split-register-model-save.h"
|
||||
#include "split-register-p.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
/*
|
||||
* FILE:
|
||||
* SplitLedger.c
|
||||
* split-register.c
|
||||
*
|
||||
* FUNCTION:
|
||||
* Provide view for SplitRegister object.
|
||||
@ -108,7 +108,6 @@
|
||||
#include "Account.h"
|
||||
#include "FileDialog.h"
|
||||
#include "MultiLedger.h"
|
||||
#include "SplitLedger.h"
|
||||
#include "combocell.h"
|
||||
#include "datecell.h"
|
||||
#include "global-options.h"
|
||||
@ -124,6 +123,7 @@
|
||||
#include "quickfillcell.h"
|
||||
#include "recncell.h"
|
||||
#include "splitreg.h"
|
||||
#include "split-register.h"
|
||||
#include "split-register-model-save.h"
|
||||
#include "table-allgui.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/********************************************************************\
|
||||
* SplitLedger.h -- split ledger api *
|
||||
* split-register.h -- split register api *
|
||||
* Copyright (C) 1998-2000 Linas Vepstas *
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or *
|
||||
@ -21,8 +21,8 @@
|
||||
* *
|
||||
\********************************************************************/
|
||||
|
||||
#ifndef XACC_SPLIT_LEDGER_H
|
||||
#define XACC_SPLIT_LEDGER_H
|
||||
#ifndef SPLIT_REGISTER_H
|
||||
#define SPLIT_REGISTER_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
@ -207,4 +207,5 @@ void gnc_copy_trans_onto_trans(Transaction *from, Transaction *to,
|
||||
gboolean use_cut_semantics,
|
||||
gboolean do_commit);
|
||||
|
||||
#endif /* XACC_SPLIT_LEDGER_H */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user