Commit Graph

28126 Commits

Author SHA1 Message Date
mazen
d25f5c29df make deb: Fixed desktop and menu entry files. Fixed broken alternative removal on package removal.
git-svn-id: trunk@28580 -
2010-12-01 11:03:08 +00:00
vincents
1391cd2108 LCL: published TDBImage.OnDblClick, probably works, because it is already published for TImage.
Fixes issue #15858.

git-svn-id: trunk@28579 -
2010-12-01 10:15:05 +00:00
marc
fc9180c341 * Updated Japanese translation by Haruyuki Fujimaki
git-svn-id: trunk@28578 -
2010-12-01 00:37:55 +00:00
jesus
955de0d234 LazReport, do not convert jpeg images on exporting to pdf
git-svn-id: trunk@28577 -
2010-11-30 19:47:26 +00:00
jesus
242d0d20fa LazReport, support for images stored in old reports where they were stored as bitmaps
git-svn-id: trunk@28576 -
2010-11-30 18:43:04 +00:00
mattias
ec7076415f IDE: use macros in environment compiler file name
git-svn-id: trunk@28575 -
2010-11-30 17:33:04 +00:00
mattias
a2ddb892d9 codetools: fixed parsing var a: some deprecated;
git-svn-id: trunk@28574 -
2010-11-30 17:13:18 +00:00
vincents
eb2ba60ae1 LCL: Added TPageControl.MultiLine and TTabControl.MultiLine as unsupported properties on carbon, gtk, gtk2 and qt (issue #8928)
git-svn-id: trunk@28573 -
2010-11-30 15:56:21 +00:00
ask
431801a4c5 TAChart: Allow user-drawn legend items with arbitrary text
git-svn-id: trunk@28572 -
2010-11-30 13:21:11 +00:00
ask
abd5ef4928 TAChart: Add Legend.UserItemsCount property
git-svn-id: trunk@28571 -
2010-11-30 13:16:06 +00:00
ask
2b62871247 TAChart: Extract TARadialSeries unit
git-svn-id: trunk@28570 -
2010-11-30 13:04:00 +00:00
paul
a8e325c064 carbon: fix black bg and font color for TMemo and other edits (fixes bug #0018100)
git-svn-id: trunk@28569 -
2010-11-30 12:51:57 +00:00
mattias
c83a527bce codetools: identifier completion: fixed method override for could be vars, bug #18093
git-svn-id: trunk@28568 -
2010-11-30 12:19:35 +00:00
mattias
53c3f3e79f IDE: TPackageLinks.AddUserLink: fetch version from lpk, bug #18098
git-svn-id: trunk@28567 -
2010-11-30 12:06:46 +00:00
mattias
ba3dc6e1f5 codetools: CompleteBlock implementation begin end., bug #17293
git-svn-id: trunk@28566 -
2010-11-30 09:39:18 +00:00
mattias
4b2342c80b codetools: MethodTypeDataToStr: add colon if parameter names added
git-svn-id: trunk@28565 -
2010-11-30 08:34:52 +00:00
jesus
a15e960f93 LazReport, image formts report fixes, implemented shared property for Image object and pdf exporting support for this
git-svn-id: trunk@28564 -
2010-11-30 08:27:32 +00:00
mattias
172dde0f4e codetools: class completion: fixed finding Set methods, bug #18112
git-svn-id: trunk@28563 -
2010-11-30 08:14:38 +00:00
jesus
935f55fab1 LCL, fix dbgrid entering dataset edit state when selecting a different field and dgAlwaysShowEditor is on
git-svn-id: trunk@28562 -
2010-11-30 05:58:57 +00:00
paul
ab77d54fec lcl: add OnEditingEnd event for TTreeView by mmvisual (feature #0017313)
git-svn-id: trunk@28561 -
2010-11-30 05:58:15 +00:00
paul
70fdb2d0ee lcl: don't check for TMenuItem.Owner during streaming to be able to write TMenuItem with children to custom streams by patch of Anton Kavalenka (issue #0018106)
git-svn-id: trunk@28560 -
2010-11-30 03:27:59 +00:00
martin
74e9ccac95 SynEdit: added missing nil check
git-svn-id: trunk@28559 -
2010-11-29 23:56:34 +00:00
mazen
3eb09e0ba4 make deb: Fixed man page naming brocken when adding multi version co-installation.
git-svn-id: trunk@28558 -
2010-11-29 16:08:19 +00:00
zeljko
1c57de5343 Qt: report correct codes when Shift or Shift + Ctrl pressed. Fixes issue #18102
git-svn-id: trunk@28557 -
2010-11-29 13:02:17 +00:00
ask
fff4fddbd0 TAChart: Add variable-width pie slice labels to radial demo
git-svn-id: trunk@28556 -
2010-11-29 11:00:22 +00:00
ask
11acb13b20 TAChart: Do not display empty slice labels
git-svn-id: trunk@28555 -
2010-11-29 10:59:26 +00:00
mattias
dcde33b7ef codetools: TFPCSourceCache.Update; do not scan if Directory empty
git-svn-id: trunk@28554 -
2010-11-29 09:15:32 +00:00
mattias
52060dfa52 LCL: clean up
git-svn-id: trunk@28553 -
2010-11-29 09:14:55 +00:00
zeljko
799a9ade18 Gtk2: implemented AskUser(). Fixes issue #18081
git-svn-id: trunk@28552 -
2010-11-29 08:07:30 +00:00
martin
ffc3ed5480 DBG: Fix loading lpr file when running app under gdb. issue #18097
git-svn-id: trunk@28551 -
2010-11-28 23:33:05 +00:00
mattias
f9c52af505 translations: german: updates from Swen Heinig
git-svn-id: trunk@28550 -
2010-11-28 21:14:47 +00:00
ask
e774fb0313 TAChart: Add radial series demo
git-svn-id: trunk@28549 -
2010-11-28 19:47:45 +00:00
ask
7fcd05e49f TAChart: Add TPieSeries.FindContainingSlice function. Extract Measure helper method.
git-svn-id: trunk@28548 -
2010-11-28 19:41:13 +00:00
ask
486fd0201f TAChart: Correctly update list source extent upon SetXValue/SetYValue calls
git-svn-id: trunk@28547 -
2010-11-28 18:50:41 +00:00
michael
824f8e965f * Added readme as part of project
git-svn-id: trunk@28546 -
2010-11-28 18:45:05 +00:00
michael
ae4eca2252 * Fixed bug in 17802
git-svn-id: trunk@28545 -
2010-11-28 18:44:38 +00:00
michael
1cc8b8d008 * Implemented SimpleFileCOpy, fixes #14140
git-svn-id: trunk@28544 -
2010-11-28 17:52:12 +00:00
maxim
6f8f3d9e34 LazDE: regenerated translations; updated Russian translation
git-svn-id: trunk@28543 -
2010-11-28 16:45:19 +00:00
maxim
07f5947291 Docs: added August Klein to contributors list
git-svn-id: trunk@28542 -
2010-11-28 16:26:25 +00:00
michael
6492775a40 * Added editing of eelement link attribute
git-svn-id: trunk@28541 -
2010-11-28 16:25:12 +00:00
ask
1697ac1990 TAChart: Remove warning about Dispatch method redefinition
git-svn-id: trunk@28540 -
2010-11-28 15:38:15 +00:00
michael
9909540c02 * Fixed editing of See Also links with link text. Abstracted link editor, plus some cosmetic fixes.
git-svn-id: trunk@28539 -
2010-11-28 15:37:11 +00:00
mattias
efb3fc218d IDEIntf: objectinspector: update popup menu item Show Hints always, bug #18092
git-svn-id: trunk@28538 -
2010-11-28 15:35:09 +00:00
ask
fed2915490 TAChart: Trivial updates to drag-drop demo
git-svn-id: trunk@28537 -
2010-11-28 15:35:07 +00:00
ask
e83b1a817d TAChart: Move GetNearestPoint from TBasicChartSeries to TCustomChartSeries
git-svn-id: trunk@28536 -
2010-11-28 15:34:36 +00:00
michael
831f490467 * Fixed bug #14767, plus added some sanity checks
git-svn-id: trunk@28535 -
2010-11-28 15:32:08 +00:00
martin
bdff583eba SynEdit: Temporarily allow painting during paintlock (the lesser of two evils)
git-svn-id: trunk@28534 -
2010-11-28 13:46:49 +00:00
mattias
75c181bb33 IDE: fpdoc editor: operator result identifier
git-svn-id: trunk@28533 -
2010-11-28 13:29:15 +00:00
maxim
387f6553be Translations: Spanish translation update by A. Klein, bug #18084
git-svn-id: trunk@28532 -
2010-11-28 13:29:05 +00:00
mattias
e5ff2b2def codetools: ExtractProcHead: extract parameter type colon only if names and types are wanted
git-svn-id: trunk@28531 -
2010-11-28 13:28:54 +00:00