Commit Graph

768 Commits

Author SHA1 Message Date
6923fb62ee RxFPC:small improvement in painting drop down button of TRxDBLookupCombo in case of BorderStyle = bsSingle - patch from Iliya Iliev
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6112 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2018-01-04 09:24:29 +00:00
45852fa341 RxFPC:fix show filter in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6110 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-28 08:57:47 +00:00
e2556075f1 RxFPC:fix copy to clipboard memo fields from RXDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6108 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-21 11:28:44 +00:00
01e1bf6975 RxFPC:patch from Iliya Iliev: 1. TRxDBLookupCombo - added protected method DoSelect - encapsulates OnSelect logic; 2. TRxDBLookupCombo - added public methods Clear & IsEmpty; 3. TRxDBLookupCombo - exposed property BorderStyle (default bsNone). When it's bsNone, nothing changed, while when it's bsSingle there are changes in Painting.; 4. TRxDBLookupCombo - changed method Paint - it respects BorderStyle property; 5. TPopUpFormOptions - added new property SearchFromStart (default false) - when it's false, nothing changed, while when it's true popup form locates the row only if it starts with the searched text.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6102 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-18 12:45:42 +00:00
991c35d128 RxFPC:RxDBGrid - new style for filter - rxfstBoth
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6101 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-18 08:35:51 +00:00
7f03771ace RxFPC:fix compile RxDBGrids on Lazarus 1.8
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6094 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-11 08:33:08 +00:00
4ebb9bc2ae RxFPC:fix in rxstrutils.StrToStrings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6093 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-11 07:15:46 +00:00
d4e1105bb9 RxFPC:fix demo for RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6089 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-06 07:17:42 +00:00
68903f7027 RxFPC:RxDBGrid - fix filter on change collumn
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6088 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-05 12:33:14 +00:00
676caaafef RxFPC:RxDBGrid - work on new filter style rxfstManualEdi
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6087 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-05 12:25:42 +00:00
e6fe123d75 RxFPC:RxDBGrid - add new filter style rxfstManualEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6086 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-05 12:00:42 +00:00
615a6d44e1 RxFPC: fix for TPopUpForm (just make it consistent for windows and linux) and TRxLookupEdit (fixed locating on ShowPopup). patch from Iliya Iliev
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6079 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-01 07:19:53 +00:00
e50534cc35 RxFPC:RxDBGrid suport options dgDisplayMemoText
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-23 08:28:58 +00:00
a25ae0618d RxFPC:TRxDBLookupEdit - fix change data with UP and DOWN key if popup window not showing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6071 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-14 12:07:02 +00:00
bedcbe46bc RxFPC:TRxMemoryData - Three additional methods for changing order of records. id-0032253
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6068 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-13 11:29:26 +00:00
a99e83b444 RxFPC:fix compile rxdbverticalgrid on lazarus < 1.9 - id0032500
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6067 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-13 11:19:12 +00:00
ec8bc1339b RxFPC:TRxLookupEdit - fix show popup for on key press - id0032674
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6066 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-13 11:08:28 +00:00
cf2051c54c RxFPC:new options for TPopUpGridOption - pfgRowSelect. For detail see bug id #0032675
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6065 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-13 10:48:45 +00:00
e4615a30e8 RxFPC:move TStrHolder to RX Tools page and TMRUManager to RX Controls page
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6061 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-07 06:41:39 +00:00
4688f560e6 rx: Add Lazarus rx components to folder rx_laz, package rx.lpk (will be removed from lazarus/components)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6058 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-04 14:07:30 +00:00
df444a83b6 rx: Remove unused dependence on Lazarus rx package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6057 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-11-04 13:52:54 +00:00
d0dc24b711 RxFPC:RxDBGrid - fix editor buttons position
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6041 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-10-26 07:14:08 +00:00
c460bc96be RxFPC:fix show last row in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6040 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-10-24 12:38:03 +00:00
a90fe39ab9 RxFPC:TRxDBTimeEdit fix clear date part of field values on change
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6036 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-10-11 11:14:29 +00:00
244d419742 RxFPC:vertical demo for RxRangeSelector
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6022 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-09-20 11:32:16 +00:00
6638c51f7b RxFPC:demo for RxRangeSelector
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6021 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-09-20 11:22:51 +00:00
a1ec0df6e6 RxFPC:TRxRangeSelector new property Orientation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6020 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-09-20 10:22:34 +00:00
a520e2eff7 RxFPC: new component - TRxRangeSelector
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6019 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-09-19 05:43:18 +00:00
91a9e406c5 RxFPC: RxDBGrid - fix compilation after 6014
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6015 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-09-11 08:36:40 +00:00
edc2a1aa79 RxFPC: RxDBGrid - code refactoring. thx LearnMagic
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6014 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-09-11 08:30:46 +00:00
2b449147e7 RxFPC: RxDBVerticalGrid fix row higth on show/hide column title
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6009 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-08-24 12:02:25 +00:00
6a67ea6b6d RxFPC: RxDBVerticalGrid show images from blob field in cell
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6008 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-08-24 07:58:11 +00:00
0c2657a4d7 RxFPC: work on RxDBVerticalGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6007 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-08-23 12:37:42 +00:00
c5008e534b RxFPC:new component - RxDBVerticalGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6006 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-08-22 12:28:33 +00:00
c774cc8a2f RxFPC:TRxTimeEdit set enabled for buttons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5989 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-07-28 06:11:28 +00:00
552f841d18 RxFPC:start work on export RxDBGrid groups to spreadsheet
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5949 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-20 12:38:18 +00:00
22f08434bf RxFPC: TRxDBGridPrint support merged cells
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5936 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-13 14:01:18 +00:00
024c39833a RxFPC: RxDBGridExportSpreadSheet support merged cells
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-13 11:29:31 +00:00
75aaf4e32b RxFPC:fix AV on edit data in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5934 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-13 10:52:46 +00:00
918d5faa64 RxFPC:add new event - RxDBGrid.OnMergeCells (based on lazarus demo examples/gridexamples/merged_cells)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-13 08:58:24 +00:00
478b727aef RxFPC:forgoten file rxutils.pas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5932 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-13 06:12:46 +00:00
52dcfe90b1 RxFPC:continue work on merge cells in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5928 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-09 13:56:12 +00:00
cfc02a2279 RxFPC:fix show text data in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5927 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-09 13:40:16 +00:00
06fca537ad RxFPC:start work on merge cells in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5926 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-09 13:26:54 +00:00
060777b723 RxFPC:RxMDITasks - new property - FlatButton
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5925 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-08 12:16:36 +00:00
973908c7cc RxFPC:RxDBGrid - fix show grouped data
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5924 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-08 11:16:02 +00:00
c77aed9270 RxFPC:spanish translation from Javier Unamuno
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5920 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-07 11:30:10 +00:00
aec5a56e9c RxFPC:new procedure - TRxDBGrid.RemoveToolMenuItem
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5910 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-05-30 08:25:18 +00:00
592426d585 RxFPC:fix RxDBGrid paint error in design time
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5909 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-05-30 07:49:41 +00:00
e5a35c6fb4 RxFPC:RxDBGrid - started work on grouping data in grid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5903 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-05-26 13:05:56 +00:00