Commit Graph

18373 Commits

Author SHA1 Message Date
mattias
98092f80f8 IDEIntf: OI: solved conflict between value and timer hint, clean up on hide hint
git-svn-id: trunk@18492 -
2009-01-29 09:54:03 +00:00
mattias
9785561605 clean up
git-svn-id: trunk@18491 -
2009-01-29 09:06:02 +00:00
mattias
da39a1bdc8 removed unneeded files
git-svn-id: trunk@18490 -
2009-01-29 09:04:09 +00:00
mattias
f19b7371c3 fpc-crosswin32: removed prefix fpc- of binutils
git-svn-id: trunk@18489 -
2009-01-29 09:03:06 +00:00
paul
13512410f8 lcl, ideintf: formatting
git-svn-id: trunk@18488 -
2009-01-29 08:33:56 +00:00
paul
d43decb3b2 lcl: mark clientrect as not valid after window handle creation (fixes bug #0012802)
git-svn-id: trunk@18487 -
2009-01-29 08:11:17 +00:00
jesus
8cee5efb85 LCL, fix stringgrid's autosizecolumn crash, issue #12812
git-svn-id: trunk@18486 -
2009-01-29 08:04:55 +00:00
paul
f858cdf155 ideintf: more save comparison about current row in the OI (possibly fixes bug #0012998)
git-svn-id: trunk@18485 -
2009-01-29 07:06:20 +00:00
paul
5f96a45479 designer: set Cancel = True to Cancel button in some dialogs
git-svn-id: trunk@18484 -
2009-01-29 06:20:21 +00:00
paul
3fbd1fcf2d designer: sat modified state after resize, align, mirror (bug #0012510)
git-svn-id: trunk@18483 -
2009-01-29 06:18:54 +00:00
paul
7fd30ae31e lcl: toolbar improvements
- correctly restore button position after width change (bug #0012031)
  - don't allocate width for invisible controls on the toolbar, notify toolbar when toolbutton visibility changes (mentioned in the bug #0012031)

git-svn-id: trunk@18482 -
2009-01-29 06:03:26 +00:00
paul
6fd6f8e904 win32: workaround showing accelerator chars (bug #0013056)
git-svn-id: trunk@18481 -
2009-01-29 03:30:24 +00:00
paul
0a7dc1d469 lcl: DoRemainingKeyUp must return False it LCL does not handle that key
git-svn-id: trunk@18480 -
2009-01-29 03:28:36 +00:00
paul
d228a457dc lcl: fix taborder of buttonpanel buttons (left to right now)
git-svn-id: trunk@18479 -
2009-01-29 02:14:01 +00:00
marc
c0da1f9b54 * Updated russian translation by Maxim Ganetsky
git-svn-id: trunk@18478 -
2009-01-28 23:34:58 +00:00
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