Commit Graph

2148 Commits

Author SHA1 Message Date
David Hampton
5b906bd598 Remove all remaining references to guppi.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12070 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 01:58:05 +00:00
David Hampton
262346cb85 Quick update for 2.0 requirements. Needs to actually be tested.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12069 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 01:54:08 +00:00
David Hampton
29dc69b3de Eliminate all remaining use of deprecated glib functions. Enable the
compile time flag to prevent any of these deprecated routines from
creeping back into the source.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12068 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-30 00:25:59 +00:00
David Hampton
349e74ca6d Migrate from the deprecated gtk_progress interface to the supported
gtk_progress_bar.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12065 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 03:53:42 +00:00
David Hampton
32a6629abb Need to escape user input string to prevent errors from gtk.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12064 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 03:28:11 +00:00
David Hampton
685c30368b Fix the translator credits in the gtk2.6 about box. They should come
from the translation, not a static file.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12063 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-29 03:25:05 +00:00
David Hampton
0efc828699 Mark a couple of strings as not needing translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12061 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 20:39:04 +00:00
David Hampton
27387acd7a Revert random changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12058 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 12:10:32 +00:00
David Hampton
3d3fcaf0b5 Make the capitalization consistent across the titles of all pages.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12057 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 03:49:53 +00:00
David Hampton
2da447961a Better integrate stock prices with QOF. Gnucash now warns you about
unsaved stock price changes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12056 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-28 03:25:43 +00:00
David Hampton
c74ce7c74d Change "Reverse Transaction" menu item to be "Add Reversing
Transaction".


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12050 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 19:32:31 +00:00
David Hampton
dfc0b75a05 Eliminate extra redrawing of the register by suspending events around
the entire reverse transaction operation.  Speed up the command
significantly.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12049 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 17:51:35 +00:00
David Hampton
bd554767b3 Initialize the qof entity in the new split, not the old one.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12048 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 17:50:42 +00:00
David Hampton
d8e74dbc6b Andreas Köhler's patch to prevent a patch when trying to edit a
non-existent tax table entry.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12038 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 07:21:09 +00:00
David Hampton
040fde32a2 Fix the duplicate transaction dialog so that the "Enter" key
activates the dialog box.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12037 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 07:02:09 +00:00
David Hampton
bcfe8adfcb Update function name to match its g2 implementation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12036 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 07:01:03 +00:00
David Hampton
061dc52771 Consistently use the string "currency" in the commodity picker window
instead of the string ISO4217.  Previous behavior wasn't consistent.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12035 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 06:20:56 +00:00
David Hampton
c1d074c5c9 Allow deletion of multiple prices at once.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12034 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 05:56:41 +00:00
David Hampton
bf317b5a44 Enhance the "remove old prices" code to have options to retain the
last price entered, and to retain any user entered prices.  The
"remove old" button should always be active.  Group the
"Add/Edit/Remove" buttons for a single price.  Allow the prices dialog
to be closed with the escape key.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12033 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 03:58:06 +00:00
David Hampton
5f85820cd7 Show widget by default when its created for a glade dialog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12032 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 03:03:47 +00:00
David Hampton
40ee07bb7d Shouldn't still be calling the old save state functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12031 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 03:02:05 +00:00
David Hampton
0024101d57 Fix crash when saving files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12030 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-26 02:59:56 +00:00
David Hampton
81c7f512a5 Update default accelerator keys as per the HIG.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12029 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-25 21:27:26 +00:00
David Hampton
ab97357111 Rewrite the code that assigns accelerator keys to the names of menu
extensions.  The new C language implementation is now called as late
as possible (when menus are populated), and rewritten understands utf8
strings.  The code now also translates the menu extension path
components as it goes so that sub-menus will appear properly in
non-English languages.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12027 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-24 06:16:37 +00:00
David Hampton
bab3c95b0e Restore long lost functionality to customize the accelerator keys on
menu items.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12026 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-23 23:28:44 +00:00
David Hampton
9771d0f80c Use the g_get_home_dir() function instead of getenv("HOME"). The
former tries multiple places to get the path to the users home
directory.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12025 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-23 22:43:32 +00:00
David Hampton
1b206fe862 Consolidate the creation of all file names under ~/.gnucash, and also
the checks for the existence of ~/.gnucash and ~/.gnucash/books.  Add
better error messages when there is a problem.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12023 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-23 22:40:03 +00:00
David Hampton
323ad2bb92 Forgot to commit the changelog.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12022 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-23 16:48:11 +00:00
Neil Williams
95e0de5c0d Remove redundant RPC variable
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12020 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 23:05:57 +00:00
Neil Williams
b71b839bbf Fix postgres access_method
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12019 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 23:00:32 +00:00
Neil Williams
bb7f8e681e Remove RPC and net backends.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12018 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 22:54:04 +00:00
Christian Stimming
1d19307785 Updated Norwegian (Bokmaal) translation.
* po/glossary/nb.po: New filename for Norwegian (bokmaal)
        * glossary
        -- it used to be stored under no.po but that is no longer.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12016 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 19:56:05 +00:00
