Commit Graph

23583 Commits

Author SHA1 Message Date
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
paul
4ed49c2cde ide: fix crash
git-svn-id: trunk@23820 -
2010-03-02 02:15:08 +00:00
mattias
6f4027077c codetools: BuildLineRanges one pass
git-svn-id: trunk@23819 -
2010-03-02 01:23:32 +00:00
mattias
2628fb7656 IDE: source editor: copy key strokes instead of rebuilding everytime
git-svn-id: trunk@23818 -
2010-03-02 00:57:59 +00:00
mattias
a22f4b872a IDE: clean up
git-svn-id: trunk@23817 -
2010-03-02 00:28:05 +00:00
mattias
0472d5aed6 codetools: resolve operand @identifier directly
git-svn-id: trunk@23816 -
2010-03-01 23:49:57 +00:00
dmitry
5fe460904f lcl: added support for mouse events and ssMeta modifier. ssMeta present in ShiftState on Cmd (Win) key pressed
git-svn-id: trunk@23815 -
2010-03-01 23:06:56 +00:00
mattias
304c5206cd IDE: output filter: fixed storing absolute filename
git-svn-id: trunk@23814 -
2010-03-01 23:01:49 +00:00
mattias
cee2c094a7 codetools: fixed showing illegal qualifier
git-svn-id: trunk@23813 -
2010-03-01 22:40:55 +00:00
mattias
efd4dcfc0f IDE: codebrowser: setting scopecombobox.itemindex
git-svn-id: trunk@23812 -
2010-03-01 13:24:28 +00:00
paul
30c02025b3 gtk: fix AV in GetWindowDebugReport based on patch of Flávio Etrusco (issue #0015857) + formatting
git-svn-id: trunk@23811 -
2010-03-01 07:21:33 +00:00
dmitry
d1fa7b28f6 carbon: fix for #15603
git-svn-id: trunk@23810 -
2010-03-01 06:34:52 +00:00
paul
eb52aebd64 ide: implement Copy to Clipboard behavior in Search results dialog by Flávio Etrusco (issue #0015851)
git-svn-id: trunk@23809 -
2010-03-01 04:29:29 +00:00
jesus
a204eebb53 Printers, windows, check if there are printers before calling printer document properties
git-svn-id: trunk@23808 -
2010-03-01 03:32:54 +00:00
paul
fded4603bf jcf: start localization by Maxim Ganetsky
git-svn-id: trunk@23807 -
2010-03-01 02:23:52 +00:00
mattias
6c21afffca IDE: saving find options: ssoWholeWord,ssoBackwards,ssoEntireScope,ssoRegExpr,ssoRegExprMultiLine
git-svn-id: trunk@23806 -
2010-02-28 22:04:08 +00:00
mattias
44ffe4dddf IDE: clean up
git-svn-id: trunk@23805 -
2010-02-28 21:40:03 +00:00
mattias
510d76765c gtk2 intf: set ExceptionMask exZeroDivide,exInvalidOp, bug #15840
git-svn-id: trunk@23804 -
2010-02-28 21:38:40 +00:00
juha
5eac2d3633 Initial version of missing properties fixer.
git-svn-id: trunk@23803 -
2010-02-27 15:05:53 +00:00
juha
d2e5e835fa Remove duplicate Variants from uses section.
git-svn-id: trunk@23802 -
2010-02-27 15:05:48 +00:00
juha
722da95ece Initial version of missing properties fixer.
git-svn-id: trunk@23801 -
2010-02-27 15:02:32 +00:00
juha
611903515a Conversion settings UI tweaking.
git-svn-id: trunk@23800 -
2010-02-27 08:30:21 +00:00
juha
2e04a02ac4 Added convert target radiobuttons and Lazarus for Windows target.
git-svn-id: trunk@23799 -
2010-02-26 20:00:42 +00:00
juha
0e94fe8c52 Added "LCLType" and "LMessages" to uses section.
git-svn-id: trunk@23798 -
2010-02-26 13:16:25 +00:00