Commit Graph
2126 Commits
Author SHA1 Message Date
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