Commit Graph

20515 Commits

Author SHA1 Message Date
paul
67871b7f77 ide: fix breakpoint items showing in the gutter menu
git-svn-id: trunk@20852 -
2009-07-13 14:05:53 +00:00
paul
273bd55444 ide: add resource string constants for debug manager hard coded strings
git-svn-id: trunk@20851 -
2009-07-13 13:53:56 +00:00
paul
167247535e synedit: don't change cursor from crDefault to crIBeam when moving over gutter (Martin, please review)
git-svn-id: trunk@20850 -
2009-07-13 09:27:32 +00:00
paul
b6ed6bdc07 lcl: implement toolbar autosizing
git-svn-id: trunk@20849 -
2009-07-13 08:24:23 +00:00
paul
7031393709 lcl: formatting
git-svn-id: trunk@20848 -
2009-07-13 08:13:39 +00:00
paul
5119208a5d gtk, gtk2: fix popup menu popup - set activation time as gtk docs require to resove mouse capture conflicts (resolves issue #0009435)
git-svn-id: trunk@20847 -
2009-07-13 03:34:51 +00:00
paul
1062d0b0aa gtk: gtkWSPopupMenuDeactivate must be procedure instead of function according to gtk sources and docs
git-svn-id: trunk@20846 -
2009-07-13 02:42:05 +00:00
marc
35383c2aac * Removed acidently commited testcode of r20844 #de0fcac323
git-svn-id: trunk@20845 -
2009-07-12 23:48:56 +00:00
marc
de0fcac323 * Updated Russion translation by Maxim Ganetsky
git-svn-id: trunk@20844 -
2009-07-12 22:56:47 +00:00
martin
9d66dc7a98 LCL: 2 missing typecast / rangecheck
git-svn-id: trunk@20843 -
2009-07-12 19:45:02 +00:00
zeljko
ee0e60845a Qt: TQtTrackBar must send LM_CHANGED when changed programatically.fixes #14131.
git-svn-id: trunk@20842 -
2009-07-12 08:24:33 +00:00
jesus
3e709448b3 lazreport, added/fixed some missing translations, issue #14133
git-svn-id: trunk@20841 -
2009-07-12 06:48:22 +00:00
jesus
d44eb4f488 LazReport, edtor sample: fixed path to lazreport po files, added codebar,shape,roundrect and checkbox objects
git-svn-id: trunk@20840 -
2009-07-12 05:17:34 +00:00
paul
8b71b8f590 win32: use GetWindowInfo in GetWindowSize if possible
git-svn-id: trunk@20839 -
2009-07-12 04:59:04 +00:00
jesus
5bf4c3eef8 LazReport, added portuguese translation from Marcelo Borges de Paula, issue #14133
git-svn-id: trunk@20838 -
2009-07-12 04:40:35 +00:00
paul
02382c4881 win32: declare winapi functions and structs TWindowInfo, PWindowInfo, GetWindowInfo
git-svn-id: trunk@20837 -
2009-07-12 04:29:40 +00:00
paul
87a2fea05c win32: rename TWindowInfo -> TWin32WindowInfo, GetWindowInfo -> GetWin32WindowInfo, etc because of conflict with winapi functions and structures
git-svn-id: trunk@20836 -
2009-07-12 04:27:59 +00:00
paul
319321c0d4 win32: remove debug writeln
git-svn-id: trunk@20835 -
2009-07-12 02:18:18 +00:00
paul
5f2c2bce3a win32: revert r20833 #b8419ee7b1 since it does not count menu and scrollbar sizes
git-svn-id: trunk@20834 -
2009-07-11 17:16:10 +00:00
paul
b8419ee7b1 win32: change GetWindowSize to return ClientRect instead of own calculations for the top level windows as suggested by Martin
git-svn-id: trunk@20833 -
2009-07-11 16:13:42 +00:00
paul
93bdc30f72 gtk2: handle 'show-help' widget signal for WhatsThis (shift+F1) help type (currently only Application.OnHelp event is executed)
git-svn-id: trunk@20832 -
2009-07-11 10:30:58 +00:00
paul
4c87be780e gtk: move TGtkWSWinControl.SetCallbacks implementation to the new virtual TGtkWidgetset.SetCommonCallbacks method to allow gtk2 override
git-svn-id: trunk@20831 -
2009-07-11 10:29:13 +00:00
paul
ee4fd0347d lcl: fix TApplication.DoHelp for the case when we assigned TApplicationProperties.OnHelp event handler
git-svn-id: trunk@20830 -
2009-07-11 10:27:35 +00:00
paul
41d5cd71d2 lcl: formatting
git-svn-id: trunk@20829 -
2009-07-11 10:15:47 +00:00
zeljko
9de10817ea Qt: propagate mouse events for TQtSystemTrayIcon, MouseMove isn't supported. Fixes #14129.
git-svn-id: trunk@20828 -
2009-07-11 10:02:52 +00:00
paul
922c8cc1c7 lcl: fix 64bit compilation
git-svn-id: trunk@20827 -
2009-07-11 09:50:10 +00:00
paul
fa55843c1f qt: redirect Qt What's This events to LCL Application
git-svn-id: trunk@20826 -
2009-07-11 08:34:13 +00:00
paul
9afd4bf495 lcl: declare THelpInfo structure
git-svn-id: trunk@20825 -
2009-07-11 08:33:37 +00:00
paul
21337fbfae lcl: fix TApplication.DoOnHelp result
git-svn-id: trunk@20824 -
2009-07-11 05:51:07 +00:00
paul
83038bf575 win32: process wm_help message
git-svn-id: trunk@20823 -
2009-07-11 05:49:46 +00:00
paul
9cd1098625 lcl: start implementation of TApplication.HelpCommand method, remove InvokeHelp private method
git-svn-id: trunk@20822 -
2009-07-11 05:45:37 +00:00
jesus
96ecfcf61f LazReport, publish some frame porpeties in shape object, issue #14126
git-svn-id: trunk@20821 -
2009-07-10 20:05:01 +00:00
jesus
01f1a46a2a LazReport, fix inverted functionality for shadow width and curve in roundrect object, issue #14130
git-svn-id: trunk@20820 -
2009-07-10 19:49:49 +00:00
jesus
ccae9c4c1c LazReport, fix saving files using locale specific chars, issue #14109
git-svn-id: trunk@20819 -
2009-07-10 19:43:48 +00:00
paul
06e833370b gtk2: turn gtk thread support on (issue #0012007)
git-svn-id: trunk@20818 -
2009-07-10 15:28:26 +00:00
paul
89e6c9ff98 qt: fsSplash must be also stay on top
git-svn-id: trunk@20817 -
2009-07-09 09:31:03 +00:00
paul
5fdb9b0206 qt: BorderStyle, BorderIcons:
- bsDialog - must be fixed size
  - bsDialog - should skip biMaximize, biMinimize
  - bsTool.. - should ship biMaximize, biMinimize, biHelp

git-svn-id: trunk@20816 -
2009-07-09 09:23:01 +00:00
paul
2d43d1988c win32: support biHelp BorderIcon
git-svn-id: trunk@20815 -
2009-07-09 09:04:29 +00:00
paul
d889bf171c win32: fix sub menu items search in wm_menuselect
git-svn-id: trunk@20814 -
2009-07-09 06:21:56 +00:00
martin
09a9fc6662 SynEdit: Fixed regression from rev 20806 #7cb446bf36, the behaviour of ScrollPastEndOfLINE was partly inverse. Bug #14117
git-svn-id: trunk@20813 -
2009-07-08 23:46:06 +00:00
martin
56ba182492 SynEdit: switching OFF ScrollPastEndofFILE would not reset top-line, if editor was scrolled past eof
git-svn-id: trunk@20812 -
2009-07-08 23:44:43 +00:00
martin
418b243b48 SynEdit: Fixed Fontheight for Completion/form/list; issue #14114
git-svn-id: trunk@20811 -
2009-07-08 14:51:10 +00:00
vincents
25225a9184 IDE: Improved TMaskEdit.EditMask property editor from Michael van Canneyt (issue #14110)
git-svn-id: trunk@20810 -
2009-07-08 14:27:53 +00:00
paul
8fa6aea6bf ide: set an image for the debugger sub menu item in the source editor popup menu
git-svn-id: trunk@20809 -
2009-07-08 01:31:39 +00:00
paul
3d475db9d7 ideintf: add an ability to register standard resource images for sub menus
git-svn-id: trunk@20808 -
2009-07-08 01:30:31 +00:00
jesus
148d53019e LazReport, polish translation from Bogusław Brandys
git-svn-id: trunk@20807 -
2009-07-07 20:09:15 +00:00
martin
7cb446bf36 SynEdit: Fix problem with lines longer 1024. Block selection, and scrolling caret movement could fail in certain cases. issue #14111
git-svn-id: trunk@20806 -
2009-07-07 12:25:52 +00:00
jesus
f6920f782e Printers, added TPrinter.FileName property, based on patch from mtournay, issue #13718
git-svn-id: trunk@20805 -
2009-07-07 05:09:52 +00:00
paul
c3e4eb2a74 ide: use one formatting style for dci file
git-svn-id: trunk@20804 -
2009-07-07 05:07:18 +00:00
jesus
62e267abb6 LazReport, fix compilation (linux) after clean up
git-svn-id: trunk@20803 -
2009-07-07 04:08:36 +00:00