Commit Graph

23180 Commits

Author SHA1 Message Date
mattias
3221d311f6 LCL: added GetAppConfigFileUTF8
git-svn-id: trunk@23594 -
2010-01-29 13:12:18 +00:00
mattias
531317a506 IDE: saving override disk encodings
git-svn-id: trunk@23593 -
2010-01-29 09:54:08 +00:00
paul
f5da4dfcbc ide: add an option to skip packages check on form creation for designer
git-svn-id: trunk@23592 -
2010-01-29 09:41:47 +00:00
mattias
77a6f454ed IDE: change encoding on disk: update overide list
git-svn-id: trunk@23591 -
2010-01-29 09:37:05 +00:00
paul
1c052ae3c6 lcl: formatting
git-svn-id: trunk@23590 -
2010-01-29 09:12:11 +00:00
paul
db416e28ac win32: pass better messages to NotifyApplicationUserInput for WM_NCMOUSE...
git-svn-id: trunk@23589 -
2010-01-29 09:11:25 +00:00
mattias
d9170c2e4a codetools: started otheridentifiertree, removed TcodeTreeNode.GetRootNode use GetRoot instead
git-svn-id: trunk@23588 -
2010-01-29 09:06:32 +00:00
zeljko
2ee917e36f Qt: removed workaround for darwin TPopupMenu.Close
git-svn-id: trunk@23587 -
2010-01-29 07:09:41 +00:00
dmitry
da9f4b2ed4 carbon: fix for #15604
git-svn-id: trunk@23586 -
2010-01-29 05:31:04 +00:00
paul
98ed711034 lcl: don't destroy popup menu handle on Close method as suggested by Zeljan (issue #0015614)
git-svn-id: trunk@23585 -
2010-01-29 03:56:00 +00:00
paul
43def91dbc lcl: implement Application OnModalBegin, OnModalEnd, ModalLevel, ModalStarted and ModalFinished based on patch of Zeljan (issue #0015616)
git-svn-id: trunk@23584 -
2010-01-29 03:08:31 +00:00
paul
f8471c645c win32: restore ocasional resource removal by Dmitry, replace rc resource usage by res - maybe it is better for cross-compilation (fixes bug #0015620)
git-svn-id: trunk@23583 -
2010-01-29 02:15:50 +00:00
paul
436265c148 ide: change lazarus.lpi to skip some exceptions
git-svn-id: trunk@23582 -
2010-01-28 09:23:31 +00:00
paul
82dcf25ada jcf2: don't register 'Register settings' menu item for lazarus (issue #0015493)
git-svn-id: trunk@23581 -
2010-01-28 08:22:22 +00:00
paul
41c87858e7 ideintf: request property values update on component treeview drag-drop (issue #0015570)
git-svn-id: trunk@23580 -
2010-01-28 08:11:51 +00:00
paul
18c2ab2898 ide: skip inherited evens when check dangling references (issue #0015590)
git-svn-id: trunk@23579 -
2010-01-28 07:21:40 +00:00
paul
cd98f676d8 gtk2: fix menu positioning. move position ourself if menu is over the screen height (issue #0015547)
git-svn-id: trunk@23578 -
2010-01-28 04:36:33 +00:00
paul
4c39f9374a docs: add Flavio Etrusco to the contributors list
git-svn-id: trunk@23577 -
2010-01-28 03:52:43 +00:00
paul
66884f2359 ide: implement show execution point command by Flávio Etrusco (issue #0001920)
git-svn-id: trunk@23576 -
2010-01-28 03:50:48 +00:00
paul
14bc095539 images: repack debugger images to reduce size, add show execution point image
git-svn-id: trunk@23575 -
2010-01-28 03:47:46 +00:00
jesus
0e597479b5 LazReport, editor sample frech translation from paulatreides, issue #15130
git-svn-id: trunk@23574 -
2010-01-27 19:26:13 +00:00
jesus
fbc729bcf6 LazReport, another force variant to be internally float type instead of string (fpc bug?), fix using this variant in arithmetic operations
git-svn-id: trunk@23573 -
2010-01-27 16:38:34 +00:00
zeljko
e7f9ce2bad Qt: fixed bug in qtthemes where checkboxes on some themes (eg. windows classic) always draw checked checkbox, no matter to state (off,on,tristate).
git-svn-id: trunk@23572 -
2010-01-27 13:14:34 +00:00
zeljko
99aa5e8067 Qt: make ifdef for macosx problem with TPopupMenu.Close call from ws, Linux & win32 calls it directly.
git-svn-id: trunk@23571 -
2010-01-27 09:47:14 +00:00
paul
ab7d791825 win32: set WS_EX_LAYERED in TCustomForm.CreateHandle if needed
git-svn-id: trunk@23570 -
2010-01-27 08:53:57 +00:00
paul
c135622fe5 lcl: apply design-time alphablending on form create
git-svn-id: trunk@23569 -
2010-01-27 08:51:05 +00:00
paul
b24bd8f15d gtk2: implement TWsCustomForm.SetAlphaBlend
git-svn-id: trunk@23568 -
2010-01-27 08:34:20 +00:00
dmitry
a7752848bf carbon: update TWSCustomForm.SetAlphaBlend implementation
git-svn-id: trunk@23567 -
2010-01-27 08:17:16 +00:00
paul
707a9dbb5f qt: implement TWsCustomForm.SetAlphaBlend
git-svn-id: trunk@23566 -
2010-01-27 08:11:34 +00:00
paul
3208c507b6 lcl: add TCustomForm.AlphaBlend, TCustomForm.AlphaBlendValue, change TWsCustomForm.SetAlphaBlend
git-svn-id: trunk@23565 -
2010-01-27 07:57:16 +00:00
dmitry
bbf658b1c9 carbon: TWSCustomForm.SetAlphaBlend implementation
git-svn-id: trunk@23564 -
2010-01-27 07:32:45 +00:00
dmitry
1b3f777fd0 lcl: fixed lcl compilation. moved SetLayeredWindowAttributes dynamic loading to win32extra
git-svn-id: trunk@23563 -
2010-01-27 07:12:46 +00:00
dmitry
f9a3cc0fd2 lcl: added SetAlphaBlend method to TWSCustomForm class + win32 implementation
git-svn-id: trunk@23562 -
2010-01-27 07:06:06 +00:00
paul
076e4e76dd lcl: publish TRadioButton.OnKeyDown, OnKeyUp, OnKeyPress events
git-svn-id: trunk@23561 -
2010-01-26 06:56:11 +00:00
jesus
aa49b84ec2 LazReport, editor sample, made composite report doublepass, fix [TOTALPAGES] report variable
git-svn-id: trunk@23560 -
2010-01-25 23:54:33 +00:00
jesus
8e0c549f9a LazReport, editor sample: don't use for in, report b in composite test start in new page
git-svn-id: trunk@23559 -
2010-01-25 23:33:42 +00:00
jesus
80e04969d0 LazReport, added composite report to editor sample
git-svn-id: trunk@23558 -
2010-01-25 20:35:46 +00:00
jesus
87000aa680 LazReport, force variant->double convertion on evaluating aggregate functions
git-svn-id: trunk@23557 -
2010-01-25 20:35:04 +00:00
zeljko
db6fccf081 Qt: simplify TQtGroupBox.setFocusPolicy(), also disable focus on container widgets (TQtFrame), so it does not focus when we click on it if TabStop=False.
git-svn-id: trunk@23556 -
2010-01-25 18:30:10 +00:00
mattias
58484c4845 translations: german: Build / Erstellen
git-svn-id: trunk@23555 -
2010-01-25 10:53:19 +00:00
mattias
ef6fcc1280 translations: finnish: updates from Seppo
git-svn-id: trunk@23554 -
2010-01-25 10:31:49 +00:00
dmitry
148762fd30 ide: changed compiler messages list parsing. all messages are stored now, only hints/notes/warns are shown
git-svn-id: trunk@23553 -
2010-01-25 06:07:33 +00:00
zeljko
25d1d34e2f Qt: fixed bad QtCaret behaviour in some circumstances. fixes #15115
git-svn-id: trunk@23552 -
2010-01-24 19:07:23 +00:00
marc
b34a510ef8 * lcl: added missing ChangeBiDiModeAlignment procedure. Part of lclextentions integration.
git-svn-id: trunk@23551 -
2010-01-24 18:11:51 +00:00
marc
eae138c2f6 * winapi: added GetDoubleClickTime, RedrawWindow, SubtractRect as part of lclextentions integration
git-svn-id: trunk@23550 -
2010-01-24 18:06:08 +00:00
zeljko
84c771e0fc Qt: set focus to moved TQtPage
git-svn-id: trunk@23549 -
2010-01-24 17:59:57 +00:00
zeljko
29758e8f72 Qt: do not call directly TPopupMenu().Close, since it crashes on MacOsX, set global variable Menus.ActivePopupMenu := nil and use OnClose()
git-svn-id: trunk@23548 -
2010-01-24 17:20:45 +00:00
zeljko
15f98d8c3f Qt: fix TQtTabWidget.tabAt(), it must take into account theme tab geometry (eg. macOsX)
git-svn-id: trunk@23547 -
2010-01-24 16:44:04 +00:00
zeljko
bd405b7edf Qt: bugfix for tab moving.fixes #15575
git-svn-id: trunk@23546 -
2010-01-24 16:35:03 +00:00
marc
3b40a09076 * winapi: moved winapi macros to winapi includes (so they don't get added twice)
git-svn-id: trunk@23545 -
2010-01-24 15:59:28 +00:00