File: README

package info (click to toggle)
gnucash 1.3.4-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 9,232 kB
  • ctags: 6,947
  • sloc: ansic: 60,740; lisp: 10,772; sh: 7,437; perl: 3,812; cpp: 2,992; sql: 1,255; makefile: 673
file content (43 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download
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

The various peices of code needed to build X-Accountant are contained
here.  Some of these have been modified from thier original
distribution.  In general, its a *really bad idea* to try to fix
bugs here, you should probably start afresh with the real, original
sources.

Some of the stuff here may be down-level, different, or patched to work
with Xbae.  In all cases, examples and non-essential files have been
deleted to keep the overall distribution small.  

The stuff here will be slowly removed when patched/standard versions
that work with Xbae become available, and become easy to build & use.

XbaeMatrix:  
  -- modified to support cell widgets
  -- modified to support cursor position
  -- variety of assorted bug fixes
  -- fix core dumpes when adding rows/cols to widget with
     row/column/cell user data.
  -- modified by deleting examples, other non-essential stuff.

libhtmlw: *OBSOLETE*
  -- eliminated due to license restrictions and overall brokeness.
     Use XmHTML instead.

ComboBox:
  -- variety of assorted bug fixes & enhancements.
  -- modified by deleting examples, other non-essential stuff.

XmHTML: *OBSOLETE* Use newer version
  -- modified by deleting examples, other non-essential stuff.

urlget: *OBSOLETE*
  -- you'll do a let better by gettig the latest from
     http://www.fts.frontec.se/~dast/curl/
     Its now called "curl", not "urlget".

gtksheet: *OBSOLETE*
  -- This was the basis for the GNOME version's register.

gtkfilesel2: *OBSOLETE*
  -- Was used as a gnome file box. No longer used.