Commit Graph

2001 Commits

Author SHA1 Message Date
3d2b71e204 Fixed some more type sizes for records when they use bit sized ints. Also removed dummy pointer from empty record that
fixed crashes of the compiler


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2001 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 14:03:08 +00:00
59e79ec27c add AutoSize property to TRxDBRadioGroup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2000 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 08:54:17 +00:00
7e75617359 add images for new components
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1999 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 08:27:56 +00:00
373dc382cf updated gtk3/glib etc bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1998 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:35:47 +00:00
d2d5da82d1 Fixed typo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1997 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:24:37 +00:00
3e3c9f5cc3 Added note in generated units that files are autogenerated from gobject introspection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1996 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:22:48 +00:00
7a5ced7b31 Added autogeneration of types when a bit sized field is added to a record
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1995 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 01:17:12 +00:00
ae75be9603 Added some code to create c and pascal files to test type sizes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1994 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-24 00:21:23 +00:00
d4c63d5b73 add new components TRxRadioGroup and TRxDBRadioGroup - allow disable any of RadioButton from group
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1993 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 22:37:57 +00:00
5e72832f78 Fixed: Update data only when required
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1992 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 15:53:57 +00:00
24c40f928d Added: TJDBTimeEdit, TJDBLabeledTimeEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1991 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 14:49:43 +00:00
01198ab3f6 Removed: testing status from ftTime in TJDBGridControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1990 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 11:49:39 +00:00
a0a1668847 Fixed: manage properly Null values for dates and times in TJDBGridControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1989 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 11:30:17 +00:00
1abf706084 Added: TJTimeEdit, TJLabeledTimeEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1988 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 10:08:21 +00:00
58aef337cb Added: TJDBLabeledEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1987 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 08:39:35 +00:00
a1785912c0 Clean check code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1986 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-23 08:06:23 +00:00
439af454af new property in TRxCollumn - DirectInput - allow select input values in RxDBGrid only from PickList
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1985 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 17:07:49 +00:00
9a38af1143 Added: ftTime support to TJDBGridControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1984 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 16:01:11 +00:00
7d1cbe0b11 Added bindings for glib atk pango gdk3 gtk3 and webkit generated with gir2pascal expect some bugs most likely in records with bitfields or bitpacked
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1983 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 00:28:15 +00:00
da031e7514 Added gobject introspection converter. Can be used to convert .gir files into pascal units.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-22 00:15:42 +00:00
c64b60c7fb Try using GetDefaultEditor instead of SelectEditor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1981 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-21 19:32:46 +00:00
8f8180c10e Added: TJDBGridControl and example (testgridctr)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1980 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-21 11:22:29 +00:00
84a68c932c Info headers added
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1979 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 15:33:24 +00:00
948952a30e Added: Non DB-Aware input controls example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1978 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 15:27:54 +00:00
4a519e3b66 Added: TJDateEdit, TJLabeledDateEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1977 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 15:05:59 +00:00
0453b9ac1a Added: TJCurrencyEdit, TJLabeledCurrencyEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1976 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 12:01:01 +00:00
45f32dc0cc Added: TJIntegerEdit, TJLabeledIntegerEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1975 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 10:51:25 +00:00
6a8512f3c1 Fix property
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1974 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 08:58:19 +00:00
3bd0a2f13e Changed parents. Updated example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1973 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-20 08:31:40 +00:00
b985842532 Add info headers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1972 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-19 15:16:18 +00:00
e2a77aa3a0 Added: Labeled db widgets
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1971 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-19 15:10:55 +00:00
0f3f32ed94 Sanity checks
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1970 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-19 11:59:02 +00:00
210a9b2ddd First package with visual db controls, created
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1969 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-19 11:25:08 +00:00
7888b8f656 iOS http transport contributed by Phil
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1968 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-19 11:12:38 +00:00
cdd864f4d3 Fix lef/right arrow keys while editing dates
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1967 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-17 10:23:14 +00:00
d47fca3e56 Removed, unused code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1966 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-16 14:53:36 +00:00
1bc00e858d Fix code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1965 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-16 14:47:04 +00:00
b17333404a Removes lps info from the lpi in tappytux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1964 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-16 14:18:35 +00:00
8b1e3a960e Parser's "CaseSensitive" implementation fix.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1963 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-16 00:56:48 +00:00
70977e292b Date input formats, added: Little endian, Middle endian and Big endian forms
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1962 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 15:35:14 +00:00
5379901827 Adds basic animations support to tappytux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 14:34:06 +00:00
e8a94cd00b tappytux: Removes the fixed background and implements real drawing in the drawer component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1960 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 14:14:50 +00:00
a487e2f6d7 Adds a new braille routine
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1959 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:43:59 +00:00
dfa22a28e5 Fixes compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1958 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:26:03 +00:00
b03c034c47 The function ConvertUTF8HtmlTextToBraille in utf8_braille unit was further implemented.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1957 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 13:10:18 +00:00
046e067ba4 Only uses modules if activated and implements support for the source and debug info again
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1956 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:57:38 +00:00
05bb393d89 Ativa o modulo Braille
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1955 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:19:24 +00:00
d02c83c767 Starts adding the modules UI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1954 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 12:07:03 +00:00
b2e30cdc23 rx: fix compilation a after recent changes in LCL. Issue 20214. With agreement of Lagunov Aleksey
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1953 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 11:15:58 +00:00
2ca3b8e514 Use new NormalizeDate code in jinpututils, add missed info header
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1952 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-09-15 11:08:34 +00:00