March 2009 Archives by author
      
      Starting: Sun Mar  1 14:13:22 EST 2009
         Ending: Tue Mar 31 10:22:54 EDT 2009
         Messages: 46
     
- r17990 - gnucash/trunk - Ignore the python-bindings when building	translations.
 
Derek Atkins
- r17991 - gnucash/trunk/po - remove python-bindings from POTFILES.in
 
Derek Atkins
- r17992 - gnucash/trunk/po - Add a glade file to the POTFILES list.
 
Derek Atkins
- r18011 - gnucash/trunk/src/doc - Upgrade doxygen configuration from	1.5.2 to 1.5.7.1
 
Derek Atkins
- r17969 - gnucash/trunk/src/register/ledger-core - Bug #343217:	Register: Don't leave the account cell if the user chooses not	to create a new account when prompted. This allows any typo to	be quickly fixed. Previously the account cell text was blanked	and focus moved to the next cell.
 
Charles Day
- r17970 - gnucash/trunk/src/register/ledger-core - Register: Fix an	unbalanced ENTER().
 
Charles Day
- r17971 - gnucash/trunk/src/business/business-ledger - Business	ledger: Don't leave the account cell if the user chooses not to	create a new account when prompted. This allows any typo to be	quickly fixed. Previously the account cell text was blanked and	focus moved to the next cell.
 
Charles Day
- r17980 - gnucash/trunk/src/import-export/qif-import - QIF Import: Add	a section for "cleared status" and fix some inconsistent whitespace.
 
Charles Day
- r17981 - gnucash/trunk/src/import-export/qif-import - QIF Import:	Allow "R" or "r" for reconciled, and "C" or "c" for cleared.
 
Charles Day
- r17982 - gnucash/trunk/src/import-export/qif-import - QIF Import:	Correct case of cleared status code "c" in documentation text file.
 
Charles Day
- r17984 - gnucash/trunk/src/register/register-gnome - Bug #523982: Fix	the Enter key in double-line mode. The register had wrongly	assumed one physical row per virtual row.
 
Charles Day
- r17985 - gnucash/trunk/src/register/register-core - Register core:	Start doxygen documentation of table-allgui.h
 
Charles Day
- r17986 - gnucash/trunk/src/gnome - Register: Add a few debugging	calls.
 
Charles Day
- r17987 - gnucash/trunk/src/register/ledger-core - Register: Fix the	file name in a comment.
 
Charles Day
- r17988 - gnucash/trunk/src/report/report-system - Reports: Speed up	the report infrastructure. Patch by Mike Alexander.
 
Charles Day
- r17998 - gnucash/trunk/src/import-export/qif-import - QIF Import:	Support backslash characters in category names. There was a	mistake the regular expression,	as a pipe symbol shouldn't be escaped with a backslash when used inside	brackets.
 
Charles Day
- r17999 - gnucash/trunk/src/import-export - QIF: Replicate the fix	from r17998 in two other QIF-related places.
 
Charles Day
- r18000 - gnucash/trunk/src/import-export/qif-import - QIF Import:	Throw an error immediately upon failing to parse a category.	Previously a bad value was returned,	which could then cause a failure in the caller.
 
Charles Day
- r17966 - gnucash/trunk - Re-save glade files from Glade 3,	remove util/glade-fixup.
 
Andreas Köhler
- r17967 - gnucash/trunk - Revert r17966 and use Glade-2 again.
 
Andreas Köhler
- r17973 - gnucash/trunk/src/business/business-core/sql - Update	business table version numbers
 
Phil Longstaff
- r17974 - gnucash/trunk/src/backend/sql - 1) Update table version	number so that tables aren't re-updated each time (update won't	hurt, but
 
Phil Longstaff
- r17975 - gnucash/trunk/src/backend/sql - Handle integer values	returned as string GValues (mysql does this for bigint 
 
Phil Longstaff
- r17976 - gnucash/trunk/src - 1) Add new dialog-file-access which	combines the standard GTK file selection widget with
 
Phil Longstaff
- r17977 - gnucash/trunk/src/gnome-utils - In File Access dialog,	sqlite3 is default format, so make db fields
 
Phil Longstaff
- r17978 - gnucash/trunk/src/backend - Don't create qof backends for	uri types where there is no libdbi driver installed.
 
Phil Longstaff
- r17979 - gnucash/trunk/src/gnome-utils - Disable radio buttons for	access types (sqlite3/mysql/pgsql) which don't have a qof backend
 
Phil Longstaff
- r17983 - gnucash/trunk - Fix lots of splint issues (including memory	leaks). This includes some changes
 
Phil Longstaff
- r17989 - gnucash/trunk/src/gnome-utils - Replace radio buttons with a	combo box. A bit ugly because I haven't figured out how to keep
 
Phil Longstaff
- r17993 - gnucash/trunk/src/backend/dbi - Implement	BEGIN/COMMIT/ROLLBACK for transaction support. Provides a *huge*
 
Phil Longstaff
- r17994 - gnucash/trunk/src - Remove Database Connection dialog and	menu entry
 
Phil Longstaff
- r17996 - gnucash/trunk/src/backend - 1) Remove obsolete dwi directory.
 
Phil Longstaff
- r17997 - gnucash/trunk/src/backend/dbi - Add debugging info re SQL	transactions
 
Phil Longstaff
- r18002 - gnucash/branches/webkit - First milestone: separate html	code into separate html directory. Secondly, convert to
 
Phil Longstaff
- r18003 - gnucash/branches/webkit/src/html - 1) Add initial support	for webkit-based reports. Reports seem to display OK, and clicking
 
Phil Longstaff
- r18004 - gnucash/branches/webkit/src/html - Separate out graph	GdkPixbuf creation code from knowledge of the GtkHTMLEmbedded class.
 
Phil Longstaff
- r18005 - gnucash/branches/webkit/src/html - When loading an html	string to the webkit html engine, check if there's an <object> tag.
 
Phil Longstaff
- r18006 - gnucash/trunk/src/gnome-utils - Fix uninitialized variable	fileChooserAction.
 
Phil Longstaff
- r18007 - gnucash/branches/webkit - 1) Add configuration option	--enable-webkit. If specified, webkit will replace gtkhtml
 
Phil Longstaff
- r18008 - gnucash/branches/webkit/src - Remove unnecessary references	to GTKHTML_CFLAGS and GTKHTML_LIBS. Since these modules
 
Phil Longstaff
- r18009 - gnucash/branches/webkit/src - Clean up some Makefile.am	files - remove some unneeded dependencies (mostly, to GDK_PIXBUF
 
Phil Longstaff
- r18010 - gnucash/branches/webkit/src/html - Update some doxygen	comments
 
Phil Longstaff
- r17968 - gnucash/trunk/po - update email address for Polish \"last	translator\"
 
Andrew Sackville-West
- r17972 - gnucash/trunk/src/report/report-system - refactor	saved-reports-2.4 migration to eliminate duplicate code and
 
Andrew Sackville-West
- r18001 - gnucash/trunk/src/report - Implement new custom report	dialog.
 
Andrew Sackville-West
- r17995 - gnucash-docs/trunk/guide/C - Remove spurious string,	pointed out by Brian Funk.
 
Christian Stimming
    
      Last message date: 
       Tue Mar 31 10:22:54 EDT 2009
    Archived on: Tue Mar 31 10:22:56 EDT 2009
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).