Commit Graph

31789 Commits

Author SHA1 Message Date
zeljko
4049c78bd2 Qt: fixed crash of TPostscriptCanvas. issue #20354
git-svn-id: trunk@32521 -
2011-09-27 06:12:53 +00:00
mattias
d551fda25d IDE: lazconf: clean up
git-svn-id: trunk@32520 -
2011-09-26 19:12:39 +00:00
vincents
a66b61d32c rpm build script: removed set -u, because it cannot be used in combination with optional script parameters
git-svn-id: trunk@32517 -
2011-09-26 12:33:38 +00:00
sekelsenmat
a0e87f7faa Small decoration improvement in cdtrackbar
git-svn-id: trunk@32516 -
2011-09-26 07:05:13 +00:00
blikblum
b9ed244eab lcl: publish missing events to TDBMemo (issue #20342)
git-svn-id: trunk@32513 -
2011-09-26 01:03:23 +00:00
zeljko
f293b829fd LCL: TControl.IsEnabled, removed wrong check for TheControl.Parent. issue #20291
git-svn-id: trunk@32512 -
2011-09-25 15:35:14 +00:00
sekelsenmat
783508a38e Reworks the cdtrackbar drawing code, greatly simplifying and improving it
git-svn-id: trunk@32511 -
2011-09-25 13:16:22 +00:00
juha
0203c4d30c IDE: Set Result in Debugmanager.DoCreateBreakPoint. Issue #20338, patch from alexvins
git-svn-id: trunk@32510 -
2011-09-25 13:16:18 +00:00
sekelsenmat
3de2864e7e Fixes a crash in the TCDTrackBar when Max-Min >= Width and renamed some variables to better names
git-svn-id: trunk@32509 -
2011-09-25 12:18:15 +00:00
blikblum
a9beff6a99 lcl: remove debug code. Code cleaunp (DBCtrls)
git-svn-id: trunk@32508 -
2011-09-24 22:48:10 +00:00
blikblum
b4aa6f9cf7 lcl: revert setting edit in TCustomDBListBox.WMLButtonDown since was not working properly
refactor TDBLookupListBox to only initialize datalink once while loading and not while destroying
code cleanup

git-svn-id: trunk@32507 -
2011-09-24 22:43:31 +00:00
vincents
75a021a23f rpm build script: improved flexibility by custom result dir and fixed detecting default build arch
git-svn-id: trunk@32506 -
2011-09-24 20:37:16 +00:00
zeljko
863690f066 LCL: fixed bug in TControl.IsEnabled, must check for local control pointer.
git-svn-id: trunk@32505 -
2011-09-24 18:58:39 +00:00
jesus
6aa2dad49f LCL, check range and readonly columns on pasting data into grid, from Tomasz Wieckowski, issue #18213
git-svn-id: trunk@32504 -
2011-09-24 18:21:59 +00:00
blikblum
230dedbde2 lcl: enter in Edit state before item is changed in TDB*ListBox
git-svn-id: trunk@32503 -
2011-09-24 18:14:09 +00:00
zeljko
7c1c1c2e3e Qt: fixed crash on qt 64bit in QtWidgetSet.RedrawWindow
git-svn-id: trunk@32502 -
2011-09-24 15:56:52 +00:00
blikblum
687c14e6a3 lcl: only call UpdateLookup in TDBLookupComboBox.Loaded if DataLink is active = avoid double initialization of lookup.
Dont update the lookup if destroying
code formating

git-svn-id: trunk@32501 -
2011-09-24 14:02:42 +00:00
ask
9357e21926 TAChart: Fix axis transformations support in data point tools
git-svn-id: trunk@32500 -
2011-09-24 13:47:06 +00:00
ask
90c5d4a946 TAChart: Add TChartDataItem.Point function
git-svn-id: trunk@32499 -
2011-09-24 13:46:09 +00:00
blikblum
504eca3beb lcl: remove obsolete define
git-svn-id: trunk@32498 -
2011-09-24 13:11:30 +00:00
blikblum
5429c2b84b lcl: Change TList to TFpList (DBCtrls.FieldClasses)
git-svn-id: trunk@32497 -
2011-09-24 13:09:18 +00:00
blikblum
355083fd19 lcl: Fix Paste / Clear / Cut in TDBMemo. Similar to TDBEdit / TDBComboBox
git-svn-id: trunk@32496 -
2011-09-24 13:04:45 +00:00
blikblum
017292bb65 lcl: store DataLink.Field in a local variable so the compiler can produce smaller code
git-svn-id: trunk@32495 -
2011-09-24 13:01:25 +00:00
blikblum
5c5155956b lcl: fixed updating Text of DB*ComboBox when dataset is open/closed. Code cleanup
git-svn-id: trunk@32494 -
2011-09-24 12:49:17 +00:00
dodi
07652da07b Docs: stdctrls.xml synced with source
git-svn-id: trunk@32493 -
2011-09-24 09:50:10 +00:00
zeljko
dabae664fe LCL: TGraphicControl.VisuallyEnabled moved to TControl.IsEnabled, also fixed var naming in some units from IsEnabled to AIsEnabled. issue #20291
git-svn-id: trunk@32492 -
2011-09-24 08:20:55 +00:00
zeljko
5c685fc3d9 Qt,Gtk2: fixed drawing text with font orientation <> 0. issue #20336
git-svn-id: trunk@32491 -
2011-09-24 07:40:21 +00:00
zeljko
7ec6ba14cf LCL: TStringGrid use UTF8CompareText() instead of AnsiCompareText(). fixes #20334
git-svn-id: trunk@32490 -
2011-09-24 06:35:10 +00:00
zeljko
9b4c8b8fb9 Qt: implemented InvalidateRgn() to qt winapi. Added helper routine TQtWidget.UpdateRegion().
git-svn-id: trunk@32489 -
2011-09-24 06:16:30 +00:00
zeljko
1337735deb LCL: LCLProc: added UTF8CompareStr() and UTF8CompareText()
git-svn-id: trunk@32488 -
2011-09-24 05:58:37 +00:00
blikblum
e39fae5520 win32: remove duplicate check for class type
git-svn-id: trunk@32487 -
2011-09-24 01:41:40 +00:00
blikblum
ad9d47c037 win32: remove check to windowinfo
git-svn-id: trunk@32486 -
2011-09-24 01:37:06 +00:00
blikblum
aa32bc701d win32: send cut, paste, clear messages of ComboBox to LCL
git-svn-id: trunk@32485 -
2011-09-24 01:34:33 +00:00
blikblum
2012691818 lcl: Enter edit state for LM_PASTE / Clear / Cut for TDBEdit in WndProc instead of each one separated
git-svn-id: trunk@32484 -
2011-09-24 01:33:18 +00:00
blikblum
d73f175065 lcl: Enter edit state for LM_PASTE / Clear / Cut for TDBComboBox. Part of 20326
git-svn-id: trunk@32483 -
2011-09-24 01:29:42 +00:00
blikblum
b73550e311 lcl: TCustomDBComboBox: put dataset in edit state in KeyDown/Press like TDBEdit. Part of 20326
git-svn-id: trunk@32482 -
2011-09-24 00:41:58 +00:00
blikblum
31013e0c42 lcl: replace Edit by CanModify in TDBEdit.EditCanModify
git-svn-id: trunk@32481 -
2011-09-24 00:30:49 +00:00
blikblum
4dc5517533 lcl: call inherited method in TDBEdit.LMPasteFromClip only if Field.CanModify (no effect for now, but as soon the issue #20330 if fixed, will get the correct behavior)
git-svn-id: trunk@32480 -
2011-09-23 23:42:04 +00:00
blikblum
4abcef4f08 lcl: dont check to TDataLink.CanModify before calling Edit (not needed) (missing commit)
git-svn-id: trunk@32479 -
2011-09-23 23:31:07 +00:00
blikblum
fce101ac82 lcl: dont check to TDataLink.CanModify before calling Edit (not needed)
git-svn-id: trunk@32478 -
2011-09-23 23:27:47 +00:00
blikblum
90dd407ee2 lcl: don't call SelectAll in TDBEdit.DataChange since clears the content if state is changed to dsEdit while editing it
git-svn-id: trunk@32477 -
2011-09-23 23:22:43 +00:00
blikblum
ed5e8f0f0a lcl: remove TDBEdit.IsReadOnly (not required anymore) (missing commit)
git-svn-id: trunk@32476 -
2011-09-23 23:19:14 +00:00
blikblum
aedcdf5145 lcl: remove TDBEdit.IsReadOnly (not required anymore)
git-svn-id: trunk@32475 -
2011-09-23 23:18:03 +00:00
mattias
131939d14e codetools: GetExpandedOperand: allow Result,Self in with-block
git-svn-id: trunk@32474 -
2011-09-23 15:52:26 +00:00
zeljko
4aaa69e28a Qt: fixed bug with mouse capture release under mswindows.
git-svn-id: trunk@32472 -
2011-09-23 10:55:05 +00:00
vincents
ef03f51f52 lazarus rpm: added create rpm script that uses mock to build in a chroot environment
git-svn-id: trunk@32471 -
2011-09-23 10:06:28 +00:00
vincents
8dc5f36b1a lazarus rpm spec file: added build requirements, so that yum can initialize the chroot environment correctly
git-svn-id: trunk@32470 -
2011-09-23 10:01:28 +00:00
mattias
c78feb9f4b LCL: clean up
git-svn-id: trunk@32469 -
2011-09-23 09:59:08 +00:00
martin
2aee52f6f3 IDE: debug/complier-options dialog. revert default to -g
git-svn-id: trunk@32468 -
2011-09-23 09:54:24 +00:00
mattias
ae67ba05c7 codetools: fixed initial search flags for local var completion
git-svn-id: trunk@32467 -
2011-09-23 09:30:06 +00:00