Commit Graph

23556 Commits

Author SHA1 Message Date
blikblum
bca0033c28 lcl: publish TMaskEdit.Align (inadvertently removed in previous commit)
git-svn-id: trunk@23873 -
2010-03-08 01:26:47 +00:00
mattias
4402426dd3 lcl: newautosize: create parent handle before child handle
git-svn-id: trunk@23872 -
2010-03-07 23:43:23 +00:00
dmitry
7c12e786fa carbon: menu disabling counter is added for included modal calls. (modal window shows another modal window)
git-svn-id: trunk@23871 -
2010-03-07 23:22:00 +00:00
dmitry
96172c3bcd carbon: disable the main menu then showing modals, fixes #15913
git-svn-id: trunk@23870 -
2010-03-07 23:12:56 +00:00
maxim
5024444dc5 localize scripts: added lazresexplorer
git-svn-id: trunk@23869 -
2010-03-07 23:07:54 +00:00
maxim
0fe76beb12 LazResExplorer:
1) Renamed all files to lowercase, fixed typo (exploer -> explorer);
  2) Disable project i18n to avoid blown up .po files;
  3) Temporarily removed Russian translation (will be added later).

git-svn-id: trunk@23867 -
2010-03-07 19:38:13 +00:00
marc
99cd20e80f * Debugger: Implemented value modification. Patch #15628 by Flavio Etrusco (modified)
git-svn-id: trunk@23866 -
2010-03-07 18:37:20 +00:00
maxim
e07d361809 updated .po files
git-svn-id: trunk@23865 -
2010-03-07 18:18:04 +00:00
maxim
788a82eb89 jcf2: add missing translation files
git-svn-id: trunk@23864 -
2010-03-07 17:57:48 +00:00
martin
559e6fc038 SynEdit: If the caret-pos is changed by right click, make sure it happens before the menu pops up. Otherwise Windows does not show the new pos.
git-svn-id: trunk@23863 -
2010-03-07 12:19:39 +00:00
martin
4e85dcf58a SynEdit: Fix "right mouse move caret" did unset block selection. Issue #15325
git-svn-id: trunk@23862 -
2010-03-07 11:05:40 +00:00
zeljko
a266017f26 Qt: menus rework, added actiongroups. fixes #15885
git-svn-id: trunk@23861 -
2010-03-07 10:46:50 +00:00
zeljko
f8b2fa9e8f Qt: updated qt bindings to version 2.1, library name is changed in this bindings version.
git-svn-id: trunk@23858 -
2010-03-07 10:20:29 +00:00
paul
8b17054a01 gtk: fix SetParent
git-svn-id: trunk@23857 -
2010-03-07 07:42:13 +00:00
paul
233b6549b8 lcl: start implementation for gtk SetParent and TWinControl.ParentWindow
git-svn-id: trunk@23856 -
2010-03-07 06:23:24 +00:00
mattias
f15052d222 LCL: newautosize: more debugging
git-svn-id: trunk@23855 -
2010-03-07 00:43:08 +00:00
mattias
3d1b378679 LCL: newautosize: create parent handle before child handles
git-svn-id: trunk@23854 -
2010-03-07 00:09:38 +00:00
blikblum
b4b050bffb lcl/maskedit: Add DisableMask and RestoreMask so it's possible to avoid the mask validation as in Delphi but more safe
Handle validation fail. By Bart Broersma. Issue #15459.

git-svn-id: trunk@23853 -
2010-03-07 00:07:32 +00:00
mattias
b63e50b3fe lcl: TImage: removed unneeded and buggy autosize code
git-svn-id: trunk@23852 -
2010-03-06 23:45:40 +00:00
mattias
108c4be5b8 lcl: newautosize: fixed beginformupdate
git-svn-id: trunk@23851 -
2010-03-06 23:29:14 +00:00
mattias
b4dee09450 gtk2 intf: groupbox: use default frame border until style initialized
git-svn-id: trunk@23850 -
2010-03-06 22:35:55 +00:00
mattias
09834f1ed5 gtk intf: reduced warnings
git-svn-id: trunk@23849 -
2010-03-06 21:52:54 +00:00
martin
7d68d5d48b SourceEditor: Allow tabs at top, left, right, bottom. Issue #15905 Based on patch by Flávio Etrusco
git-svn-id: trunk@23848 -
2010-03-06 21:40:35 +00:00
paul
963759090b gtk: AddControl should add to the fixed widget with Control coordinates (not Parent coordinates) + formatting and cleanup
git-svn-id: trunk@23847 -
2010-03-06 19:42:17 +00:00
paul
d6ffb794fb lcl: further work on TWinControl.ParentWindow:
- implement LCLIntf.SetParent for win32, wince and qt
  - implement TWinControl.SetParentWindow

