Maxim Ganetsky
|
0ef797a45c
|
Packager: fixed memory leak when trying to add already existing dependency (spotted in merge request !302)
|
2024-07-09 01:41:02 +03:00 |
|
Juha
|
ecd69708ba
|
Move unit ProjPackCommon to package IdeConfig.
|
2024-04-08 02:22:35 +03:00 |
|
Michaël Van Canneyt
|
55cc226024
|
* Allow a double click in packages listbox to add requirement and close dialog
|
2024-03-26 12:12:16 +01:00 |
|
Juha
|
e65a102527
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
wp_xyz
|
9572e1ac64
|
IDE/PackageDependencyDlg: Fix package listbox truncating bottom pixel.
|
2022-10-27 00:17:47 +02:00 |
|
wp_xyz
|
c44d729ba2
|
IDE/Packager: Avoid too-large line height in listbox of "New Requirement" dialog at high DPI.
|
2021-09-11 12:07:53 +02:00 |
|
balazs
|
4f0c4c7dea
|
Packager: Colors for Local/Online packages are not visible in dark theme.
git-svn-id: trunk@64867 -
|
2021-03-24 20:10:27 +00:00 |
|
juha
|
823660192e
|
Packager: Tweak AddPkgDependencyDialog.
git-svn-id: trunk@63986 -
|
2020-10-09 18:39:05 +00:00 |
|
juha
|
7a95787973
|
Packager: Get online package list while in AddPkgDependencyDialog.
git-svn-id: trunk@63982 -
|
2020-10-09 14:08:24 +00:00 |
|
juha
|
41552a49c8
|
IDE: Support installing online package dependencies also from Package Editor.
git-svn-id: trunk@63962 -
|
2020-10-06 08:30:41 +00:00 |
|
juha
|
b429d78258
|
IDE: Fix wrong typecasts in TAddPkgDependencyDialog. Local packages could be marked as Online. Issue #37330.
git-svn-id: trunk@63545 -
|
2020-07-11 20:34:25 +00:00 |
|
balazs
|
e54a15994d
|
Opkman: Do not load online packages when OPM is not installed.
git-svn-id: trunk@60472 -
|
2019-02-23 11:23:52 +00:00 |
|
ondrej
|
a711fb97c0
|
IDE: remove redundant glyph assignments
git-svn-id: trunk@57723 -
|
2018-04-26 10:02:59 +00:00 |
|
balazs
|
687b78901e
|
Packager: When opening a project, automatically resolve broken package dependency if the package is available online and opkman is installed.
git-svn-id: trunk@56690 -
|
2017-12-11 09:57:46 +00:00 |
|
balazs
|
601a6c90ba
|
Packager: Localize "Install" button.
git-svn-id: trunk@56675 -
|
2017-12-09 07:51:18 +00:00 |
|
balazs
|
5fff4bbf99
|
Packager: AddPkgDependecyDlg dialog: the possibility to install online packages directly.
git-svn-id: trunk@56668 -
|
2017-12-08 10:54:41 +00:00 |
|
balazs
|
40b29b08ce
|
Packager: In order to preserve consistency with other opkman related dialogs(install/download/extract), confirmation dlg. from packager was moved to opkman. Extended InstallPackages function.
git-svn-id: trunk@56635 -
|
2017-12-05 13:41:26 +00:00 |
|
balazs
|
6d9563f430
|
Packager: Increase ItemHeight for package list(AddPkgDependecyDlg). The text is truncated when larger font is used(Ubuntu).
git-svn-id: trunk@56624 -
|
2017-12-04 20:48:46 +00:00 |
|
mattias
|
999cb1e071
|
IDE: add requirement dialog: nicer layout
git-svn-id: trunk@56608 -
|
2017-12-04 11:40:06 +00:00 |
|
balazs
|
d5b7b913fd
|
Packager: Add online packages to the "New Requirement" dialog. The changes are only visible when Opkman is installed.
git-svn-id: trunk@56607 -
|
2017-12-04 09:56:11 +00:00 |
|
juha
|
4fab6dcb04
|
Packager: Add online packages to the "New Requirement" dialog. Issue #32723, patch from Balázs.
git-svn-id: trunk@56481 -
|
2017-11-24 11:34:42 +00:00 |
|
juha
|
d5909028ff
|
Packager: Fix NewRequirement dialog hi-dpi layout. Issue #32700, patch from wp.
git-svn-id: trunk@56462 -
|
2017-11-21 15:32:03 +00:00 |
|
michl
|
6f5300c1e9
|
IDE: High-DPI: Fixed image sizes of in IDE used TTreeFilterEdits and TListFilterEdits.
git-svn-id: trunk@55498 -
|
2017-07-13 19:32:16 +00:00 |
|
juha
|
e800a738ad
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
|
2017-04-05 08:34:48 +00:00 |
|
juha
|
f4df80d90f
|
IdeIntf: Add base class TPkgDependencyBase to new unit PackageDependencyIntf.
git-svn-id: trunk@54404 -
|
2017-03-15 13:13:34 +00:00 |
|
juha
|
0f1c5f448d
|
Rename unit ProjPackBase -> ProjPackCommon. Reduce confusion as it defines a common interface etc., not a base class.
git-svn-id: trunk@54401 -
|
2017-03-15 13:13:23 +00:00 |
|
mattias
|
e6c50d9574
|
IDE: less hints
git-svn-id: trunk@53141 -
|
2016-10-17 13:41:54 +00:00 |
|
juha
|
5fffe3b0fa
|
Prevent "List index (1) out of bounds" when adding pkg dependency. Tweak the form layout. Issues #30748 and #30750.
git-svn-id: trunk@53135 -
|
2016-10-17 13:22:24 +00:00 |
|
juha
|
60e607f3e0
|
Packager: Use new AddPkgDependencyDlg for dependencies of projects and packages. Support multiselection.
git-svn-id: trunk@53129 -
|
2016-10-16 20:06:37 +00:00 |
|