Commit Graph

96 Commits

Author SHA1 Message Date
paul
ed30a967a5 - increase component button with/height
- redirect all dependencies to component *image* width/height instead of *button* width/height

git-svn-id: trunk@13186 -
2007-12-07 00:07:26 +00:00
vincents
5ea375ef4d updated Indonesian translations from Zaenal Mutaqin
git-svn-id: trunk@12160 -
2007-09-24 11:12:37 +00:00
paul
0312cb2ee4 - replaced old images with modern from silk and own painting:
debugger images, most packages images, misc
- ide dialogs switched to use common image list instead of their own:
compileroptions, projectinspector, packageeditor, pkggraphexplorer

git-svn-id: trunk@11126 -
2007-05-11 02:40:08 +00:00
mattias
029d4f6327 added package prettymessages - an IDE add-on to reduce FPC hints
git-svn-id: trunk@11002 -
2007-04-25 16:37:19 +00:00
marc
584a1f6a33 * fixes for newstyle imagelist
git-svn-id: trunk@10932 -
2007-04-10 21:44:21 +00:00
mattias
01c3d62fc8 IDE: project definitions are now automatically added to all directories in the unit search path (same for packages)
git-svn-id: trunk@10221 -
2006-11-20 15:38:48 +00:00
mattias
588a4a2408 package dependencies: implemented storing default filename issue #1950
git-svn-id: trunk@9775 -
2006-08-31 19:44:44 +00:00
mattias
4baf95a5f5 fixed mem leak
git-svn-id: trunk@9630 -
2006-07-18 17:37:21 +00:00
mattias
54775b843e adding events for properties of method types of indirect units implemented issue #1990
git-svn-id: trunk@9600 -
2006-07-13 22:06:24 +00:00
mattias
d7bb813f84 cleanup, smaller layout fixes and fixed issue #1861
git-svn-id: trunk@9599 -
2006-07-12 20:52:07 +00:00
mattias
63dd31ff22 implemented a dialog to find components in the palette
git-svn-id: trunk@9434 -
2006-06-14 17:50:08 +00:00
mattias
4023c08654 fixed checking adding unitpaths on adding units to packages
git-svn-id: trunk@9305 -
2006-05-18 22:52:15 +00:00
mattias
e441b52d38 made sure, that lazarus code uses TImageList.AddDirect
git-svn-id: trunk@9266 -
2006-05-13 09:13:05 +00:00
mattias
a70721d9df renamed compiler options includefiles to IncludePath
git-svn-id: trunk@9127 -
2006-04-15 11:52:04 +00:00
mattias
248fa55c77 ixed painting icons in package editor
git-svn-id: trunk@8586 -
2006-01-21 00:17:37 +00:00
mattias
dfdf56a0cd fixed package editor autosizing. define templates are now all updated after editing graph properties
git-svn-id: trunk@8281 -
2005-12-09 00:47:51 +00:00
mattias
01160ee08a started Makefile creation for packages, updated dutch translation from Matthijs Willemstein
git-svn-id: trunk@7796 -
2005-09-23 17:08:27 +00:00
mattias
3c4dee55f9 implemented Add To Project menu item in package editor, fixed fpc lresources warnings, reduced debug output
git-svn-id: trunk@7588 -
2005-08-29 08:25:37 +00:00
mattias
384a57a132 implemented renaming of new package files
git-svn-id: trunk@7339 -
2005-07-13 07:33:14 +00:00
mattias
bb28a2365c implemented adding a new file from registered file types to package
git-svn-id: trunk@7305 -
2005-06-30 18:15:55 +00:00
mattias
e9337d45ff fixed compilation
git-svn-id: trunk@7304 -
2005-06-30 11:29:26 +00:00
mattias
536fc01a98 implemented Use Unit option for package units to allow units, that are not always compiled
git-svn-id: trunk@7192 -
2005-05-21 16:36:31 +00:00
mattias
a57486b40f added check for view package source and virtual packages
git-svn-id: trunk@7189 -
2005-05-21 15:18:58 +00:00
mattias
a4f497026b fixed ambigious with ambiguous
git-svn-id: trunk@7011 -
2005-03-23 10:45:06 +00:00
mattias
ab8b283f9b fixed copyword in tab line
git-svn-id: trunk@6736 -
2005-02-04 22:04:23 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +00:00
mattias
81f9980ad0 implemented automatic redirecting of package output directory and filestate cache
git-svn-id: trunk@6680 -
2005-01-25 01:14:19 +00:00
vincents
c535f37167 use xml units from fpc, if not compiling with fpc 1.0
git-svn-id: trunk@6603 -
2005-01-15 13:44:03 +00:00
mattias
924cd35914 added resurce strings for gtk file dlg
git-svn-id: trunk@6391 -
2004-12-18 23:46:17 +00:00
mattias
68c0ee8c21 renamed avl_tree.pas to oldavltree.pas for new fpc 1.9.5
git-svn-id: trunk@6210 -
2004-11-06 19:49:14 +00:00
vincents
bcf90ce19b splitted off unit FileUtil, it doesn't depend on other LCL units
git-svn-id: trunk@6080 -
2004-09-27 21:45:44 +00:00
mattias
55ead40b81 implemented forward search for FindReferences and added check sign for package file type
git-svn-id: trunk@6048 -
2004-09-23 00:10:52 +00:00
mattias
317a590852 implemented searching and editing virtual units
git-svn-id: trunk@6042 -
2004-09-22 12:43:18 +00:00
vincents
89fe6ac437 replaced writeln by DebugLn
git-svn-id: trunk@6001 -
2004-09-14 21:30:37 +00:00
mattias
0a089d1218 implemented Package Editor -> View package source
git-svn-id: trunk@5940 -
2004-09-07 14:49:13 +00:00
marc
90b8b206c0 + Added option to skip compiler step on compile, build or run
* Fixed adding of runtime watches
* Fixed runnerror reporting (correct number and location is shown)