git-svn-id: trunk@23846 -
2010-03-06 19:40:29 +00:00
dmitry
b548b49db5 carbon: fix listview selection change on inserting/deleting items
git-svn-id: trunk@23845 -
2010-03-06 19:27:48 +00:00
jesus
ee27f9ef9e LazReport, pdfexport now supports underlined text, needs powerpdf 0.9.4
git-svn-id: trunk@23844 -
2010-03-05 19:16:31 +00:00
paul
d0c907a7fd doceditor: fix localization by Maxim Genetsky:
1. Disable i18n (makes too big .po file), use resource strings instead.
  2. Review and restruct resource strings
  3. Localize most of gui (not everything).
  4. Fix russian translation.
  5. Modify localize.bat/localize.sh to update doceditor PO-files.

git-svn-id: trunk@23843 -
2010-03-05 17:53:24 +00:00
paul
21102ec585 components: fix opengl control compilation
git-svn-id: trunk@23842 -
2010-03-05 16:41:40 +00:00
vincents
72487fa9f3 SQLDB components: reordered icons from Graeme (issue #15892)
* cleanup conditional compilation for fpc 2.2.0

git-svn-id: trunk@23841 -
2010-03-05 09:49:18 +00:00
paul
a20e1dcaac lcl: change use of CreateParams:
- move TForm.PopupParent handling to CreateParams (it only chooses a right Parent handle)
  - check also ParentWindow property when setting WndParent in CreateParams
win32: use TCreateParams WndParent property for CreateWindow

git-svn-id: trunk@23840 -
2010-03-05 08:14:49 +00:00
paul
e9113e15e8 components: fix visibility hints for paradox package
git-svn-id: trunk@23839 -
2010-03-05 03:24:49 +00:00
zeljko
8abecb2ba9 Qt: removed workaround for qt 4.3, fixes #15744
git-svn-id: trunk@23838 -
2010-03-04 18:39:43 +00:00
zeljko
0c45fb0f79 Qt: don't send click events if control is disabled.fixes #15888
git-svn-id: trunk@23837 -
2010-03-04 10:06:43 +00:00
ask
d89034f76c TAChart: Add ability to change Chart.Depth property to 3D demo
git-svn-id: trunk@23836 -
2010-03-04 00:50:17 +00:00
ask
e3b8fd72eb TAChart: Do not offset series by ZPosition beyond Chart.Depth
git-svn-id: trunk@23835 -
2010-03-04 00:46:39 +00:00
ask
11c4c41911 TAChart: Remove GetSeriesInZOrder function.
* Inline it at the single callsite.

git-svn-id: trunk@23834 -
2010-03-04 00:32:30 +00:00
ask
5c2787620b TAChart: Fix reticule drawing in combination with MouseUp events.
git-svn-id: trunk@23833 -
2010-03-04 00:16:45 +00:00
ask
9724ea6767 TAChart: Add ReticulePos property.
* Do not pass reticule position to OnDrawReticule event,
  since it is now available as Chart.ReticulePos

git-svn-id: trunk@23832 -
2010-03-04 00:00:29 +00:00
ask
f436eae76d TAChart: Fix reticule updating.
* Fix indentation.
* Inline DoDrawReticule procedure to the single callsite.
* Pass correct series index to OnDrawReticule event.
* Call OnDrawReticule event after the drawing.

git-svn-id: trunk@23831 -
2010-03-03 23:53:27 +00:00
mattias
d131d2469d codetools: fixed line indenter unindent for next token
git-svn-id: trunk@23830 -
2010-03-03 16:24:54 +00:00
vincents
efa3daf8eb added support for haiku from olivier (issue #15519)
git-svn-id: trunk@23829 -
2010-03-03 13:31:52 +00:00
mattias
5141759d58 codetools: line indenter: fixed endless loop, bug #15533
git-svn-id: trunk@23828 -
2010-03-03 10:48:44 +00:00
mattias
1c1d96bbc1 lazbuild: if no override is set use project target cpu/os, bug #15733
git-svn-id: trunk@23827 -
2010-03-03 10:28:24 +00:00
mattias
009966779b IDE: when lpk failed to load do not warn about unknown units
git-svn-id: trunk@23826 -
2010-03-03 10:19:46 +00:00
mattias
fe1eaa69da IDE: when lazarus directory is not valid skip warning about not found lpk
git-svn-id: trunk@23825 -
2010-03-03 10:16:11 +00:00
juha
2ab15f7c41 Fixed a bug when filling items for ScopeComboBox.
git-svn-id: trunk@23824 -
2010-03-02 11:43:26 +00:00
mattias
cc16880938 IDE: fpdoceditor: added read only short edit to description page, bug #15506
git-svn-id: trunk@23823 -
2010-03-02 10:13:31 +00:00
mattias
40ef364f5d codetools: identifier completion: True, False
git-svn-id: trunk@23822 -
2010-03-02 10:02:42 +00:00
paul
77c5c6b95a codetools: support more modeswitch values
git-svn-id: trunk@23821 -
2010-03-02 03:50:32 +00:00