David Hampton
c1fdaee255 Give the dialogs a gtk2 look. Add accelerator keys. Use the gtk
dialog functions.  Take care of some resizing problems.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12013 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 04:01:51 +00:00
David Hampton
660fd805d5 Use gtk version of various functions instead of gnome versions. Rest
of the file was converted long ago.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12012 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 04:00:23 +00:00
David Hampton
154bfc33c2 Finish conversion to a GtkDialog. Redo dialog as a table instead of
boxes in boxes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12011 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-22 01:36:20 +00:00
Derek Atkins
d9d3520ea5 * src/gnome-utils/Makefile.am: exit if "svn info" fails.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12008 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 23:53:57 +00:00
Neil Williams
72762ab9c9 Use only qof.h in place of other QOF headers
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12007 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 19:31:44 +00:00
David Hampton
15fc424514 Convert a couple of dialogs from the deprecated gnome_ok_dialog to a
gtk_message_dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12006 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 06:51:57 +00:00
David Hampton
800f10dc81 Put the account tree into a scrolled window so the dialog buttons
don't get pushed off-screen when you expand the accounts.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12005 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 06:36:15 +00:00
David Hampton
6c187d9544 Remove unused functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12004 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 04:54:24 +00:00
David Hampton
0d2191dad7 Update dialogs to give them a Gtk2 HIG look and feel.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12003 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 04:43:41 +00:00
David Hampton
5340707a9a Make a function static. Remove extraneous printf.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12002 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 04:23:14 +00:00
David Hampton
1ce867b3e3 Fix a typo.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12001 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 04:16:17 +00:00
David Hampton
c94cfe2734 Use a GtkMessageDialog instead of the deprecated gnome_ok_dialog
function.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12000 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 01:58:41 +00:00
David Hampton
27822d2fc4 Convert the font picker and color picker from deprecated gnome widgets
to their gtk counterparts.  Also convert the image picker when
compiled with gtk2.6 or better.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11999 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 01:55:16 +00:00
David Hampton
69f432d423 Close stylesheet edit dialog when the stylesheet picker dialog is
closed.  Prevents a crash.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11998 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 00:44:42 +00:00
David Hampton
0a8852340f Convert the "file locked" message to a GtkMessageDialog. Add a
utility function for creating buttons with images attached.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11997 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 00:41:43 +00:00
David Hampton
5e87569ebf Use the new GtkAboutDialog when compiling with gtk2.6.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11996 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-21 00:39:22 +00:00
David Hampton
042f050b9b Andreas Köhler's patch to replace some deprecated glib functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11995 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 22:42:25 +00:00
David Hampton
130255cc9a Fix some build problems on FC3 related to the include file changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11994 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 22:20:43 +00:00
Neil Williams
57754a6abc Modifying Scott's 64bit patch to work on OSX
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11991 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 18:53:20 +00:00
David Hampton
4dcc6e56c3 Add new files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11990 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 17:10:14 +00:00
David Hampton
f57c929244 Convert to utf-8.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11988 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 17:09:07 +00:00
David Hampton
76d2c71017 Need to include locale.h to compile without optimization.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11986 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 16:58:52 +00:00
Christian Stimming
8c988502ec Updated Norwegian/Bokmaal glossary
translation by Tor Harald Thorland <linux@strigen.com>.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11984 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 12:32:37 +00:00
David Hampton
63769c7e31 More include file tweaking. Don't include gtk.h from any header
files.  Add in some includes that are currently pulled in by
deprecated parts of the gnome library.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11983 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-20 02:54:09 +00:00
David Hampton
db2bed0e58 Include file cleanup. Remove the messages.[ch] files in favor of the
glib supplied gi18n.h file.  Replace includes of gnome.h with gtk.h
(or better yet glib.h) wherever possible.  Don't include gnome.h from
any header files.  Remove some extraneous includes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11981 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-19 23:53:34 +00:00
David Hampton
7e9ed2b77e Remove unused function.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11980 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-19 23:07:12 +00:00
David Hampton
050d2630e2 Remove calls to the function gnome_window_icon_set_from_default(). In
gtk2 all windows get the default application icon unless specified
otherwise.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11976 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-18 22:50:24 +00:00
Derek Atkins
9ee2e12585 Derrick Hudson's patch to tell users that they need gtkhtml-3.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11973 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-18 18:44:52 +00:00
David Hampton
07912bf6c1 Restore the "Save Report" code that was lost in one of the head->g2
syncs.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11972 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-18 18:09:37 +00:00
David Hampton
ff3b79f9ab Report a failure of F::Q to return a currency quote.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11967 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-17 05:58:30 +00:00
David Hampton
0046dfc6bd Add support for printing currency quotes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11965 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-17 05:48:38 +00:00
David Hampton
0b8a944f30 Update FSF street address.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11964 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-17 05:35:02 +00:00
David Hampton
688ad87c3f Sjoerd Langkemper's <sjoerd-gnome at linuxonly.nl> fixes to cast
sentinel markers to pointers.  Solves compilation problems on 64 bit
architectures using gcc4/glib2.6.  Fixes #321316.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11963 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-16 21:59:48 +00:00
Christian Stimming
fda68cb8c5 Split top-level ChangeLog by year. Everything before
2001 is in ChangeLog.1, and since then all entries are in the
        respective year's ChangeLog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11959 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-16 20:18:48 +00:00
