paul
|
e447466f59
|
ide: fix compilation with fpc 2.5.1
git-svn-id: trunk@21277 -
|
2009-08-18 08:42:22 +00:00 |
|
marc
|
590d786e59
|
* More separation of menu and dialog caption by Maxim Ganetsky
git-svn-id: trunk@21239 -
|
2009-08-15 22:46:31 +00:00 |
|
mattias
|
72ff5f642d
|
IDE: package editor: keep selection
git-svn-id: trunk@21141 -
|
2009-08-09 02:20:14 +00:00 |
|
mattias
|
6ec5d481b6
|
IDE: package options: removed unimplemented auto increase version
git-svn-id: trunk@21139 -
|
2009-08-08 14:32:33 +00:00 |
|
mattias
|
903c14a1b0
|
IDE: resourcestring for new package, bug #14224, from Marcelo B Paula
git-svn-id: trunk@21044 -
|
2009-08-01 07:05:05 +00:00 |
|
mattias
|
7ebe508fc7
|
IDE: resourcestrings in add new file to package, bug #14244, from Marcelo B Paula
git-svn-id: trunk@21042 -
|
2009-08-01 07:02:18 +00:00 |
|
mattias
|
20c21820e4
|
IDE: trim TargetDir of IDE
git-svn-id: trunk@20986 -
|
2009-07-28 06:51:33 +00:00 |
|
vincents
|
df02752fd5
|
IDE: packages opened in the package graph are added to the recent package list from Samuel Herzog (issue #14047)
git-svn-id: trunk@20762 -
|
2009-06-28 17:50:49 +00:00 |
|
mattias
|
3907a82c47
|
IDE: resourcestrings for configure installed packages dlg
git-svn-id: trunk@20752 -
|
2009-06-27 12:06:51 +00:00 |
|
vincents
|
eb2c5237fb
|
Package editor: select newlly added node in the package tree, so that details in groupbox are filled (issue #10377)
git-svn-id: trunk@20730 -
|
2009-06-24 13:33:23 +00:00 |
|
paul
|
9037c5325a
|
ide, packager: use AutoSize for toolbar dividers
git-svn-id: trunk@20517 -
|
2009-06-08 12:34:53 +00:00 |
|
paul
|
a25c7654e8
|
packager: increase size constraints for the package options dialog
git-svn-id: trunk@20510 -
|
2009-06-08 06:57:34 +00:00 |
|
paul
|
9bcf8a3838
|
packager: fix anchors in package options
git-svn-id: trunk@20509 -
|
2009-06-08 06:53:54 +00:00 |
|
paul
|
3b93e3603f
|
ide: add constraints to the package options dialog
git-svn-id: trunk@20508 -
|
2009-06-08 06:29:39 +00:00 |
|
paul
|
d24d8ac07f
|
packager: use ToolBar for buttons in the package editor
git-svn-id: trunk@20505 -
|
2009-06-08 04:38:07 +00:00 |
|
paul
|
6438eaf854
|
packager: package options dialog:
- set constraints
- cosmetic changes
git-svn-id: trunk@20484 -
|
2009-06-06 17:19:09 +00:00 |
|
paul
|
d52fd54c84
|
packager: make treeview readonly in the package editor (part of issue #0013849)
git-svn-id: trunk@20269 -
|
2009-05-28 00:28:15 +00:00 |
|
paul
|
e932577e22
|
ide, debugger, packager: don't use special Ok, Cancel, Help captions for buttons - use standard LCL - they have accelerators (Ok and Help) (fixes a part of issue #0001379)
git-svn-id: trunk@20045 -
|
2009-05-19 08:54:33 +00:00 |
|
vincents
|
eaffaf4c72
|
package options dialog: removed bevel above button panel
git-svn-id: trunk@19694 -
|
2009-04-29 14:58:39 +00:00 |
|
vincents
|
2bcf60ae7c
|
package options dialog: use button panel to fix the button order (issue #13558)
git-svn-id: trunk@19692 -
|
2009-04-29 13:34:19 +00:00 |
|
mattias
|
5f4c6b579f
|
IDE: added more ShowAbort flags
git-svn-id: trunk@19651 -
|
2009-04-27 18:08:58 +00:00 |
|
mattias
|
a557b7dfc8
|
IDE: renamed build modes to properties
git-svn-id: trunk@19624 -
|
2009-04-25 19:38:41 +00:00 |
|
mattias
|
22260a35b9
|
IDEIntf: renamed TLazBuildMode to TLazBuildProperty
git-svn-id: trunk@19615 -
|
2009-04-25 12:17:19 +00:00 |
|
paul
|
ab551522fb
|
packager: make some buttons look better on gtk2
git-svn-id: trunk@19538 -
|
2009-04-21 02:44:13 +00:00 |
|
paul
|
35b131375b
|
packager: don't load button icon from standard LCL image for one more dialog
git-svn-id: trunk@19537 -
|
2009-04-21 02:31:26 +00:00 |
|
paul
|
397b34935a
|
packager: don't load LCL images for Cancel, OK buttons because LCL can do it itself and direct loading makes buttons looks not native on gtk2
git-svn-id: trunk@19536 -
|
2009-04-21 02:28:08 +00:00 |
|
paul
|
9480593b9c
|
packager: ask package editor to reflect current monitor better
git-svn-id: trunk@19427 -
|
2009-04-14 12:09:52 +00:00 |
|
paul
|
bdaf2bfa40
|
packager: place configure installed packages dialog on screen center
git-svn-id: trunk@19420 -
|
2009-04-14 01:36:15 +00:00 |
|
paul
|
2e51bdcb37
|
ide, converter: change window position from designed to screen center
git-svn-id: trunk@19419 -
|
2009-04-13 23:24:55 +00:00 |
|
paul
|
a5a3a8e13e
|
lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc
all others: add/replace new dependency
git-svn-id: trunk@19313 -
|
2009-04-10 15:33:23 +00:00 |
|
mattias
|
5bab9c1275
|
IDE: package manager: fixed mem leak
git-svn-id: trunk@19309 -
|
2009-04-10 14:49:38 +00:00 |
|
mattias
|
88faab98a6
|
IDE: package graph: fixed selecting used by
git-svn-id: trunk@19304 -
|
2009-04-10 13:43:07 +00:00 |
|
mattias
|
9b620f0c04
|
IDE: package graph: not showing itself
git-svn-id: trunk@19303 -
|
2009-04-10 13:30:25 +00:00 |
|
martin
|
5ccd61dfb4
|
SynEdit package registration: added some missing units
git-svn-id: trunk@19066 -
|
2009-03-22 20:30:51 +00:00 |
|
paul
|
ad5a5e1c39
|
ide: if we answer yes on "Stop the debugging" when we are closing IDE then close IDE after we stop (fixes last part of bug #0007562)
git-svn-id: trunk@18899 -
|
2009-03-05 10:35:46 +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 |
|
martin
|
81d0c46770
|
Add SynEdit-Design package to BigIDE
git-svn-id: trunk@18796 -
|
2009-02-22 18:42:03 +00:00 |
|
paul
|
b302ed9634
|
packages: apply patch of Maxim Ganetsky which fixes open installed package dialog open button event and change listview to select full row
git-svn-id: trunk@18693 -
|
2009-02-15 08:23:55 +00:00 |
|
mattias
|
e4968ed235
|
IDE: build modes: set values, default value is initialized with set Result
git-svn-id: trunk@18660 -
|
2009-02-13 12:10:06 +00:00 |
|
mattias
|
321c976935
|
build mode: started default value editors
git-svn-id: trunk@18589 -
|
2009-02-05 16:21:43 +00:00 |
|
mattias
|
1926d5b439
|
IDE: compiler conditionals editor: made more generic
git-svn-id: trunk@18586 -
|
2009-02-05 15:48:21 +00:00 |
|
mattias
|
713bd9d439
|
IDE: added resourcestrings
git-svn-id: trunk@18580 -
|
2009-02-05 13:02:56 +00:00 |
|
mattias
|
200a245fa6
|
IDE: build modes: editing name and value
git-svn-id: trunk@18570 -
|
2009-02-04 20:02:11 +00:00 |
|
mattias
|
549fd5b435
|
IDE: build modes: delete mode value
git-svn-id: trunk@18567 -
|
2009-02-04 17:25:19 +00:00 |
|
mattias
|
a7dd474dc4
|
IDE: build modes: add mode value
git-svn-id: trunk@18565 -
|
2009-02-04 16:48:58 +00:00 |
|
mattias
|
e1a8cc2434
|
IDE: build modes: delete build mode
git-svn-id: trunk@18564 -
|
2009-02-04 16:37:07 +00:00 |
|
mattias
|
9adb2fad96
|
IDE: build modes: add new build modes
git-svn-id: trunk@18563 -
|
2009-02-04 16:33:11 +00:00 |
|
mattias
|
2ae6c31c9d
|
IDE: build modes: popup items
git-svn-id: trunk@18562 -
|
2009-02-04 16:20:26 +00:00 |
|
mattias
|
1390b6e044
|
IDE: build modes: clean up
git-svn-id: trunk@18560 -
|
2009-02-04 15:45:39 +00:00 |
|
paul
|
1ed4d23890
|
packager: fix TLazPackage.IndexOfPkgFile (bug #0013100)
git-svn-id: trunk@18555 -
|
2009-02-04 09:01:13 +00:00 |
|