Commit Graph

26990 Commits

Author SHA1 Message Date
jesus
f44d2bc88f LazReport, added sample for OnUserFunction to editor project
git-svn-id: trunk@27441 -
2010-09-22 21:18:05 +00:00
jesus
5e315771f3 LazReport, fix problem on IDE creating an OnUserFunction handler due name clash
git-svn-id: trunk@27440 -
2010-09-22 21:17:08 +00:00
juha
98903ba8d6 Converter: don't raise exception when parent type is not fould in CheckTopOffsets.
git-svn-id: trunk@27439 -
2010-09-22 19:50:05 +00:00
jesus
d0115172cc LCL, dbgrid, additional check in case FirstGridColumn is fixed
git-svn-id: trunk@27438 -
2010-09-22 19:32:15 +00:00
jesus
fbbf076117 LCL, fix selecting field when column is FirstGridColumn, from David Noriega, issue #17468
git-svn-id: trunk@27437 -
2010-09-22 19:28:28 +00:00
michael
38b49f7569 * Fix from Alexei in HREF tag dialog
git-svn-id: trunk@27436 -
2010-09-22 18:32:15 +00:00
maxim
2c8f9466a1 Tools, JSON viewer: enabled localization.
git-svn-id: trunk@27435 -
2010-09-22 16:33:54 +00:00
maxim
ce65293986 Translations:
1. Regenerated.
  2. Cleaned up fpwebstrconsts.*.po files.
  3. Updated and improved Russian translation.