Christian Stimming
4fb764b9f7 Add ellipsis to menu labels that require further action from user.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11958 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-16 20:07:18 +00:00
Christian Stimming
e40c356ed3 Updated German translation by Andreas Koehler.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11956 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-16 19:56:17 +00:00
David Hampton
2910821fbe Undo double fix of compiler warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11954 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-16 01:22:03 +00:00
David Hampton
fa52ab28bf Convert to utf-8.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11953 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-16 00:56:41 +00:00
Neil Williams
7c4e188035 Add lib/libqof to the Doxygen output
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11946 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 19:59:16 +00:00
David Hampton
a0929fdb2d Remove extraneous carriage return.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11944 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 06:21:38 +00:00
David Hampton
0d55b1a082 Pass the action variable to gtk_file_chooser_dialog_new() to get the
right style of dialog (open, save. etc.).


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11943 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 05:07:13 +00:00
David Hampton
d8ad06a689 Phil Longstaff's changes to set GTK_SHADOW_IN in the commodities
dialog scroll box and the account dialog parent scroll box.  Also make
the 'edit', 'remove' and 'remove-old' buttons on the price db dialog
box insensitive until a price is chosen.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11942 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 04:38:06 +00:00
David Hampton
fb927fe111 Scott Oonk's for for x86_64 compile warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11941 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 04:17:10 +00:00
David Hampton
a4fddd3251 Andreas Köhler's patch to set some border widths inside the main
preferences window to the HIG specified 6px. Fix alignment of the
"General / New search limit" label.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11940 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 03:48:08 +00:00
David Hampton
5bef4a7fbf Respect the history maxfiles key in gconf.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11938 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-15 01:27:51 +00:00
David Hampton
968730a00e Bump deleted item removal to a higher priority.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11937 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 23:43:50 +00:00
Christian Stimming
df60cde909 Add explanations to new strings in glossary.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11934 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 21:16:01 +00:00
Christian Stimming
036c77f923 Update potfiles script so that it works again without the cvsignore
files.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11933 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 20:36:33 +00:00
David Hampton
a166027cb9 Add documentation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11929 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 05:14:21 +00:00
David Hampton
18c5787ac8 Remove vestigial code from the very early days of the gtk2 port.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11927 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 04:41:02 +00:00
David Hampton
f240baaee3 Clarify what "short" labels are used for by adding comments and
changing array names.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11926 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 02:42:55 +00:00
Derek Atkins
04eb0593b5 Fix David Reiser's compile problem on OSX with gcc-3.3.
* src/core-utils/gnc-gkeyfile-utils.c: cast the
	  printf so we don't warn when sizeof(ssize_t) !=
	  sizeof(int).  In this case the cast is safe because
	  we can only write an int-size of data.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11925 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-14 01:49:52 +00:00
