juha
|
e05552a178
|
Package editor: Update the image for dependent package after modifying min/max version. Issue #32546.
git-svn-id: trunk@56082 -
|
2017-10-16 13:31:15 +00:00 |
|
juha
|
b800766a5f
|
Package editor: Refactoring.
git-svn-id: trunk@56069 -
|
2017-10-16 09:56:54 +00:00 |
|
juha
|
0f43b7c709
|
Package editor: Update the view after modifying dependent package parameters. Issue #32546.
git-svn-id: trunk@56068 -
|
2017-10-16 09:56:53 +00:00 |
|
juha
|
648e0fd02c
|
Package editor: Fix moving dependencies up/down. Use the display name for searching. Issue #32546.
git-svn-id: trunk@56058 -
|
2017-10-15 11:48:26 +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 |
|
mattias
|
626736e5e2
|
IDE: package editor: publish: disable if units/includes outside pkg dir
git-svn-id: trunk@55096 -
|
2017-05-26 11:39:42 +00:00 |
|
ondrej
|
dc0a33652f
|
IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
|
2017-05-22 07:52:37 +00:00 |
|
michl
|
5d03c243b5
|
IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
|
2017-05-21 20:59:29 +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 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
juha
|
f68693281e
|
Packager: fix anchors in the AddPkgDependencyDialog. Patch from Ondrej.
git-svn-id: trunk@53425 -
|
2016-11-23 15:06:28 +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 |
|
juha
|
09b6ef75ac
|
Refactor, move Package and Project checking functions to a new unit.
git-svn-id: trunk@53128 -
|
2016-10-16 20:06:35 +00:00 |
|
mattias
|
444a926616
|
IDEIntf: rewrote TIDEMenuSection to handle changes in hidden sections, tests: added menuintf tests, IDE: clean up
git-svn-id: trunk@52918 -
|
2016-09-05 15:18:02 +00:00 |
|
juha
|
c334d3f20a
|
IDE: Support ENTER also in FilterEdits of ProjectInspector and PackageEditor. Issue #30523, patch from Markus.
git-svn-id: trunk@52877 -
|
2016-08-26 18:24:42 +00:00 |
|
juha
|
dc5c4b535c
|
Packager: Support dotted package names. Issue #30467.
git-svn-id: trunk@52813 -
|
2016-08-17 10:40:39 +00:00 |
|
juha
|
297e19a349
|
IDE: Add methods for merging paths to CompilerOptions and replace common code patterns with them.
git-svn-id: trunk@52693 -
|
2016-07-15 17:47:18 +00:00 |
|
maxim
|
86b0d4f7ed
|
IDE, packager: added dots for 'Find in files' menu item, bug #29800
git-svn-id: trunk@51894 -
|
2016-03-09 21:52:51 +00:00 |
|
maxim
|
7052b327d7
|
IDE: fixed i18n regression after r50903 #e9d1b1acd4
git-svn-id: trunk@50968 -
|
2015-12-21 22:17:57 +00:00 |
|
ondrej
|
e9d1b1acd4
|
IDE: use tbsButtonDrop instead of '>>' buttons
git-svn-id: trunk@50903 -
|
2015-12-18 10:39:04 +00:00 |
|
mattias
|
f612624bb3
|
IDE: clean up
git-svn-id: trunk@50867 -
|
2015-12-17 14:37:39 +00:00 |
|
juha
|
9e35d2c52c
|
Packager: Update search paths after "Add Active File To Package". Issue #27720.
git-svn-id: trunk@50839 -
|
2015-12-16 00:16:23 +00:00 |
|
juha
|
5229da3d5b
|
Package editor: Duplicate the "Add" button's menu items in tree popup menu. Part of issue #28097.
git-svn-id: trunk@50815 -
|
2015-12-15 12:47:29 +00:00 |
|
juha
|
5c3487bc18
|
Package editor: Mark a package as modified after moving a dependency up/down. Part of issue #26188.
git-svn-id: trunk@50804 -
|
2015-12-14 17:25:32 +00:00 |
|
juha
|
53810b548d
|
Package editor: Don't update the whole tree when moving a dependency up/down. Part of issue #26188.
git-svn-id: trunk@50796 -
|
2015-12-14 12:19:01 +00:00 |
|
juha
|
d9f10162d5
|
Package editor: Improve popup menu behavior. Part of issue #26188.
git-svn-id: trunk@50795 -
|
2015-12-14 12:18:55 +00:00 |
|
mattias
|
f088a0bc08
|
IDE: fixed opening an existing package editor, bug #28963
git-svn-id: trunk@50236 -
|
2015-11-06 17:03:37 +00:00 |
|
mattias
|
a3cea8f6d2
|
IDE: undo wrong patch bug #28963
git-svn-id: trunk@50235 -
|
2015-11-06 17:02:56 +00:00 |
|
juha
|
968fd42946
|
Packager: Prevent error when opening a package dependency which is already open. Issue #28963, patch from Cyrax.
git-svn-id: trunk@50233 -
|
2015-11-06 12:09:35 +00:00 |
|
mattias
|
caff01e9f6
|
IDE: fixed Disable/EnableAutosizing restoring package editors
git-svn-id: trunk@50178 -
|
2015-10-26 22:09:12 +00:00 |
|
mattias
|
6637d69e9a
|
IDE: store open packages when closing and reopen them on next start, added option to disable this, patch from Ondrej Pokorny
git-svn-id: trunk@49804 -
|
2015-09-10 08:50:39 +00:00 |
|
mattias
|
bf21367723
|
IDE: restore desktop: multiple source editors, from Ondrej Pokorny
git-svn-id: trunk@49802 -
|
2015-09-09 22:25:57 +00:00 |
|
juha
|
06ac76f560
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
|
2015-07-04 23:08:00 +00:00 |
|
maxim
|
6f4c8353e5
|
IDE: renamed/regrouped/cleaned up resource strings for file filter names, bug #28219, patch from Alexey Torgashin
git-svn-id: trunk@49245 -
|
2015-06-02 23:56:03 +00:00 |
|
juha
|
8fd3337105
|
IDE: Fix Help hint in Project Inspector and Package editor. Issue #28132, patch from Alexey Torgashin.
git-svn-id: trunk@49108 -
|
2015-05-19 17:13:32 +00:00 |
|
juha
|
4be547210a
|
IDE: Improve adding a new file to package, reuse the "New..." dialog. Issue #28097, patch from Alexey Torgashin.
git-svn-id: trunk@49096 -
|
2015-05-18 22:31:35 +00:00 |
|
juha
|
2ef97b4916
|
Package editor: Prevent a package from being compiled many times simultaneously. Issue #28032.
git-svn-id: trunk@49079 -
|
2015-05-17 23:44:41 +00:00 |
|
juha
|
9bbdc4fec0
|
Package editor: Replace AddMore button with a popup menu. Step 1. to improve the GUI. Issue #28097, (modified) patch from Alexey Torgashin.
git-svn-id: trunk@49046 -
|
2015-05-16 11:09:16 +00:00 |
|
juha
|
708afdf966
|
Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
|
2015-03-22 10:17:35 +00:00 |
|
juha
|
aa474f5750
|
IDE: Reuse 'Options' resource string.
git-svn-id: trunk@48316 -
|
2015-03-12 23:02:06 +00:00 |
|
mattias
|
38920c30fc
|
IDE: TPackageEditorForm.UpdateAll: implemented Immediately
git-svn-id: trunk@48232 -
|
2015-03-10 15:46:09 +00:00 |
|
mattias
|
f69dd2379e
|
IDE: clean up
git-svn-id: trunk@48198 -
|
2015-03-10 12:02:19 +00:00 |
|
juha
|
f5a39a509c
|
Package editor: Prevent collapsing all tree nodes when changing file type. Issue #26188.
git-svn-id: trunk@47928 -
|
2015-02-20 23:51:34 +00:00 |
|
mattias
|
7a53d091b9
|
IDE: package editor: show version in title
git-svn-id: trunk@47620 -
|
2015-02-07 10:29:10 +00:00 |
|
juha
|
16efb89956
|
Packager: Fix access violation in package editor. Issue #27170.
git-svn-id: trunk@47206 -
|
2014-12-16 16:59:06 +00:00 |
|
juha
|
b2834f51cc
|
IDE: Partly implement component palette reordering.
git-svn-id: trunk@46828 -
|
2014-11-12 20:35:22 +00:00 |
|
mattias
|
817720f66d
|
IDE: clean up
git-svn-id: trunk@46316 -
|
2014-09-24 17:40:05 +00:00 |
|
juha
|
3c1ac1d84c
|
Package Editor: A new button for adding files from file system easily. Issue #24337.
git-svn-id: trunk@46312 -
|
2014-09-24 17:01:58 +00:00 |
|
juha
|
e187809d73
|
Project Inspector: A new button for adding files from file system easily. Issue #24337.
git-svn-id: trunk@46311 -
|
2014-09-24 17:01:50 +00:00 |
|