root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @70 [70] 15 months cmccurdy fixed errors in transfers table creation
(edit) @69 [69] 15 months cmccurdy added combo box to choose repeat frequency
(edit) @68 [68] 15 months cmccurdy implemented the enhanced search feature, as per ticket #8
(edit) @67 [67] 15 months cmccurdy * src/database.c: added transfers table to the database added function …
(edit) @66 [66] 15 months cmccurdy * src/transaction_dialog.c: removed references to storing date as a …
(edit) @65 [65] 15 months cmccurdy fixed the width issue with an edit-transaction dialog by moving the copy …
(edit) @63 [63] 15 months cmccurdy removed unnecessary cache
(edit) @62 [62] 15 months cmccurdy implemented proper account name handling, as per ticket #7
(edit) @61 [61] 15 months cmccurdy * src/database.c: fixed account retrievals to only get un-purged accounts …
(edit) @60 [60] 15 months cmccurdy added a function to check the account combo and popup a new account dialog …
(edit) @59 [59] 15 months cmccurdy * src/widgets.c: fixed a few bugs regarding the handling of the values …
(edit) @58 [58] 15 months cmccurdy added header files to mokash_SOURCES
(edit) @56 [56] 15 months cmccurdy * src/database.c: removed once-used debug function
(edit) @53 [53] 15 months cmccurdy * src/Makefile.am: removed db_test from bin_PROGRAMS * src/main.c: …
(edit) @52 [52] 15 months cmccurdy fixed purging to use timestamp instead of date string fixed issues with …
(edit) @51 [51] 15 months cmccurdy changed float datatypes to double * widgets.c: fixed currency …
(edit) @50 [50] 15 months cmccurdy * widgets.c: changed number formats to use proper locale settings
(edit) @49 [49] 15 months cmccurdy changed UI date storage to timestamps
(edit) @48 [48] 15 months cmccurdy * transaction.h: changed datatype of transaction.date from char* to …
(edit) @47 [47] 15 months cmccurdy * transaction_dialog.c: * account_dialog.c: fixed the vbox spacing issues …
(edit) @46 [46] 16 months cmccurdy * database.c: added default value for 'auto_purge_days' option changed …
(edit) @45 [45] 16 months cmccurdy * database.c: added default options in the database added functions …
(edit) @44 [44] 16 months cmccurdy * database.c: added a function to check the database version * …
(edit) @43 [43] 16 months cmccurdy * database.c: removed prev_account table added set_option, …
(edit) @42 [42] 16 months cmccurdy * database.c: added timestamp and purged columns to accounts and …
(edit) @41 [41] 16 months cmccurdy * transaction_dialog.c: changed the call to add_transaction_to_tree to …
(edit) @40 [40] 16 months cmccurdy * database.c: fixed purge_transactions so it won't return a new initial …
(edit) @39 [39] 16 months cmccurdy * transaction_dialog.c: editing a dialog now automatically sets the …
(edit) @38 [38] 16 months cmccurdy * transaction_dialog.c: fixed a bug that prevented selecting a …
(edit) @37 [37] 16 months cmccurdy added the treeview to a scrolled window
(edit) @36 [36] 16 months cmccurdy * transaction_dialog.c: updating transactions now works * database.c: …
(edit) @35 [35] 16 months cmccurdy * database.c: added function get_next_check_number to retrieve the next …
(edit) @34 [34] 16 months cmccurdy * database.c: added post_transaction function * widgets.c: calls …
(edit) @33 [33] 16 months cmccurdy * transaction_dialog.c: added a date picker * account_dialog.c: added …
(edit) @32 [32] 16 months cmccurdy * database.c: changed default value of posted column in transactions …
(edit) @31 [31] 16 months cmccurdy * database.c: added get_account_balance and get_posted_account_balance …
(edit) @30 [30] 16 months cmccurdy * transaction_dialog.c: removed the GtkFixed? separators added a …
(edit) @29 [29] 16 months cmccurdy * widgets.c: removed multiple unnecessary calls to gtk_widget_show for …
(edit) @28 [28] 16 months cmccurdy * database.c: changed function get_account_ids to use a pointer to ints …
(edit) @27 [27] 16 months cmccurdy * database.c: changed get_account to get_account_by_id added functions …
(edit) @26 [26] 16 months cmccurdy changed project name from 'gash' to 'mokash'
(edit) @25 [25] 16 months cmccurdy * database.c: added update_transaction function fixed bad sql statement …
(edit) @24 [24] 16 months cmccurdy * transaction_dialog.c: added entry completion to the party entry * …
(edit) @23 [23] 16 months cmccurdy * database.c: added update_account function fixed an unnecessary …
(edit) @22 [22] 16 months cmccurdy * transaction_dialog.c: changed layout from GtkTable? to multiple GtkHRows …
(edit) @21 [21] 16 months cmccurdy * transaction_dialog.c: added an integer filter to check_entry * …
(edit) @20 [20] 17 months cmccurdy more progress into the transaction dialog, including writing it to the …
(edit) @19 [19] 17 months cmccurdy fixed errors to call of sqlite3_bind_text that prevented distinct queries …
(edit) @18 [18] 17 months cmccurdy added missing accout_dialog files
(edit) @17 [17] 17 months cmccurdy added missing files to the repository
(edit) @16 [16] 17 months cmccurdy added a transaction dialog
(edit) @15 [15] 17 months cmccurdy added a currency filter for entry boxes and search box in the main window
(edit) @14 [14] 17 months cmccurdy custom cell data functions for float-typed and 'party' columns. more work …
(edit) @13 [13] 17 months cmccurdy database support to store last used account
(edit) @12 [12] 17 months cmccurdy added a menu bar and started work on a "new account" dialog
(edit) @11 [11] 17 months cmccurdy added the ability to toggle the "posted" checkbox
(edit) @10 [10] 17 months cmccurdy added more skeleton for the ui
(edit) @9 [9] 17 months cmccurdy fixed errors from last checkin
(edit) @8 [8] 17 months cmccurdy added initial balances to accounts and transaction purging by date
(edit) @7 [7] 17 months cmccurdy added support for tags, posted transactions. also started a skeleton for …
(edit) @6 [6] 17 months cmccurdy started adding support for tags, added functions to retrieve transactions …
(edit) @5 [5] 17 months cmccurdy added functions to delete accounts, write and erase transactions, and get …
(edit) @4 [4] 17 months cmccurdy added a dependency for SimCList
(edit) @3 [3] 17 months cmccurdy configured autotools to build test programs
(edit) @2 [2] 17 months cmccurdy added transactions and a few database access functions to get started
(add) @1 [1] 17 months cmccurdy initial import
Note: See TracRevisionLog for help on using the revision log.