Neil Williams
9e9ceb6320 Remove deprecated SAXv1 function. Close bug 319559
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11923 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-13 23:44:40 +00:00
Neil Williams
3696a99e18 adding a libqof file to translation list and script
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11921 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-13 16:20:49 +00:00
Neil Williams
466781acef move QOF files to lib/libqof/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11917 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-13 13:22:34 +00:00
Christian Stimming
cb74a3ca84 String improvements: Fix typos, remove unnecessary spaces.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11911 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-12 10:48:51 +00:00
Christian Stimming
7e4a2c336d Copy translations from 1.8 to HEAD.
po/*.po: Copy translations from old 1.8 branch to HEAD and merge
        them with the current pot template. From now on, the translation
        work should continue on HEAD (a public call for translations
will
        follow in some weeks).



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11909 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 21:00:52 +00:00
Christian Stimming
810d65e460 Explicitly denote the encoding of the file in
the initial xml tag. Fixes problems in the new-file-wizard in
all non-C locales.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11908 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 20:53:45 +00:00
Christian Stimming
ea450db5cb Copy glossary po files from old 1.8 branch to HEAD.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11907 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 20:09:25 +00:00
David Hampton
12c39d5492 Eliminate double free of memory by just freeing default_dir once at
the end of the function.  The gnc_extract_directory() routine will
handle any intermediate freeing if called multiple times.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11906 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 15:13:18 +00:00
David Hampton
817dd3687f Add code to save window state into a Glib Key-Value file. This code
is distributed between the gnc-main-window code and all of the plugin
pages.  It subsumes the existing state file code, and will call that
code upon file open if it cannot find a key-value state file.  This
code is also where the creation of the initial account tree page
occurs when no state file is found.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11905 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 14:16:12 +00:00
David Hampton
1d6c73d495 Fix a couple of gcc4 warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11904 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 06:01:27 +00:00
David Hampton
7dee8e9032 Add a GError parameter to the gnc_key_file_save_to_file() function.
Check for an error condition on every system call.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11903 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-11 03:06:58 +00:00
David Hampton
1f8130828e Scott Oonk's patch to draw cursor at correct x,y offset from
GdkDrawable.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11902 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-10 04:35:31 +00:00
David Hampton
993cf80814 Scot Oonk's patch to fix some alignment problems in the register.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11901 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-10 04:26:36 +00:00
David Hampton
a50a738147 Add a function that allow you to expand the account tree to show a
specific account.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11899 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-10 03:46:19 +00:00
David Hampton
47ec7e6864 The register page should add to the existing list of items in the
Report menu, not replace it.  Sort the items in the Reports menu, and
add a couple of accelerators.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11898 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-10 03:27:52 +00:00
David Hampton
31148dfec7 Document the devel packages needed to compile gnucash on FC4.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11895 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 23:33:36 +00:00
David Hampton
98c07c62f0 Andreas Köhler's patch to re-enable translation of menus and icons.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11894 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 23:00:31 +00:00
David Hampton
ec8389b6d5 Scott Oonk's patch to allows selection of the last character in a
cell.  Also fix selection/highlighting of multi-byte characters.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11893 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 22:42:22 +00:00
David Hampton
a5b0d74d41 Scott Oonk's patch to simplify the keyboard selection in
gnucash-sheet.  Fixes a problem where selection does not work
correctly when holding 'shift' and hitting the left arrow key.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11892 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 22:38:08 +00:00
David Hampton
3e9a2cd797 Scott Oonk's patch to simplify the mouse selection logic in
gnucash-item-edit.  It also fixes a problem where selection with the
mouse does not work correctly if you start draging in one direction,
then drag back over the original start point.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11891 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 22:34:26 +00:00
Christian Stimming
58f361a0c5 Remove automatic call to ./configure from ./autogen.sh.
2005-11-09  Christian Stimming  <stimming@tuhh.de>

        * macros/autogen.sh: Remove the automatic call to ./configure
        * from
        autogen.sh; instead, only print a reminder that from now on,
        ./configure has to be called separately.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11890 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 20:51:03 +00:00
Christian Stimming
7e291a8237 Add language files that only existed on 1.8 branch to HEAD.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11888 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-09 20:25:18 +00:00
Christian Stimming
18ffd651ff Remove AM_MAINTAINER_MODE from configure.in.
* configure.in: Remove AM_MAINTAINER_MODE since this causes only
        problems anyway. From now on the build system always behaves as
if
        --enable-maintainer-mode had been specified. This makes all
        related errors vanish.

        * macros/autogen.sh: Clean up autogen script a bit, but leave
        * the
        functionality unchanged.

Also, remove mdate-sh since this is installed by automake.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11887 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 21:19:24 +00:00
Christian Stimming
7261f84d87 Add Nepali translation.
2005-11-07  Christian Stimming  <stimming@tuhh.de>

        * po/ne.po: Add Nepali translation by Pawan Chitrakar
        <pchitrakar@gmail.com>.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11886 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 20:48:11 +00:00
Neil Williams
b170f4a34f reverting lib/libqof changes to prepare for svn move
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11885 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 18:23:46 +00:00
Neil Williams
884224870b Moving QOF to lib/libqof/
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11878 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 15:34:49 +00:00
Neil Williams
f93d29df33 Remove unnecessary private headers
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11877 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 12:55:33 +00:00
Neil Williams
a4532ce0ca remove old workaround
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11875 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 12:09:29 +00:00
David Hampton
336f218ebf Change function name to disambiguate between retrieving the name of a
page and the name of the plugin that provides the page.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11868 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 20:01:36 +00:00
Neil Williams
ea6d9e2706 Don't distribute built source file - ChangeLog
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11866 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 17:30:40 +00:00
Christian Stimming
18f39b1606 Revert the autogen.sh change for now. To be reconsidered after more
testing.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11859 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 14:34:31 +00:00
Neil Williams
e164cbd875 ChangeLog update
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11857 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:59:54 +00:00
Neil Williams
bde0cc262b ChangeLog update
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11855 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 13:33:44 +00:00
David Hampton
030533c921 Pass the name of the guile executable from configure to the makefiles
instead of hard-coding it.  Requested by Peter O'Gorman to improve Mac
OS X support.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11850 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 04:08:22 +00:00
David Hampton
575f35df7a Cleanup usage of the PLUGIN_PAGE_LABEL define.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11849 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 03:07:21 +00:00
David Hampton
6b5cfa04cf Convert to newer method of allocating private data structures for
objects.  This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation.  Change all data structure declarations of the
parent object to be the actual name of the object instead of the
string "parent".  This makes debugging easier when looking at data
structures in gdb.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11847 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 00:14:40 +00:00
Christian Stimming
bc5ed8b13d Radically improve autogen.sh.
2005-11-05  Christian Stimming  <stimming@tuhh.de>

        * autogen.sh: Replace old crufty autogen.sh script with
        * radically
        simplified version. Simply call all helper programs in one
        sequence and that's it.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11841 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-05 17:32:51 +00:00
David Hampton
0880c1b661 Other changes needed to get 'make check' closer to working.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11833 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-04 23:38:00 +00:00
David Hampton
f7a382607b Push the summarybar inside of the created page widget. This solves
several problems with window resizing when switching between pages, or
when turning the summary bar off and on.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11827 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-04 05:49:15 +00:00
Neil Williams
094c879998 get make dist working again
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11818 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 17:32:53 +00:00
Neil Williams
5b74f53253 Allow test files to find QOF externally (trunk)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11816 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 16:17:32 +00:00
David Hampton
ecc52f49d6 Fix items from round two of Volker Englisch's review of the
preferences dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11798 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-03 00:49:05 +00:00
David Hampton
d089035653 Convert README.cvs to README.svn.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11795 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 21:17:03 +00:00
David Hampton
33a329ef08 Use a dynamically allocated string for the version.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11789 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 20:32:42 +00:00
Derek Atkins
35e7ebec71 Use the svn info for the splash screen info.
* configure.in: don't need GNUCASH_CVS anymore
	* src/gnome-utils/Makefile.am:
	  build gnc-version.h and gnc-svninfo.h.  add the
	  latter to EXTRA_DIST.  Only build svninfo if
	  $(srcdir)/.svn exists.  #define GNUCASH_SVN
	  when that directory exists (at buildtime).
	* src/gnome-utils/gnc-splash.h: use new SVN info.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11787 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 18:14:48 +00:00
David Hampton
f28d033d74 Collapse the gnome2 branch back into HEAD.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11565 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 03:32:36 +00:00
Christian Stimming
bb19306b6a Add Basque translation by Mikel Olasagasti
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11535 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-26 20:13:44 +00:00
Christian Stimming
77c569db2f Add polish glossary.
2005-10-16  Christian Stimming  <stimming@tuhh.de>

	* po/glossary/pl.po: Added polish glossary by A. Tokarski
	<szczur@malinablue.punkt.pl>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11504 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-16 21:10:45 +00:00
Christian Stimming
06e9c1cc71 Remove misleading (char*) casts.
2005-10-08  Christian Stimming  <stimming@tuhh.de>

	* src/engine/Transaction.c: Remove misleading (char*) casts by
	Linas Vepstas from 2003-09-14, but nevertheless the code doesn't
	have any errorneous double-free's at this point.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11414 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-08 15:28:26 +00:00
Christian Stimming
16d548a9b7 Fix TJS spelling.
2005-10-07  Christian Stimming  <stimming@tuhh.de>

        * src/engine/iso-4217-currencies.scm: Fix spelling of TJS
        currency. Fixes #310697.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11400 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-07 19:09:14 +00:00
David Hampton
2c3e8d5054 Patch from Yves-Eric Martin <yem_lists.gnucash.org@filter.yve.net> to
make it easier for users to change the financial year end date.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11392 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-10-07 02:56:44 +00:00
Christian Stimming
ba19a141b2 Bugfix for HBCI PIN entry.
2005-08-16  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/hbci-interaction.c (inputBoxCB): Aaarg,
	fix extremely stupid bug that occasionally crashes the PIN entry.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11269 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-16 19:53:50 +00:00
David Hampton
22357f89d3 Todd T. Fries patch for compilation on OpenBSD 64bit architectures.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11267 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-16 01:55:25 +00:00
Derek Atkins
e5ab6b7529 Fix recursion in gnc:owner-get-owner-id (reported by Chase James).
* src/business/business-core/business-core.scm:  need to
	  properly recurse in gnc:owner-get-owner-id.  there is no
	  gnc:owner-get-id API.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11263 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-08-15 12:54:21 +00:00
Christian Stimming
5b49ff1f09 2005-07-17 Christian Stimming <stimming@tuhh.de>
* macros/openhbci.m4: Remove old unused macros. Add macro name
	quotations as required by newer automake.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11169 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-07-17 13:02:52 +00:00
David Hampton
14f14c46d0 Add the new Romanian Leu.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11156 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-07-11 00:26:10 +00:00
Christian Stimming
ed060f44a6 Fix handling of debit notes.
2005-05-23  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/dialog-hbcitrans.c: Fix handling of debit
	notes -- they were broken at all times since the aqbanking
	transition, oops.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11053 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-23 21:06:22 +00:00
Christian Stimming
a056e3e87b Add sanity checks and ask user when there are no purpose lines.
2005-05-23  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/dialog-hbcitrans.c: Add sanity checks and
	ask user when there are no purpose lines.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11051 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-23 20:16:22 +00:00
Christian Stimming
19ae070338 Further HBCI improvements.
2005-05-06  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/druid-hbci-initial.c (on_aqhbci_button):
	Finally generalize the AqBanking setup call. Now the setup wizard
	for OFX-DirectConnect can be called by Tools -> HBCI Setup as
	well.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11028 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-06 21:25:42 +00:00
Christian Stimming
fff65d1434 Improve HBCI debugging messages.
2005-05-05  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/gnc-hbci-utils.c: Improve debugging
	messages.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11021 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-05-05 11:41:28 +00:00
Christian Stimming
89b2a32bf6 Fix forgotten NULL check.
2005-04-21  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/gnc-hbci-getbalance.c: Fix forgotten NULL
	check as reported by Martin Preuss <aquamaniac@gmx.de>.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10975 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-04-21 20:42:53 +00:00
David Hampton
d0dc5e78bb Add two new (well... changed) currencies.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10967 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-04-14 21:59:51 +00:00
Christian Stimming
db05d6b158 Add Kinyarwanda translation.
2005-04-06  Christian Stimming  <stimming@tuhh.de>

	* po/rw.po, po/glossary/rw.po: Add Kinyarwanda translation by
	Steven Michael Murphy <murf@e-tools.com>


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10955 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-04-06 19:19:27 +00:00
Christian Stimming
1d4bc05065 Fix warning about deprecated aqbanking function in aqbanking-1.0.7
2005-04-02  Christian Stimming  <stimming@tuhh.de>

        * src/import-export/hbci/dialog-hbcitrans.c: Fix warning about
        deprecated aqbanking function in aqbanking-1.0.7


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10943 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-04-02 09:25:56 +00:00
Christian Stimming
803907e022 HBCI behaviour and encoding improvements.
2005-03-20  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/gnc-hbci-utils.c: Retrieve the current
	book's character encoding which so far is identical to the
	locale's encoding by nl_langinfo().

	* src/import-export/hbci/hbci-interaction.c: Fixed ignored 'abort'
	button.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10937 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-03-20 13:04:25 +00:00
Christian Stimming
ba04a3577e Fix character encodings of imported transactions.
2005-03-19  Christian Stimming  <stimming@tuhh.de>

	* src/import-export/hbci/gnc-hbci-utils.c (gnc_hbci_descr_tognc):
	Correctly convert imported transaction description from utf-8 to
	iso-8859-15 which currently comes closest to gnucash's internal
	encoding. This needs to be changed again for the gnome2 port, but
	I'll think of that early enough.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10935 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-03-19 08:59:40 +00:00