Commit Graph

31861 Commits

Author SHA1 Message Date
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
juha
71f1c25189 LCL: UpDown control's Visible and Enabled follow the associated control. Issue #20301, patch from Silvio Clécio
git-svn-id: trunk@32466 -
2011-09-23 08:41:38 +00:00
juha
ea9e588d42 LCL: add EnabledChanging and EnabledChanged events for TControl. Issue #20300, patch from Silvio Clécio
git-svn-id: trunk@32465 -
2011-09-23 08:30:48 +00:00
juha
4d3cc5e247 LCL, Win32: fix range check error with newly started Windows. Issue #20321, patch from Benito van der Zander
git-svn-id: trunk@32464 -
2011-09-23 07:41:10 +00:00
dodi
e0f7806aca Docs: revised scrollbars and combobox.
git-svn-id: trunk@32463 -
2011-09-23 03:37:24 +00:00
blikblum
ce952d5a7a lcl: fix clipboard paste in DBEdit. Part of 20326
git-svn-id: trunk@32462 -
2011-09-22 22:54:57 +00:00
mattias
414a4a4d6e IDE: codehelp: help for units
git-svn-id: trunk@32461 -
2011-09-22 22:48:54 +00:00
mattias
fb881dac0d IDE: codehelp: used unit: search unit header
git-svn-id: trunk@32460 -
2011-09-22 20:59:24 +00:00
mattias
e59acfda40 codetools: safety check
git-svn-id: trunk@32459 -
2011-09-22 20:57:28 +00:00
blikblum
09c6d11771 lcl: group boolean fields in DB Controls
git-svn-id: trunk@32458 -
2011-09-22 15:16:07 +00:00
paul
5b7cad31b1 debugger: improve output of WideString and UnicodeString variables
git-svn-id: trunk@32457 -
2011-09-22 06:38:19 +00:00
paul
603f7c97eb codetools: fix parsing of method implementation header - they may contain directives like 'static'
git-svn-id: trunk@32456 -
2011-09-22 05:13:25 +00:00
paul
e0f6f71ee9 codetools: add STATIC word as a procedure specifier
git-svn-id: trunk@32455 -
2011-09-22 03:20:25 +00:00
ask
2118b39908 TAChart: Fix List-out-of-bounds when moving the series up in the editor
git-svn-id: trunk@32454 -
2011-09-21 22:32:34 +00:00
martin
837fe09471 DBG: Disassembler, when having to guess, use an even address.
git-svn-id: trunk@32453 -
2011-09-21 18:41:42 +00:00
jesus
47c3378937 LCL, make GetDefaultEditor virtual
git-svn-id: trunk@32452 -
2011-09-21 16:59:54 +00:00
mattias
da010d4038 IDE: added TBaseCompilerOptions.GetEffectiveTargetOS/CPU
git-svn-id: trunk@32451 -
2011-09-21 15:34:29 +00:00
martin
6be51d73df IDE: debug/complier-options: start detecting OS/CPU
git-svn-id: trunk@32450 -
2011-09-21 14:04:12 +00:00
martin
dbb87ca09b DBG: Fixed jumping to unit of unsaved project
git-svn-id: trunk@32449 -
2011-09-21 12:13:24 +00:00
ask
1176e4faca TAChart: Support NaNs in area series. Update demo
git-svn-id: trunk@32448 -
2011-09-21 11:30:39 +00:00
mattias
5416195ef5 IDEIntf: TLazProject.IsVirtual
git-svn-id: trunk@32447 -
2011-09-21 11:06:51 +00:00
juha
751cd5b9ae IDE: Fix a crash in Components View. Issue #20305, patch from Bart Broersma
git-svn-id: trunk@32446 -
2011-09-21 09:28:03 +00:00
mattias
39d0a7fdfe IDE: compiler options: linking page: layout fix, bug #20306
git-svn-id: trunk@32445 -
2011-09-21 05:55:44 +00:00
dodi
bc18b3ca98 Docs: image lists revised again.
git-svn-id: trunk@32444 -
2011-09-21 03:40:37 +00:00
mattias
4cf44bd8f7 IDE: added flag jfDoNotExpandFilename
git-svn-id: trunk@32443 -
2011-09-20 19:50:56 +00:00
martin
e7eb929eb2 DBG: Toggle breakpoint enabled with ctrl-click. (more efficient)
git-svn-id: trunk@32442 -
2011-09-20 19:34:58 +00:00
martin
a65bbd7c40 DBG: Toggle breakpoint enabled with ctrl-click. Issue #0017330
git-svn-id: trunk@32441 -
2011-09-20 19:24:22 +00:00
mattias
e3a3b6dab5 IDE: comments
git-svn-id: trunk@32440 -
2011-09-20 19:02:01 +00:00
martin
7f24c49848 fixed: FilenameIsWinAbsolute
git-svn-id: trunk@32439 -
2011-09-20 18:24:15 +00:00