martin
55281f9382
SynEdit: fixed Word highlight did not update on changes to text
...
git-svn-id: trunk@18477 -
2009-01-28 21:49:09 +00:00
mattias
cadbc3f8a2
IDE: not find and replace on read only file
...
git-svn-id: trunk@18476 -
2009-01-28 17:47:30 +00:00
mattias
c011f84fde
IDE: fixed statusbar ReadOnly
...
git-svn-id: trunk@18475 -
2009-01-28 17:44:05 +00:00
mattias
204d1aa9b5
LCL: not focusing THintWindow on show
...
git-svn-id: trunk@18474 -
2009-01-28 15:39:55 +00:00
paul
7d60c9649d
ide: restore default spacing for TButtonPanel in the ide options and project options dialogs
...
git-svn-id: trunk@18473 -
2009-01-28 15:24:22 +00:00
paul
31c086ff7e
ide: close about form with Escape key
...
git-svn-id: trunk@18472 -
2009-01-28 15:19:52 +00:00
paul
3058282d40
win32: rewrite DrawBitBtnImage to overcome vista bug/feature with transparent text on buttons (bugs #0012558 ; #0012270 ; #0011184 ), disabled BitButtons on xp classic theme looks better now too
...
git-svn-id: trunk@18471 -
2009-01-28 08:22:46 +00:00
vincents
ba6efd97d0
docs: added template for lclunicodedata unit
...
git-svn-id: trunk@18470 -
2009-01-28 08:18:56 +00:00
vincents
d1ff66d8c7
win32 installer: don't set the default size for main bar. Even though the default height set by the IDE is not very nice, this is better than having a too small (i.e. not wide enough) component palette. A better algorithm in the IDE is needed to set the default height in TMainIDE.OnApplyWindowLayout
...
* fixes issue #13055
git-svn-id: trunk@18469 -
2009-01-28 08:00:51 +00:00
jesus
cdf16d4ab8
LCL, implements TDBLookupCombobox and TDBLookupListBox from Leslie Kaye, issue #1719
...
git-svn-id: trunk@18468 -
2009-01-28 05:36:40 +00:00
paul
ace2f932cb
lcl: set ListView properties before item creation to correctly initialize it - for example notify listview that items will have checkboxes (bug #0013050 )
...
git-svn-id: trunk@18467 -
2009-01-28 01:25:06 +00:00
paul
80e57ea4cb
lcl: count only TForm descendants in the UpdateVisibility (bug #0013042 )
...
git-svn-id: trunk@18466 -
2009-01-28 01:15:26 +00:00
jesus
340377d33a
LazReport, add thumbnails report sample
...
git-svn-id: trunk@18465 -
2009-01-27 22:23:41 +00:00
mattias
6cb37c2db0
IDE+LCL: moved unicode tables into lcl/lclunicodedata.pas, from Theo
...
git-svn-id: trunk@18464 -
2009-01-27 18:35:12 +00:00
kirkpatc
7a4949ff84
FPDoc - fixed some links; added descriptors in Grids.xml. Tried to fix errors in 'HowToUseGrids'. LazDe editor has made a lot of minor formatting changes
...
git-svn-id: trunk@18463 -
2009-01-27 12:16:11 +00:00
zeljko
1e628bf0ae
Qt: bugfix VK_TAB in TQtTabWidget tabbar now changes to next control.
...
git-svn-id: trunk@18462 -
2009-01-27 11:19:05 +00:00
paul
75fcdb8abe
lcl: initial support for arrow keys, handle CM_WANTSPECIALKEY for tabs and arrows
...
git-svn-id: trunk@18461 -
2009-01-27 09:05:42 +00:00
paul
5980abdcec
lcl: use correct method to restore Default and Cancel of TCustomButton (Loaded instead of SetParent), remove TButtonPanel.RestoreCancel workaround
...
git-svn-id: trunk@18460 -
2009-01-27 06:39:18 +00:00
paul
e3f461ec5f
designer: skip invisible for designer controls from tab-order dialog
...
git-svn-id: trunk@18459 -
2009-01-27 04:19:52 +00:00
paul
685e4613f7
lcl: add csNoDesignVisible to the HiddenRadioButton of TRadioGroup
...
git-svn-id: trunk@18458 -
2009-01-27 04:18:58 +00:00
paul
acab2e4958
win32: fix TEdit autosize
...
git-svn-id: trunk@18457 -
2009-01-27 03:48:01 +00:00
paul
0428d40d04
lcl: TFloatSpinEdit should not accept "invalid keys" as input, patch of Bart Broersma (mantis #0013045 )
...
git-svn-id: trunk@18456 -
2009-01-27 03:42:55 +00:00
paul
7f8bec55bf
gtk: another attempt to fix focus of controls on another forms (bug #0013004 ). Now without endless flickering.
...
git-svn-id: trunk@18455 -
2009-01-27 03:29:02 +00:00
mattias
777ba7c055
gtk2 intf: fixed stopping mouse up event
...
git-svn-id: trunk@18454 -
2009-01-27 00:55:54 +00:00
paul
5dd6a577d0
gtk: temporary disable solution for SetFocus because of problems with IDE
...
git-svn-id: trunk@18453 -
2009-01-26 23:04:16 +00:00
zeljko
6a2e40b001
Qt: do not process non spontaneous key events - it's garbage.Removed all tab focusing policy from qt,lcl must handle it or we get unexpected behaviour.
...
git-svn-id: trunk@18451 -
2009-01-26 18:10:04 +00:00
paul
f73bf7a62f
docs: add Fabrizio Fellini to contributors
...
git-svn-id: trunk@18450 -
2009-01-26 10:06:56 +00:00
paul
2518505d5a
gtk: fix focus of controls on another forms based on patch of Fabrizio Fellini (bug #0013004 )
...
git-svn-id: trunk@18449 -
2009-01-26 10:02:58 +00:00
paul
7ce333d91a
win32: don't reassign already found lWinControl variable by HandleUnicodeChar - use parent lWinControl value (fixes bug #0013044 )
...
git-svn-id: trunk@18448 -
2009-01-26 09:36:50 +00:00
kirkpatc
8a512a2cf1
FPDoc - fixed constructors and destructors in Menus.xml
...
git-svn-id: trunk@18447 -
2009-01-26 07:28:45 +00:00
paul
d3ed4629f9
win32: update spinedit text on focus change (bug #0013046 )
...
git-svn-id: trunk@18446 -
2009-01-26 04:29:06 +00:00
paul
cf4f433100
lcl:
...
- skip forms which does not share application taskbar item from TApplication.UpdateVisible (bug #0013042 )
- don't perform any visual actions when we change ShowInTaskBar property in the design time
git-svn-id: trunk@18445 -
2009-01-26 03:41:21 +00:00
martin
799d3a721f
Synedit, reduced amount of ranges used by highlighter (fixed for last rev)
...
git-svn-id: trunk@18444 -
2009-01-25 16:00:54 +00:00
martin
f4ca0b1d9f
Synedit, reduced amount of ranges used by highlighter
...
git-svn-id: trunk@18443 -
2009-01-25 15:54:47 +00:00
paul
a30f7b2db3
lcl: fix FindNextControl and GetTabOrderList for the case when CheckTabStop = False, simplify PerformTab
...
git-svn-id: trunk@18442 -
2009-01-25 15:18:31 +00:00
zeljko
7c5bbc5d2a
Qt: fix TQtGroupBox uglyness when using theme with huge TopMargin (like oxygen).
...
git-svn-id: trunk@18441 -
2009-01-25 15:00:15 +00:00
kirkpatc
fe70d654fa
FPDoc - some additions and links for TDBNavDataLink in DBCtrls.xml
...
git-svn-id: trunk@18440 -
2009-01-25 14:57:11 +00:00
martin
71ecb2d421
SynEdit: Speed up by limit Search range for Word-Markup/Incremental-Search
...
git-svn-id: trunk@18439 -
2009-01-25 13:32:07 +00:00
martin
dc10db0cc2
SynEdit: Fix Word-Markup/Incremental-Search eating CPU by doing excessive amounts of searches
...
git-svn-id: trunk@18438 -
2009-01-25 12:59:13 +00:00
martin
f7d72691ba
Remove accidental debugln from revision 18436 #42a27dba3d
...
git-svn-id: trunk@18437 -
2009-01-25 12:44:33 +00:00
martin
42a27dba3d
SynEdit: Highlight Begin/End pairs
...
git-svn-id: trunk@18436 -
2009-01-25 12:36:29 +00:00
martin
ebb9b257f7
SynEdit Markup, disable word search, if highlight is clNone
...
git-svn-id: trunk@18435 -
2009-01-25 12:33:57 +00:00
zeljko
e68aad0b6c
Qt: we should call getVisibleTo() insted getVisible() for scrollbars inside TQtAbstractScrollArea.getClientBounds(), now OI properly resizes comboBox+button for events.
...
git-svn-id: trunk@18434 -
2009-01-25 11:40:13 +00:00
zeljko
9bb47f2cb9
*Qt: bugfix TQtAbstractScrollArea.getClientBounds() for themes like motif & oxygen.
...
git-svn-id: trunk@18433 -
2009-01-25 11:24:29 +00:00
mattias
76c9b75118
clean up
...
git-svn-id: trunk@18432 -
2009-01-25 10:17:33 +00:00
mattias
e49f747043
synedit: immplemented ChangeStamp, IDE: using synedit changestamp, reducing commits to codetools
...
git-svn-id: trunk@18431 -
2009-01-25 10:10:19 +00:00
kirkpatc
76c244d433
Added descriptions and links for TFieldDataLink in DBCtrls.xml
...
git-svn-id: trunk@18430 -
2009-01-24 22:29:05 +00:00
vincents
0df40f685b
IDE: Rename identfier dialog: focus on edit with new name, from Vladimir Zhirov (issue #13008 )
...
git-svn-id: trunk@18429 -
2009-01-24 21:11:15 +00:00
jesus
eca1af77c7
LCL, fix mem leak when a checklistbox item has changed state (gtk)
...
git-svn-id: trunk@18428 -
2009-01-24 20:54:54 +00:00
martin
b35b1e86f6
SynEdit / Example: Fixed, it was refering to an older method
...
git-svn-id: trunk@18427 -
2009-01-24 20:15:23 +00:00