Commit Graph

439 Commits

Author SHA1 Message Date
e469ce1354 RxDateEdit - fix button icon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2797 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-09-28 16:11:28 +00:00
8d94f194a8 RxMDI - fix CloseAll
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2790 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-09-10 13:53:45 +00:00
600931ce0e RxDBGrid.OptimizeColumnsWidth fired RxDBGrid.OnColumnSized
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2772 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-14 20:09:46 +00:00
46f065db6e RxMemDataSet - change AnsiUpperCase to Utf8UpperCase in locate
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2767 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-02 04:46:34 +00:00
efabad8e93 RxDBGrid - fix demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2766 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-02 04:44:19 +00:00
c61a60b9a9 RxMDI - fix demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2765 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-02 04:42:39 +00:00
ab407ba4e7 1. Fix compile RxDBGrid on Lazarus 1.0
2. Fix Replace AnsiUpperCase to UTF8UpperCase in FolderList
3. Fix OnChange event in TRxDBLockup on destroy component


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2763 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-11 16:28:38 +00:00
eeb03913ca RxCloseFormvalidate - add OnValidate event for item custom validate rule
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2761 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-09 18:46:44 +00:00
b36311669c TRxDBLookupCombo now recived FocusControl event from DataField
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2755 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-19 19:07:23 +00:00
e8883e24af RxMDI - fix MDIForm.ActiveControl on change MDI windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2752 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-14 18:44:58 +00:00
07d8c3bf79 RxToolPanel - fix owner for TToolbarItems
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2741 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-02 19:38:20 +00:00
0e48d1843c RxDBGrid:fix AV on calc collumn width. Patch from ssadragon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-21 17:01:09 +00:00
bcbeed383b RxDBGrid - fix edit buttons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2738 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-16 17:57:58 +00:00
9a9db1d08a New component - RxPropStorage
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-09 05:37:53 +00:00
e16f5bacfb RxDBGrid - add enable property for RxCollumn filter
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-08 05:26:49 +00:00
5020d5a53f RxDBGrid - fix sort engine for SQLDB. Thx dmitry03 from freepascal.ru
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2726 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-17 12:41:59 +00:00
e2986ffdf1 RxDBGrid - fix open dataset without create collumns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2724 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-11 16:45:50 +00:00
aff1962f51 RxDBGrid - fix calc COUNT in footer row on filtred dataset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-29 20:34:42 +00:00
596d7cf5d9 RxDBGrid - new code for calc footer sum for any dataset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-29 18:17:29 +00:00
6e3b508236 RxDBGrid - continue work on calc footer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-28 21:46:45 +00:00
94c53ecb53 1. TRxDBGrid - fix error in calc title height procedure on resize column
2. TRxDBGrid - start work on DB independed filter procedure in grid
3. TRxDBGrid - fix calc sum in footer row on Zeos dataset with filter
4. TRxDBGrid - fix calc width of filter combobox after resize filtred column


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2712 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-28 15:40:03 +00:00
b85c797fd5 Rx DBUtils: use UTF8CompareText in function DataSetLocateThrough
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2711 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-27 20:23:34 +00:00
3c9d8fa4f5 RxMDI:fix AV on close last window
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-27 20:03:22 +00:00
e5b34bf98b RxDBGrid - fix error on calc footer sum for ZeosDBO
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2708 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-22 19:54:49 +00:00
0d0db64f45 1. TRxDBGrid - add new metod in RxSortEngine for calc total values
2. In TZeosDataSetSortEngine add metod for for calc total values in RxDBGrid
3. In TZeosDataSetSortEngine add metod for for calc total values in RxDBGrid
4. In TRxMemoryDataSortEngine add metod for for calc total values in RxDBGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2705 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-19 13:45:06 +00:00
8420f0cbf1 RX:TCurrencyEdit - applied patch from Adilson Pazzini
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2704 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-17 08:06:32 +00:00
1edb9a7a9c 1. TRxDBLookupCombo - fix fired OnClosePopup event
2. TRxDBGrid - fix show filter in table dropdown box in Windows XP



git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2702 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-14 14:29:55 +00:00
09e5252262 1. RxDBGrid - fix paint multiline caption after show dialogs over grid
2. RxDBGrid - fix show filter values after add new record


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2698 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-12 14:08:34 +00:00
c2ab127031 RxFPC: Fixed a bug when the TRxCloseFormValidator on TFrame
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2694 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-04 20:21:52 +00:00
c70a742cf7 RxDBGrid - fix draw last row with active footer rows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-03 09:35:53 +00:00
a36e138253 RxFPC: Visual component for RxSortSQLDB
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-25 17:23:08 +00:00
0cb50e0d02 TRxCloseFormValidator - fix edit items in design time
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-20 19:05:19 +00:00
439d68c14f RxDBGrid: fix compile with fpc 2.6
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2689 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-17 14:31:05 +00:00
b5347890a1 Rx: Ukrainian language by svk12
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2686 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-16 08:20:48 +00:00
40cb0c1012 RxDBGrid - Find Next now working
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2685 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-15 06:46:24 +00:00
1f96355bb2 RxDBGrid - fix caption rxFilterByForm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-14 14:44:52 +00:00
2630770763 TRxDBLookupCombo: fix modify TPopUpFormColumns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2673 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-12 12:00:56 +00:00
c4c6ccb983 RxDBGrid: fix modify TRxDBGridKeyStrokes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2672 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-12 11:44:08 +00:00
ea52b268e3 fix find in rxlockupcombo with press Spacebar
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2668 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-10 14:29:33 +00:00
e75fecfde6 fix close window in RxMDI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2652 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-04 14:26:15 +00:00
72825b82d6 cleaunp code - remove deprecated functions from rxstrutils
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2624 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-15 04:12:21 +00:00
c4969596c7 fix rxcloseformvalidator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2618 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-01-11 14:19:14 +00:00
6f55ebe095 EraseBackground procedure added.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2591 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-11-02 00:53:24 +00:00
be31f78ae8 RxViewsPanel - select first item on load
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2590 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-11-01 14:11:48 +00:00
683521530b add sender to RxViewPanel event handler
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2589 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-31 14:54:31 +00:00
9a87777833 1. Rework wordwrap procedure
2. RxDBGrid - in tools menu hide not used items

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2570 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-18 14:11:00 +00:00
38e19b287d rxfpc - version 2.4.2.120
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2569 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-17 20:47:13 +00:00
5cfeeee16e RxDBGrid - allow word wrap in data cell. For details see RxDBGrid demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2568 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-17 13:17:40 +00:00
66cf644217 RxMDI - russian localization
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2564 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-16 19:20:20 +00:00
4eddaf1aca in RxMDI new procedure - CloseAll - close all child forms
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2563 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-16 19:17:14 +00:00