Commit Graph

11318 Commits

Author SHA1 Message Date
tombo
6860a97e2b LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties
* created example application
* implemented in Win32 interface

git-svn-id: trunk@11365 -
2007-06-24 10:17:46 +00:00
sekelsenmat
1d07b0dfd1 Fixes the new container widget on qt for mdi application
git-svn-id: trunk@11364 -
2007-06-24 07:23:52 +00:00
sekelsenmat
5202b04808 Small bug fix on Qt interface
git-svn-id: trunk@11363 -
2007-06-24 05:48:58 +00:00
sekelsenmat
f50d168011 Fixed automatic handling of the menu size on Qt by adding a central widget to the form.
git-svn-id: trunk@11362 -
2007-06-24 05:06:58 +00:00
vincents
656707033b windows installer: some fixes related to applying fpc patch
git-svn-id: trunk@11361 -
2007-06-23 22:39:16 +00:00
vincents
d7aba592b4 + added patch for the fixes branch with fixes for mulitple resources (e.g. version info and manifest) and nested checksynchronize (bug #9068 and #9079)
+ win installer: build script accepts a filename which contains a patch for fpc.

git-svn-id: trunk@11360 -
2007-06-23 21:07:12 +00:00
sekelsenmat
d52f65f05a patch from zeljko. fixes alignment of controls inside TCustomRadioGroup and TCustomCheckGroup.
git-svn-id: trunk@11357 -
2007-06-23 09:41:25 +00:00
vincents
6d2add8364 LCL: use GetLabelText, where Caption was used previously (bug #9121) from Laurent
git-svn-id: trunk@11356 -
2007-06-23 07:24:46 +00:00
sekelsenmat
0fb48e3d21 patch from zeljko. TCalendar implemented. Reimplemented TCustomCheckGroup and TCustomRadioGroup. Workaround for "Hidden radio button" problem. Added to this many small changes and switched the default qt version to 4.2
git-svn-id: trunk@11355 -
2007-06-23 07:13:18 +00:00
andrew
0ea8ca69fb Implemented gtk2 combobox.sorted property
git-svn-id: trunk@11354 -
2007-06-23 00:43:26 +00:00
sekelsenmat
236bcd8d46 Added support for Qt 4.2.x
git-svn-id: trunk@11352 -
2007-06-21 13:43:20 +00:00
vincents
e128307175 LCL: Several fixes for DirSel dialog (#9077) from Graeme
* fixed duplicate path delimiters
 * Removed hardcoded english captions with resource strings instead
 * fixed issue where dot directories (considered hidden in unix OS's)
   are not processed correctly with ShowHidden property
 * Sometimes nodes reported subdirectories when they didn't
   actually have (linux)
 * Minor code formatting changes (code cleanup)
 * Removed empty methods (more code cleanup)

git-svn-id: trunk@11351 -
2007-06-21 12:16:25 +00:00
tombo
237301a1ba LCL: added InvalidateRgn + implementation in Win32
Win32 intf: implemented PtInRegion

git-svn-id: trunk@11350 -
2007-06-21 11:42:22 +00:00
sekelsenmat
8d73a4641c Updated Qt bindings to v1.37
git-svn-id: trunk@11349 -
2007-06-21 09:14:19 +00:00
vincents
5d45cd9bc9 fixed compilation: use ImageList.AddLazarusResource instead of AddFromLazarusResource
git-svn-id: trunk@11348 -
2007-06-21 08:38:47 +00:00
paul
1fdde5344b - fix compilation
git-svn-id: trunk@11347 -
2007-06-21 08:35:24 +00:00
vincents
2faaf28d30 IDE: fixed memleak when showing the align components dialog
git-svn-id: trunk@11346 -
2007-06-21 08:14:02 +00:00
vincents
ba609c5a5d added fpdoc skeleton for tmschema unit
git-svn-id: trunk@11345 -
2007-06-21 08:12:17 +00:00
vincents
d6c36b0fe3 IDE: don't try to space controls equally, if only one control is selected (bug #9118)
git-svn-id: trunk@11341 -
2007-06-20 23:03:44 +00:00
vincents
74982022e5 added fpdoc skeleton for themes unit
git-svn-id: trunk@11340 -
2007-06-20 22:17:59 +00:00
vincents
6a03559a23 LCL: added TCustomLabel.GetLabelText (issue #9121) from Laurent
git-svn-id: trunk@11339 -
2007-06-20 22:05:55 +00:00
sekelsenmat
01701c1ee8 Patch from zeljko to qt. Full implementation of TCustomListView. Reimplementation of TStatusBar
git-svn-id: trunk@11338 -
2007-06-20 08:11:04 +00:00
marc
09173673ce * Updated translation by Laurent Jacques
git-svn-id: trunk@11336 -
2007-06-19 22:25:23 +00:00
mattias
113a06c488 translations: german: from Joerg Braun
git-svn-id: trunk@11335 -
2007-06-19 19:29:09 +00:00
tombo
d5e47b3754 LCL docs: TControl.Visible
git-svn-id: trunk@11334 -
2007-06-19 15:37:49 +00:00
vincents
e91eed25eb object inspector: only show scollbars in the component treeview, if they are needed (bug #9081) from Graeme
git-svn-id: trunk@11333 -
2007-06-19 06:22:16 +00:00
sekelsenmat
5497fc4eb9 Patch from zeljko to qt. Partial implementation of TCustomListView. I also updated the qt bindings to 1.36 plus patch
git-svn-id: trunk@11332 -
2007-06-19 05:40:34 +00:00
vincents
3c778511a4 LCL: fixed possible bugs found by "unreachable code" warnings
git-svn-id: trunk@11331 -
2007-06-18 21:48:51 +00:00
marc
134a5a6ebe * Updated translation by Antonio Galvao
git-svn-id: trunk@11330 -
2007-06-18 21:19:51 +00:00
marc
8c7c1fcbc7 * Updated translation by Laurent Jacques
git-svn-id: trunk@11329 -
2007-06-18 21:15:20 +00:00
vincents
96d5524cfd win32 interface: removed debug code
git-svn-id: trunk@11328 -
2007-06-18 17:29:16 +00:00
paul
d5d77625dc - modernize images for anchor editor (from Graeme)
git-svn-id: trunk@11327 -
2007-06-17 15:29:17 +00:00
marc
eae7aeea55 * fixed main address detection on Mac
git-svn-id: trunk@11324 -
2007-06-15 09:12:10 +00:00
jesus
183704f081 LCL, TCustomLabel default color is clNone, but it wont allow to store color:=clWindow which is the default for TControl
git-svn-id: trunk@11323 -
2007-06-14 21:04:56 +00:00
tombo
9c17ab1e6f Carbon intf: implemented setting pixel color of TCanvas
git-svn-id: trunk@11322 -
2007-06-14 12:08:41 +00:00
vincents
fafa934568 lcl: remove fpc 2.0.2 workaround
git-svn-id: trunk@11318 -
2007-06-13 12:26:07 +00:00
vincents
a7e79f00ce LCL:
* Application sets SysUtils.OnGetApplicationName callback
* ApplicationName is default MessageDialog Caption

git-svn-id: trunk@11317 -
2007-06-13 11:34:17 +00:00
vincents
2ae22b6cfe IDE: changed displayname for the win32 interface to win32/win64
git-svn-id: trunk@11316 -
2007-06-13 06:19:19 +00:00
paul
117498a784 Build Lazarus Dialog changes from Darius
git-svn-id: trunk@11314 -
2007-06-13 01:23:46 +00:00
sekelsenmat
a6d281e3df Patch from zeljko to qt. Lot's of bug fixes. Implemented MDI support too. I added small modifications and also updated the qt bindings to 1.35 plus patch
git-svn-id: trunk@11311 -
2007-06-11 20:30:47 +00:00
sekelsenmat
ca76f52525 Fixed compilation of the carbon interface with FPC 2.3.x
git-svn-id: trunk@11308 -
2007-06-10 18:38:07 +00:00
andrew
783b29fd27 Fixed gtk2 bug #7923 where lazarus would lockup when right clicking in a open/save dialog
git-svn-id: trunk@11307 -
2007-06-09 19:58:09 +00:00
andrew
4797644111 Fixed gtk2 bug #8009 where windowstate was ignored if set before the form was shown
git-svn-id: trunk@11306 -
2007-06-09 17:07:17 +00:00
andrew
82b4ef3ed1 Fixed gtk2 bug #8966 where TSaveDialog would ignore .Filename set before executing the dialog
git-svn-id: trunk@11305 -
2007-06-09 13:14:50 +00:00
vincents
fcff0d42b9 IDE: rowselect in call stack view from Darius
git-svn-id: trunk@11304 -
2007-06-09 11:01:02 +00:00
marc
c6e3472e09 * Updated translation by Laurent Jacques
git-svn-id: trunk@11301 -
2007-06-08 22:41:56 +00:00
vincents
c62e42ff06 ideintf: updated Russian translation from Maxim Ganetsky
git-svn-id: trunk@11300 -
2007-06-08 05:33:48 +00:00
vincents
87b63512ba update Russian translations from Maxim Ganetsky
git-svn-id: trunk@11298 -
2007-06-07 21:33:08 +00:00
marc
178f35a813 * Updated translation by Laurent Jacques
git-svn-id: trunk@11297 -
2007-06-07 18:27:47 +00:00
vincents
1c6e5c3ba5 debugger: initialized loop var (noticed by Yuri)
git-svn-id: trunk@11296 -
2007-06-07 17:14:33 +00:00