~ubuntu-branches/ubuntu/trusty/gpe-expenses/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2009-04-30
- 0.1.7 release.
- Remove deprecated Encoding key from desktop file.
- Fix wrong use of QOF_DATE_FORMAT_LOCALE instead of
  a format that can be reliably parsed. Switch to
  QOF_DATE_FORMAT_CE as a temporary measure.
- Handle devhelp support targets. Drop Doxygen search
  engine and export XML for devhelp support, borrowed
  from QOF.
- Drop colour support in GPE categories - not implemented
  in the main UI. Fixes a couple of intermittent crashes
  when changing categories.
- Align signedness of max_list in call to gpe_pim_category_new.
  Fixes build failure with upcoming gcc-4.4. Patch from Martin
  Michlmayr.

2007-07-31
- 0.1.1 release.
- support translating the string representations of expense types
  and expense payments. The translations are held in the library
  and are available to any process using the library via dgettext.
  Translations for the rest of the user interface remain in the
  gpe-expenses package.  

2007-05-28
- 0.1.0 release.
- Split the QofExpense and QofCurrency objects
  into a shared library with -dev, -dbg and -doc
  to support gpe-cash.
- Add German translation.

2006-12-30
- 0.0.6 release.
- Corrected the currency handling to use
	string references.
- Reduce the backend workload by checking
	values have changed before committing.
- Use ~/.gpe instead of custom ~/.gpe-expenses
- Set default sort order in main list to 
	Date: most recent first.

2006-09-19
- Moved qof-sqlite code to QOF to create
  libqof-backend-sqlite0.

2006-07-06
- Moved to SourceForge
- Temporary fix to debian/control until libxml2 can
  be removed from libqof1 build dependencies.

2006-05-01 
- Progressing the QSQLite backend.
- fixing manpage generation
- Inherit currencies from pilot-qof.
- Implement currencies in Gtk

2005-11-23
- Removed glade file.

2005-11-15 
- Added first Gtk outline.