Commit Graph

26964 Commits

Author SHA1 Message Date
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
zeljko
dfbf7ae956 Gtk2: implemented GetBkColor(). part of #14792.
git-svn-id: trunk@27391 -
2010-09-17 06:38:24 +00:00
zeljko
bfc3350f00 Qt: implemented GetBkColor(). part of #14792
git-svn-id: trunk@27390 -
2010-09-17 06:33:19 +00:00
jesus
bea78b0370 LCL, grids, store always custom columns titles for translation purposes, issue #27230
git-svn-id: trunk@27389 -
2010-09-16 19:09:53 +00:00
blikblum
d2ab60647a lcl,win32: implement GetBkColor. Issue #14792
git-svn-id: trunk@27388 -
2010-09-16 19:02:43 +00:00
jesus
6c402161ed LCL, reset HotCellPainted Flag on grid.clear to fix exception on mouse move, from Sławomir Załęcki, issue #17426
git-svn-id: trunk@27387 -
2010-09-16 17:02:13 +00:00
blikblum
0d632cce9c win32: use a hardcoded flag to avoid sending LM_CHANGED msg to LCL when handling BM_SETCHECK (TCustomCheckBox), fixes #17425
git-svn-id: trunk@27386 -
2010-09-16 14:08:01 +00:00
juha
f42d3f84d8 Converter: minor cleanup.
git-svn-id: trunk@27385 -
2010-09-16 12:19:03 +00:00
juha
8e3631c047 Converter: cache unit paths using OnIdle handler.
git-svn-id: trunk@27384 -
2010-09-16 12:18:59 +00:00
juha
40bf83e108 Converter: optimization, pass class names as parameters.
git-svn-id: trunk@27383 -
2010-09-16 12:18:55 +00:00
mattias
17fe2cd09c translations: german: updates from Swen Heinig
git-svn-id: trunk@27382 -
2010-09-16 11:18:29 +00:00
zeljko
d4364b78d9 Qt: do not touch pallettes for QLineEdit,QComboBox & QTextEdit classes in palette initialization under X11, otherwise we have wrong selection color if selection setted up when widget is not visible.
git-svn-id: trunk@27381 -
2010-09-16 09:38:25 +00:00
mattias
4ea649b026 IDE: fixed SearchDirectoryInSearchPath for trailing pathdelim
git-svn-id: trunk@27380 -
2010-09-16 06:55:26 +00:00
zeljko
6f8a1be510 Qt: fixed result of TQtWidgetSet.SetFocus(), in case when handle param is invalid.
git-svn-id: trunk@27379 -
2010-09-16 06:27:30 +00:00
zeljko
f8823dc2ea Qt: fixed result of TQtLineEdit.EventFilter(), no result in case LCLObject is nil.
git-svn-id: trunk@27378 -
2010-09-16 06:22:22 +00:00
marc
74c55b5b4e * Take lineorder into account when creating bitmap
git-svn-id: trunk@27377 -
2010-09-15 23:22:25 +00:00
marc
fd72ca7ff3 * Use DstBpp instead of SrcDepth when calculating DstLineSize (fixes #0017234)
* Use SrcBytes (=3) for 24Bpp images when RGB indices require a pixel copy

git-svn-id: trunk@27376 -
2010-09-15 22:59:16 +00:00
mattias
3d961391a4 IDE: fixed SearchDirectoryInSearchPath, bug #17322
git-svn-id: trunk@27375 -
2010-09-15 22:49:42 +00:00
jesus
dc4e797f5b LCL, improved grids TAB-ing, options goTabs or dgTabs, issue #16007
git-svn-id: trunk@27374 -
2010-09-15 21:37:09 +00:00
jesus
3b670b01a2 LCL, reworked grid's cell drawing fixing several bugs including issue #17407
git-svn-id: trunk@27373 -
2010-09-15 21:09:44 +00:00
sekelsenmat
f21517ba5c Adds support for testing the atDesktop menus under wince-win32-x86. Also fixes some include file ide directives
git-svn-id: trunk@27372 -
2010-09-15 15:44:18 +00:00
sekelsenmat
a3b60a072f Starts implementing menu support for wince in atDesktop mode
git-svn-id: trunk@27371 -
2010-09-15 15:16:50 +00:00
mattias
fc57380f8b IDE: fixed potential AV
git-svn-id: trunk@27370 -
2010-09-15 12:05:05 +00:00
mattias
688e4a835e IDE: add to package: fixed crash due to PageIndex
git-svn-id: trunk@27369 -
2010-09-15 11:53:58 +00:00
michael
b33eba64cd * New PRE tag support from Aleksey Lagunov
git-svn-id: trunk@27368 -
2010-09-15 06:59:22 +00:00
mattias
a8a47d05b0 IDE: TrimSearchPath: chomp path delims instead of add
git-svn-id: trunk@27367 -
2010-09-14 16:39:57 +00:00
mattias
96b933cc95 IDE: fixed TrimSearchPath to keep a . path
git-svn-id: trunk@27366 -
2010-09-14 16:38:27 +00:00