Commit Graph

153 Commits

Author SHA1 Message Date
paul
09da630cd7 ide: use standard bitbtns (help, cancel) in configure build lazarus dialog
git-svn-id: trunk@19525 -
2009-04-20 14:29:31 +00:00
martin
2129ac6726 Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package.
git-svn-id: trunk@18829 -
2009-02-26 23:31:02 +00:00
vincents
0d67f9edaa IDE: removed fpc 2.2.0 workaround
git-svn-id: trunk@18576 -
2009-02-05 10:01:00 +00:00
vincents
5a187af2f3 IDE: clean up, removed workaround for fpc versions before 2.2.2
git-svn-id: trunk@18128 -
2009-01-05 10:26:25 +00:00
mattias
f0624f81c8 IDE: build laz dlg: enlarged
git-svn-id: trunk@17997 -
2008-12-30 13:21:35 +00:00
mattias
be5d5ae20a removed jitform
git-svn-id: trunk@17994 -
2008-12-30 11:48:15 +00:00
mattias
6b8e6f225b added USESVN2REVISIONINC=0 if lazarus directory readonly
git-svn-id: trunk@17182 -
2008-11-01 22:34:06 +00:00
darius
3a28818930 added help button to dialog
git-svn-id: trunk@16970 -
2008-10-11 22:02:49 +00:00
vincents
9402e3b34d IDE: fixed rebuilding IDE when installing components, if the build node IDE was set make node none (issue #12195)
git-svn-id: trunk@16687 -
2008-09-23 19:01:16 +00:00
laurent
1968691a17 Load glyph form resource
git-svn-id: trunk@16652 -
2008-09-19 16:16:24 +00:00
laurent
dbf5d01d9b add standard glyph in buttons
git-svn-id: trunk@16597 -
2008-09-15 16:24:10 +00:00
mattias
d09f2db292 IDE: auto creating bundle for IDE
git-svn-id: trunk@16473 -
2008-09-07 21:17:23 +00:00
vincents
2a69ab2627 IDE: removed starter build node from configre build lazarus dialog
git-svn-id: trunk@16441 -
2008-09-05 17:53:23 +00:00
vincents
9c33a42cce IDE: fixed rebuilding IDE with a non-ascii primary config path
git-svn-id: trunk@16295 -
2008-08-29 11:49:05 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
4eb14f3d82 IDE: fixed search result list non result area hint, bug #11760
git-svn-id: trunk@15919 -
2008-07-30 15:34:49 +00:00
mattias
9d0afc204c IDE: moved IFDEF BigIDE to lazarus.pp to let it work even on quick build, LazBuild: implemented compiling IDE standard packages
git-svn-id: trunk@15720 -
2008-07-09 13:22:45 +00:00
vincents
0e00ff3660 IDE: removed codepage target from Makefile (was used on windows)
git-svn-id: trunk@15387 -
2008-06-11 11:03:46 +00:00
vincents
ad99296adb IDE: fixed compilation with fpc 2.2.0
git-svn-id: trunk@15292 -
2008-06-02 18:28:38 +00:00
vincents
1ea890ac9e IDE: delayed using short path for IDEMake.cfg until actually passing it to the make command, so we are sure it exists and ExtractShortPathName return a valid file name (bug #11400)
git-svn-id: trunk@15286 -
2008-06-02 08:12:49 +00:00
vincents
5f98274e7f IDE: pass IDEmake.cfg path as short file name, so quoting is needed (maybe fixes #11362)
git-svn-id: trunk@15279 -
2008-05-30 22:04:59 +00:00
vincents
feea28fc55 IDE: prefer ' over " in Makefile and make commands, " is not handled well on windows 98
git-svn-id: trunk@15274 -
2008-05-29 22:25:33 +00:00
vincents
d42b49c565 IDE: when building lazarus from the IDE, let the Makefile set the codepage of the console to the code page used in the gui (windows only), fixes bug #11316
git-svn-id: trunk@15195 -
2008-05-21 12:40:39 +00:00
vincents
6cd01bc70a IDE: fixed rebuilding the IDE, in case the idemake.cfg files was in a directory with spaces and upper ansi chars in its path, thanks to Yury
git-svn-id: trunk@15045 -
2008-05-04 19:32:01 +00:00
mattias
f8b5714a8f IDE: clean up, lazbuild: auto create lrs files bug #11063
git-svn-id: trunk@14921 -
2008-04-21 16:28:13 +00:00
vincents
6f835bfa26 IDE: allow rebuilding a running lazarus in a custom directory from C Western (bug #11072)
git-svn-id: trunk@14730 -
2008-04-02 10:38:56 +00:00
paul
ad94ffd5fb THeaderControl:
- Allow to resize the buttons on the THeaderControl (patch from Benito van der Zander with small modifications issue #0011036)
- Add MinWidth, MaxWidth to section to prevent resizing
- correct build lazarus dialogs to prevent header resizing after this changes

git-svn-id: trunk@14622 -
2008-03-24 08:41:25 +00:00
mattias
2bbb89db49 IDE: build lazarus IDE: fixed always cleaning
git-svn-id: trunk@14423 -
2008-03-05 11:46:23 +00:00
mattias
944b28741c IDE: fixed building lazarus ide item clean
git-svn-id: trunk@14409 -
2008-03-04 20:26:34 +00:00
vincents
92375726b6 IDE: build lazarus dialog: don't build starter by default, prevents linking problems on windows when startlazarus is already running.
git-svn-id: trunk@14385 -
2008-03-03 15:04:14 +00:00
vincents
fe6405f549 IDE: fixed running svn2revisioninc when building the IDE. This used to happen in the compile-the-without-linking step.
git-svn-id: trunk@14334 -
2008-02-29 23:02:51 +00:00
mattias
c63465bf44 IDE: combined compiling+linking IDE steps to one step again. IDE packages must now use the IDEIntf only.
git-svn-id: trunk@14261 -
2008-02-26 15:19:20 +00:00
mattias
d1f4791230 IDE: configure build lazarus: mode: using translations
git-svn-id: trunk@14204 -
2008-02-20 09:03:03 +00:00
mattias
7d5ebc36db IDE: cleanup
git-svn-id: trunk@14203 -
2008-02-20 09:00:25 +00:00
tombo
8d5086eb31 IDE compiler options, build lazarus dialog: add default linker options for widget set (mainly carbon) to params
git-svn-id: trunk@14050 -
2008-02-09 15:00:02 +00:00
marc
32e7e2fe7d * improved Build Lazarus Dialog localization patch by Maxim Ganetsky
* updated po files

git-svn-id: trunk@13772 -
2008-01-16 00:14:16 +00:00
mattias
f97864b493 IDE: added flag to not compile IDE when just installing a package
git-svn-id: trunk@12698 -
2007-11-02 16:44:11 +00:00
vincents
b80c5aa87e IDE: added more verbosity for adding directory to path on win32, don't check if cpp.exe is already on the path
git-svn-id: trunk@12643 -
2007-10-30 09:28:58 +00:00
mattias
223e59af66 LCL: fixed AlignControls when ClientRect changes during update, LCL: AutoSize now uses WithThemeSpace as default, gtk1 intf: implemented GetPreferredSize for WithThemeSpace, LCL: changed TButton/TBitBtn.BorderSpacing.InnerBorder from 4 to 0, IDE: removed InnerBorder values from IDE dialogs
git-svn-id: trunk@12615 -
2007-10-28 00:33:23 +00:00
mattias
8d2a89ca23 IDE: fixed cross compiling target OS/CPU for IDE
git-svn-id: trunk@12493 -
2007-10-16 20:54:26 +00:00
vincents
93c9981240 IDE: added workaround for the fact that windres (called by fpc 2.2.0) cannot find the preprocessor, if it is not on the path (bug #9793)
git-svn-id: trunk@12382 -
2007-10-08 13:09:16 +00:00
marc
1834dd996a * Fixed options save. Thanks to Giuliano Colla
git-svn-id: trunk@12167 -
2007-09-24 18:40:06 +00:00
marc
460ae152ea + Modified patch from Giuliano Colla for quickoptions
git-svn-id: trunk@12069 -
2007-09-18 23:22:22 +00:00
paul
59aa486876 - another way to show splitter points under gtk1
- buildlazarusdialog adjusted as suggested by Darius

git-svn-id: trunk@11287 -
2007-06-06 02:19:44 +00:00
mattias
6b2ec19d9c IDE: editor options: using OnChange event for checkboxes - but it would be better to fix the OnClick event for TRadioButtons on all widgetsets
git-svn-id: trunk@11286 -
2007-06-05 16:38:49 +00:00
paul
4d7849a2d3 updated strings for buildlazdialog
git-svn-id: trunk@11281 -
2007-06-05 07:18:48 +00:00
paul
f0f36ca1c6 new buildlazdialog look
git-svn-id: trunk@11279 -
2007-06-04 23:29:40 +00:00
paul
e3c799d085 - fixed bug with themed drawing in buildlazdialog.pas noticed by Vincent (under win2000)
- enabled speedbutton themed drawing (previously was disabled with ifdef)

git-svn-id: trunk@11175 -
2007-05-22 15:46:58 +00:00
paul
554e4107ef - Themes moved to interface section from implementation
- Build lazarus dialogs use ThemeServices to draw buttons (disabled through UseThemes define)

git-svn-id: trunk@11174 -
2007-05-22 06:06:11 +00:00
vincents
ecaebbe825 + introduced LCLPlatformDisplayNames (used on screen) and LCLPlatformDirNames (used for compilation) to be able show win32/win64 on screen and use the win32 directory
git-svn-id: trunk@11133 -
2007-05-13 14:25:05 +00:00