Commit Graph

1403 Commits

Author SHA1 Message Date
blikblum
c84dd357ac demos: update project files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2565 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-16 23:54:01 +00:00
alexs75
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
alexs75
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
vsnijders
fcaa4dab01 Added some descriptions to the package file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2562 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-16 08:51:42 +00:00
blikblum
c32a6a26ca demos: use UTF8 file functions in advaced
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2561 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 23:30:57 +00:00
blikblum
edccc73ea2 demos: improvement to property editors in advanced
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2560 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 23:29:50 +00:00
blikblum
46780b3a29 gtk2: use LCLVersion to make it compatible with Lazarus > 1.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2559 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 22:52:37 +00:00
blikblum
7db931d3fc * Offset header height only when resizing header. fixes onheaderclick
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2558 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 22:46:25 +00:00
blikblum
d1f7228ff3 demos: add show header options to dragdrop examples + minor GUI tweaks
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2557 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 22:34:47 +00:00
blikblum
c66386067c Remove obsolete define
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2556 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 21:01:13 +00:00
blikblum
a652cadbc2 Hopefully fixes compilation with fpc 2.6.1. Issue 22307
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2555 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 20:59:12 +00:00
blikblum
14492371eb demos: improve dragdrop example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2554 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 20:49:09 +00:00
blikblum
88138f32aa demos: change header height in unicode demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2553 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-14 20:24:51 +00:00
blikblum
220462eea2 * Advanced demo: set visible to false in speeddemo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2552 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-13 12:01:31 +00:00
blikblum
6f3f21b8a1 * Advanced demo: change header color to a more predicable one
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2551 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-13 11:37:45 +00:00
blikblum
f80f36872e * Fix transparency issues under 64bit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-13 11:21:20 +00:00
alexs75
4e56a7ec20 RxConfigValues - allow clear modify flag
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2549 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-12 22:37:16 +00:00
blikblum
2e9054c8ea * qt: implement alpha blend functions in 64bit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2548 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-10 01:07:34 +00:00
alexs75
b4e4aef6e2 fix AV if close button not set in TRxMDIanel
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2547 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-09 14:26:24 +00:00
alexs75
713d21e442 fix initial state MDICloseButton after create main form
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2546 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-09 11:40:08 +00:00
alexs75
33c7722b0e Add new components for MDI applications. Add demo MDI application
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-09 10:35:17 +00:00
blikblum
faa98477d0 * Implement low level alpha blend function in win32 64bit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2544 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-10-03 00:55:46 +00:00
blikblum
fef43dbcff * Fix compilation under 64bit in windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2543 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-29 00:54:13 +00:00
alexs75
1b56006473 1. RxDBGrid - change declaration for register sort engine function
2. New package - Rx_Sort_Zeos - sort engine for zeos components

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2542 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-27 14:27:35 +00:00
alexs75
ef7bf595fb 1. RXDBGrid - in collumn title show number for sort fileds
2. RXDBGrid - in multiline collumn header push button only last line
3. RxDBGrid demo - fix work with filter in table demo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2541 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-26 14:19:29 +00:00
alexs75
7c25da7b8a fix compile with FPC 2.6 - Lazarus 1.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-25 18:03:19 +00:00
alexs75
5fa7b35965 fix UTF8 file scan
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-25 09:32:05 +00:00
christian_u
d433a47a64 Several Changes from me in meantime
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 19:30:17 +00:00
christian_u
ff093aa4bf Changes by Bora4d (soner)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2537 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 19:08:29 +00:00
alexs75
c2e3789352 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows
2. RxDBGrid - new procedure - SelectAllRows
3. RxDBGrid - try to fix error with edit Lockup filed in modal dialogs
4. RxDBGrid - add new key strokes:
    rxgcSelectAll - select all rows
    rxgcDeSelectAll - deselect all rows
    rxgcInvertSelection - invert selection
    rxgcOptimizeColumnsWidth - Optimize all columns width
5. New packet (rx_sort_fbdataset.lpk) and component (TRxSortFBDataSet) - add to project sort engine for FBDataSet


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 14:21:22 +00:00
blikblum
4ec44f8456 * Remove obsolete LCLVersion check: it was preventing RTL Hint Windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-23 22:27:49 +00:00
blikblum
2af3b6009e * Fix compilation of Qt under 64bit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2534 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-23 16:52:34 +00:00
blikblum
7733bd096d * Remove HeaderTimer. Adjust code to invalidate header
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2533 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-23 16:07:47 +00:00
blikblum
d15ea3e106 * Fix compilation with 64bit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2532 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-22 13:51:08 +00:00
blikblum
a621ab87c6 * fix compilation with lazarus trunk under gtk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-22 12:44:35 +00:00
alexs75
40e1b4632d fix rxdbgrid sort engine for ZEOS
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2530 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-21 19:54:03 +00:00
alexs75
b536e10982 1. RxDBGrid - sort dialog allow make sort order for all fields
2. RxDBGrid - new procedure - ShowSortDialog
3. RxDBGrid - make multicolumn sort by tytle click with ctrl

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2529 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-21 17:06:21 +00:00
jujibo
a4c65ef669 Added: TJLabeledFloatEdit property CurrentValue
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2528 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-20 14:52:22 +00:00
jujibo
79fddd5ecf Added: TJLabeledIntegerEdit property CurrentValue
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2527 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-20 14:25:33 +00:00
alexs75
49e82e3e66 RxDBGrid - fix work lockupcombo cell editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2526 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-20 14:02:20 +00:00
alexs75
28e82d44ad 0022917: Patch for AV when closing TRXDBLookupCombo PopUp window
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2525 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 20:14:13 +00:00
vvzh
7afccb7f2a csvdocument: released version 0.5
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 17:56:07 +00:00
vvzh
5bdaf55641 csvdocument: added todo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 17:13:23 +00:00
alexs75
b1c6b6141a 1. RxLockupCombo - fix paint control whith color for null values
2. RxDBGrid find dialog - improved localization
3. RxDBGrid - clear quick search data after mouse click


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 14:06:46 +00:00
vvzh
d06f7b4a54 csvdocument: more precise comment
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 22:06:26 +00:00
vvzh
271226ddfb csvdocument: small optimization based on short-circuit evaluation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:57:18 +00:00
vvzh
b06f7759b9 csvdocument: fixed incorrect MaxColCount calculation in TCSVParser if line with most cols is immediately followed by EOF
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2519 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:55:00 +00:00
vvzh
df456d9d1a csvdocument: updated docs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:18:35 +00:00
vvzh
3111df6827 csvdocument: added TCSVParser.MaxColCount property and more comments (patch by Reinier Olislagers)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2517 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:17:20 +00:00
alexs75
8fb214f590 rxdbgrid - fix AV on open form whith empty grid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 16:29:12 +00:00