git-svn-id: trunk@5918 -
2004-09-04 21:54:08 +00:00
mattias
617948d9c8 removed unneeded units in uses sections
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
7e956b8c19 more Actions TAction, TBasicAction, ...
git-svn-id: trunk@5138 -
2004-02-02 16:59:28 +00:00
mattias
a703caa1f5 virtual units can now register
git-svn-id: trunk@5114 -
2004-01-28 20:06:21 +00:00
mattias
f6e2377e96 made sorting pkg files nicer
git-svn-id: trunk@4947 -
2003-12-23 20:01:15 +00:00
mattias
94fc75e267 implemented sort package files
git-svn-id: trunk@4849 -
2003-11-27 20:51:13 +00:00
mattias
86428e4837 Import and Export of package compiler options
git-svn-id: trunk@4626 -
2003-09-15 15:03:06 +00:00
mattias
3a6dd972da made package files more relative
git-svn-id: trunk@4542 -
2003-08-28 10:43:34 +00:00
mattias
40044dcf40 listbox and comboboxes now set sort and selection at handle creation
git-svn-id: trunk@4541 -
2003-08-28 09:10:01 +00:00
mattias
568553d695 implemented multi file add to package editor
git-svn-id: trunk@4343 -
2003-06-30 14:58:29 +00:00
mattias
a470913400 added a help and a more button tot he package editor
git-svn-id: trunk@4209 -
2003-05-28 21:16:47 +00:00
mattias
7c933cec5b added automatic include path addition for lrs file
git-svn-id: trunk@4157 -
2003-05-16 08:25:42 +00:00
mattias
68208c499e fixed hiding destroyed components
git-svn-id: trunk@4152 -
2003-05-14 07:12:35 +00:00
mattias
3754ce22a8 added interbase package
git-svn-id: trunk@4151 -
2003-05-12 23:37:06 +00:00
mattias
4fbdd8f2b6 fixed clsing popupmenu on showmodal
git-svn-id: trunk@4148 -
2003-05-12 13:40:50 +00:00