git-svn-id: trunk@27434 -
2010-09-22 16:29:13 +00:00
sekelsenmat
b5904b902b Patch from bug #17451, fixes wince window org (yet again)
git-svn-id: trunk@27433 -
2010-09-22 09:47:31 +00:00
juha
cd8b4c2c15 Converter: close the opened files after form file conversion. Closing earlier causes problems sometimes.
git-svn-id: trunk@27432 -
2010-09-22 09:06:08 +00:00
juha
a5821d352a Converter: improve opening / closing files.
git-svn-id: trunk@27431 -
2010-09-22 06:34:42 +00:00
mattias
56e9513ead IDE: build macros dlg: check keyword, duplicates from used packages, prefix
git-svn-id: trunk@27430 -
2010-09-21 15:58:06 +00:00
jesus
1a459cb90c LazReport: fix roIgnoreFieldNotFound makes complex expressions to fail, issue #17452
git-svn-id: trunk@27429 -
2010-09-21 15:28:15 +00:00
mattias
c32c577831 IDE: build macros for projects
git-svn-id: trunk@27428 -
2010-09-21 15:21:40 +00:00
juha
2c86da69b2 Converter: open main source file in editor, added option to keep all project files open.
git-svn-id: trunk@27427 -
2010-09-21 15:19:00 +00:00
juha
53f9372ad7 IDE: removed a leftover loop in TMainIDE.DoCloseEditorFile, working identically with the remaining loop.
git-svn-id: trunk@27426 -
2010-09-21 15:18:55 +00:00
michael
19d1bedc52 * added popup-menu options to create string constant from SQL statement, and to clean up pascal string with SQL statement. Enables copy/paste from/to code.
git-svn-id: trunk@27425 -
2010-09-21 13:52:35 +00:00
zeljko
5106674f1f carbon: implemented GetBkColor.
git-svn-id: trunk@27424 -
2010-09-21 07:04:32 +00:00
michael
216e7ca979 * New version (td tag) from Alexei
git-svn-id: trunk@27423 -
2010-09-20 19:48:24 +00:00
mattias
0c340da499 IDE: fixed compilation
git-svn-id: trunk@27422 -
2010-09-20 19:36:31 +00:00
maxim
ea46133c5e Components: committed automatically regenerated makefiles
git-svn-id: trunk@27421 -
2010-09-20 16:41:28 +00:00
maxim
2608406e2f Components, LeakView: assign unit output direcory to LeakView package
git-svn-id: trunk@27420 -
2010-09-20 16:39:15 +00:00
mattias
b8810ed848 IDE: fixed creating Makefiles with macros
git-svn-id: trunk@27419 -
2010-09-20 16:18:06 +00:00
sekelsenmat
aa4f0fc814 Adds new standard events and specially a new event, OnBeforeShow, to the new TPage control.
git-svn-id: trunk@27418 -
2010-09-20 14:43:25 +00:00
mattias
a1aabdb31f IDE: clean up
git-svn-id: trunk@27417 -
2010-09-20 08:26:59 +00:00
zeljko
13bd9d7378 Qt,Gtk2: corrected return of Size.cx, simplified and fixed code in qt implementation about Size.cx returned values.
git-svn-id: trunk@27416 -
2010-09-20 06:54:25 +00:00
jesus
3ecc366dbd LCL, fix dbgrid titles drawing at design time, reported in issue #17436
git-svn-id: trunk@27415 -
2010-09-19 23:56:56 +00:00
zeljko
76d62da455 Gtk2: use GDK_CONFIGURE event on TCustomForms to avoid multiple triggering of OnResize() event. fixes #17015
git-svn-id: trunk@27414 -
2010-09-19 18:32:24 +00:00
marc
ccc8145a6d * Improved delphi compatebility. Patch by Jarto Tarpio
git-svn-id: trunk@27413 -
2010-09-19 17:10:41 +00:00
zeljko
f7c1c5ee34 Gtk2: implemented TGtk2WidgetSet.GetTextExtentExPoint(), pango_extents_to_pixels() is mimicked by theo's pango_extents_to_pixels_wa() from issue #16908.
git-svn-id: trunk@27412 -
2010-09-19 15:31:09 +00:00
mattias
f8157f184d IDE: conditionals for package usage compiler options
git-svn-id: trunk@27411 -
2010-09-19 10:17:46 +00:00
ask
744c563dda TAChart: Add an icon for TChartStyles component
git-svn-id: trunk@27410 -
2010-09-19 05:04:19 +00:00
mattias
4c4e51ad9d IDE: simplified TAdditionalCompilerOptions
git-svn-id: trunk@27409 -
2010-09-18 16:10:25 +00:00
michael
1b745dcda2 * Implemented search featured
git-svn-id: trunk@27408 -
2010-09-18 10:52:23 +00:00
juha
ba3538c8d3 Converter: improve logic and GUI for different conversion targets.
git-svn-id: trunk@27407 -
2010-09-18 10:11:45 +00:00
michael
90df5d83ac * Initial implementation of JSON viewer
git-svn-id: trunk@27406 -
2010-09-18 09:56:29 +00:00
michael
4249723a19 * Added support for MySL 5.1
git-svn-id: trunk@27405 -
2010-09-18 09:48:04 +00:00
mattias
96c2c2c9f4 lazbuild: fixed initializing build macros
git-svn-id: trunk@27404 -
2010-09-18 09:02:00 +00:00
mattias
c4cab77299 lazbuild.lpi: fixed ansistring
git-svn-id: trunk@27403 -
2010-09-18 08:48:38 +00:00
mattias
36cb2971ba IDE: clean up
git-svn-id: trunk@27402 -
2010-09-18 08:45:04 +00:00
juha
65ac083be2 Converter: Convert also DFM form file to ascii format if it is used for Lazarus.
git-svn-id: trunk@27401 -
2010-09-17 22:19:25 +00:00
mattias
28afd00d86 IDE: conditionals for package compilation
git-svn-id: trunk@27400 -
2010-09-17 21:56:55 +00:00
juha
b99dd8a8ef Converter: DFM form file can be used for both Delphi and Lazarus.
git-svn-id: trunk@27399 -
2010-09-17 21:08:18 +00:00
zeljko
a67a2dce83 Qt: implemented TQtWidgetSet.GetTextExtentExPoint()
git-svn-id: trunk@27398 -
2010-09-17 17:33:09 +00:00
mattias
a09babf360 LCL: FindDefaultBrowser: added parenthesis for spaces in file names
git-svn-id: trunk@27397 -
2010-09-17 15:22:58 +00:00
mattias
ffc20c11e9 examples: update
git-svn-id: trunk@27396 -
2010-09-17 15:22:02 +00:00
sekelsenmat
f003a1cfe8 Fixes the makefiles after removing cgi
git-svn-id: trunk@27395 -
2010-09-17 14:18:31 +00:00
sekelsenmat
4fb7141bae Starts removing the obsolete cgi package
git-svn-id: trunk@27394 -
2010-09-17 14:11:36 +00:00
mattias
ee0576766e IDE: started using compiler conditionals
git-svn-id: trunk@27393 -
2010-09-17 13:01:35 +00:00
mattias
80a9a8d66c IDE: added Owner to TParsedCompilerOptions
git-svn-id: trunk@27392 -
2010-09-17 11:00:16 +00:00