Commit Graph

338 Commits

Author SHA1 Message Date
mattias
dd34c8e045 IDEIntf: fixed typo
git-svn-id: trunk@46886 -
2014-11-19 13:52:48 +00:00
juha
a8e80b673c Object Inspector: Test code for redraw errors in some Windows machines. Cleanup.
git-svn-id: trunk@46885 -
2014-11-19 10:26:20 +00:00
juha
63400d9ec8 IDE: Add an option GUI for using CheckBox for Booleans in Object Inspector.
git-svn-id: trunk@46881 -
2014-11-18 23:40:20 +00:00
juha
0be2affe39 Object inspector: Solve the redraw problem with Boolean CheckBox editor using AutoSize instead of SetBounds. Issue #22347.
git-svn-id: trunk@46880 -
2014-11-18 16:28:11 +00:00
juha
f66d606172 Object Inspector: use theme services to draw the new CheckBox Boolean editor.
git-svn-id: trunk@46877 -
2014-11-18 14:00:21 +00:00
mattias
b78a550572 IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412
git-svn-id: trunk@46874 -
2014-11-18 11:03:29 +00:00
juha
ca628990f5 IDE, Component Palette options: Refactoring. Implement "Restore defaults". Don't change settings when user clicks Cancel.
git-svn-id: trunk@46871 -
2014-11-18 00:01:51 +00:00
juha
2da65785f9 IDE: Clear old left-over values when saving component palette configuration.
git-svn-id: trunk@46867 -
2014-11-15 20:40:50 +00:00
juha
470f46f722 IDE: fix a bug in saving component palette settings.
git-svn-id: trunk@46861 -
2014-11-15 14:02:48 +00:00
mattias
925368d194 IDEIntf: DoShowSearchResultsView: using one enum instead of multi bool
git-svn-id: trunk@46856 -
2014-11-15 12:36:41 +00:00
juha
ffa4d82af8 IDE: Fix loading user configuration for component palette.
git-svn-id: trunk@46843 -
2014-11-14 01:40:21 +00:00
juha
57840d4dcb IDE: Properly implement component palette reordering. Loading the user defined order does not work yet.
git-svn-id: trunk@46829 -
2014-11-12 20:35:24 +00:00
juha
b2834f51cc IDE: Partly implement component palette reordering.
git-svn-id: trunk@46828 -
2014-11-12 20:35:22 +00:00
mattias
03a8f3b039 IDEIntf: unicode file names
git-svn-id: trunk@46817 -
2014-11-12 19:05:11 +00:00
giuliano
447003f6d6 LCL: issue #0027030: proper button size in vertical mode
(conctrls.pp,toolbar.inc,toolbutton.inc)
IDEINTF: same issue - componenteditors.pas

git-svn-id: trunk@46800 -
2014-11-12 11:58:51 +00:00
juha
2c7bdfe3c5 Object Inspector: Fix FilterEdit width.
git-svn-id: trunk@46704 -
2014-10-30 19:47:01 +00:00
mattias
9d1210247e IDEIntf: less hints
git-svn-id: trunk@46700 -
2014-10-30 10:25:07 +00:00
reiniero
61417ef7a4 * IdeHelpIntf: cosmetic
git-svn-id: trunk@46681 -
2014-10-26 10:29:07 +00:00
giuliano
8c3abc5f64 Updated Italian translation
git-svn-id: trunk@46660 -
2014-10-25 08:48:39 +00:00
juha
eb2e358f20 Object Inspector: Improve Mouse wheel scroll behavior. Issue #21795, patch from Sandro Cumerlato.
git-svn-id: trunk@46580 -
2014-10-17 16:56:07 +00:00
jesus
3227d9ff4c IDE, fieldseditor: handle exception on selecting lookup dataset, reported by Simon Ameis, issue #19924
git-svn-id: trunk@46563 -
2014-10-15 20:11:34 +00:00
reiniero
323c8678f8 * IDEIntf: cosmetic: comments
git-svn-id: trunk@46556 -
2014-10-14 14:07:04 +00:00
mattias
20540fd87b IDE: designer: redo: non visual TComponent.Left/Top
git-svn-id: trunk@46478 -
2014-10-08 18:12:10 +00:00
maxim
fe73bdea8d Translations: Italian translation update by Giuliano, bug #26823
git-svn-id: trunk@46454 -
2014-10-06 22:46:44 +00:00
maxim
397a95cd0d IDEIntf: updated Russian translation
git-svn-id: trunk@46400 -
2014-10-01 23:52:59 +00:00
jesus
368121fe76 IDE, enhance DBGrid columns editor with three buttons: add fields, delete all and fetch labels, modified/adapted patch from Zdravko Gabrovski, issue #25219
git-svn-id: trunk@46395 -
2014-10-01 21:03:04 +00:00
juha
d6f255f9f6 IdeIntf, Object Inspector: new strategy for putting StatusBar below InfoPanel. Set Top coord and the layout engine takes care of it. Issue #26788.
git-svn-id: trunk@46393 -
2014-10-01 14:46:49 +00:00
juha
2e85f426f7 IdeIntf, Object Inspector: Make sure the top splitter goes always to right place.
git-svn-id: trunk@46375 -
2014-09-30 17:46:29 +00:00
juha
bf4042ab81 IdeIntf, Object Inspector: Improve hiding / showing the info panel and statusbar.
git-svn-id: trunk@46374 -
2014-09-30 17:45:59 +00:00
juha
c6f67446c5 IdeIntf, Object Inspector: fix ComponentTreeHeight and code using it. ComponentPanel.Height was assigned to itself. Issue #26788.
git-svn-id: trunk@46337 -
2014-09-26 15:26:16 +00:00
juha
85fa5c550a Object Inspector: use Constraints.MinHeight for InfoPanel. It cannot be resized any more if Height becomes 0.
git-svn-id: trunk@46293 -
2014-09-22 17:19:24 +00:00
juha
2d6147eb18 ObjectInspector: locate the arrow on left side vertically better. Issue #26258, patch from Howardpc.
git-svn-id: trunk@46239 -
2014-09-15 15:39:49 +00:00
juha
310c961f33 IdeIntf: Improve painting of clNone also in color property editor of Object Inspector. Issue #26707, patch from wp.
git-svn-id: trunk@46194 -
2014-09-11 21:44:06 +00:00
juha
78afb4c373 LCL: Fix THintWindow.CalcHintRect. Issue #26674. Inspired by patch from Denis Golovan.
git-svn-id: trunk@46165 -
2014-09-09 10:17:54 +00:00
mattias
881c2a8272 translations: German: updates from Swen Heinig
git-svn-id: trunk@46159 -
2014-09-08 08:24:15 +00:00
mattias
45291bbba6 translations: German: updates from Swen Heinig
git-svn-id: trunk@46155 -
2014-09-07 18:00:45 +00:00
maxim
7fd522fbdd Translations: Hungarian translation update by Péter Gábor, bug #26565
git-svn-id: trunk@46016 -
2014-08-05 23:02:53 +00:00
mattias
dc0ea8db95 IDE: enabled group compile
git-svn-id: trunk@45987 -
2014-07-28 14:53:57 +00:00
mattias
2afb6b73af IDE: fixed extending unit/inc path in PI, fixed checking last pcp ignoring optional Darwin bundle, added dummy external tools for dependencies
git-svn-id: trunk@45986 -
2014-07-28 08:21:21 +00:00
mattias
b3807641a3 IDE: move/copy multiple files via dnd from package editors/project inspector
git-svn-id: trunk@45977 -
2014-07-25 18:13:56 +00:00
juha
b189500498 LCL: Revert some of THintWindow changes because of Delphi compatibility. Issue #26516
git-svn-id: trunk@45973 -
2014-07-25 16:56:19 +00:00
mattias
6c260d77f4 IDE: clean up
git-svn-id: trunk@45965 -
2014-07-24 14:21:09 +00:00
juha
fbb1fc2c84 IdeIntf: remove useless code in TLazPackageID.UpdateIDAsString
git-svn-id: trunk@45962 -
2014-07-23 21:46:33 +00:00
mattias
ed5b839859 IDE: reference build item
git-svn-id: trunk@45961 -
2014-07-23 20:46:00 +00:00
mattias
de1b9bea42 IDE: TIDEProjPackBase changed to TComponent
git-svn-id: trunk@45956 -
2014-07-23 11:32:58 +00:00
mattias
e3e3c31ab3 IDE: clean up old external tools
git-svn-id: trunk@45946 -
2014-07-20 20:15:40 +00:00
juha
2e25d04b3c LCL: remove unlogical side-effect from THintWindow.CalcHintRect.
git-svn-id: trunk@45939 -
2014-07-20 18:27:48 +00:00
juha
ba96b04000 IdeIntf: use 2 hint windows in THintWindowManager, one for text and one for rendered HTML.
git-svn-id: trunk@45938 -
2014-07-20 18:27:21 +00:00
juha
24ce977ee8 LCL, SynEdit: improve THintWindow methods. Fixes code completion offset problem, issue #26509
git-svn-id: trunk@45937 -
2014-07-20 18:26:37 +00:00
juha
c7500f2cc9 IdeIntf: use the base class TIDEProjPackBase in TProjectFileDescriptor.
git-svn-id: trunk@45902 -
2014-07-17 22:07:07 +00:00
mattias
edbefdfd3d IDEIntf: clean up
git-svn-id: trunk@45897 -
2014-07-16 20:08:29 +00:00
juha
e9bfb08a8c IdeIntf: In TLazPackageID, use getter methods for IDAsString and IDAsWord. Will be used for iProjPack interface.
git-svn-id: trunk@45895 -
2014-07-16 20:01:44 +00:00
juha
f9bf2bb145 IdeIntf: move LazCompilerOptions to common base class TIDEProjPackBase.
git-svn-id: trunk@45894 -
2014-07-16 20:01:32 +00:00
juha
1a1afd969c IdeIntf: name project / package common base class as TIDEProjPackBase.
git-svn-id: trunk@45893 -
2014-07-16 19:59:26 +00:00
juha
91cc270510 IDE: remove one more deprecated method TSourceNotebook.ClearErrorLines.
git-svn-id: trunk@45881 -
2014-07-15 17:28:54 +00:00
juha
68ec932c40 IDEIntf: remove abstract base methods from TSourceEditorWindowInterface, deprecated implementations were removed earlier.
git-svn-id: trunk@45880 -
2014-07-15 17:28:39 +00:00
juha
62736bacb8 IDE: Move hint stuff from TSourceNotebook to TSourceEditorManager. Only one hint is shown at a time anyways.
git-svn-id: trunk@45841 -
2014-07-12 14:19:35 +00:00
juha
daf9f126f0 IdeIntf: comment out TOIHintWindow.OnMouseDown. The inherited protected property is available, too. (A bug?)
git-svn-id: trunk@45832 -
2014-07-11 16:32:23 +00:00
juha
a8c3ea866d IdeIntf: Clean TOICustomPropertyGrid.HintTimer
git-svn-id: trunk@45831 -
2014-07-11 16:32:10 +00:00
juha
613426fbe9 IdeIntf: remove useless parameters from TOIPropertyHint event.
git-svn-id: trunk@45830 -
2014-07-11 16:31:58 +00:00
juha
f6cd1a888f IDE: Make object inspector use the new HintManager class.
git-svn-id: trunk@45829 -
2014-07-11 16:31:42 +00:00
juha
a4ee0ab208 IDE: Make source editor use the new HintManager class.
git-svn-id: trunk@45828 -
2014-07-11 16:31:23 +00:00
juha
39ed58f021 IdeIntf: new THintWindowManager to encapsulate hint stuff. Fix THintWindow when it has a sub-control. Make code browser use the new feature.
git-svn-id: trunk@45827 -
2014-07-11 16:31:06 +00:00
juha
e8c25a5a34 IdeIntf: don't explicitly free owned hint controls from HintWindow. Formatting.
git-svn-id: trunk@45825 -
2014-07-11 16:30:27 +00:00
juha
ad6ac0e2a3 Make Project and Package inherit from a new TProjPack base class.
git-svn-id: trunk@45805 -
2014-07-06 22:38:02 +00:00
juha
539b683d28 Packager and IdeIntf: formatting
git-svn-id: trunk@45804 -
2014-07-06 22:37:56 +00:00
juha
e8889c7f72 Make TLazPackage own an instance of IDEOptions instead of inheriting from it.
git-svn-id: trunk@45803 -
2014-07-06 22:37:50 +00:00
juha
2fc0b188b7 Make TProject own an instance of IDEOptions instead of inheriting from it.
git-svn-id: trunk@45802 -
2014-07-06 22:37:43 +00:00
juha
11731e7aa8 New unit with a common base class for Project and Package.
git-svn-id: trunk@45801 -
2014-07-06 22:32:54 +00:00
juha
5a97e101a6 IDE: remove methods that were deprecated already for Lazarus 0.9.x
git-svn-id: trunk@45787 -
2014-07-05 14:56:40 +00:00
juha
503833f19b Remove typecasts because LookupRoot was moved to TIDesigner. Also formatting.
git-svn-id: trunk@45784 -
2014-07-05 10:49:34 +00:00
juha
48a6a75f6c IDE: A new command and entry in Run menu for building many modes at one go.
git-svn-id: trunk@45772 -
2014-07-04 14:31:31 +00:00
juha
72bb33e99c IDE: use better text for menu item and variables, "Clean up and Build".
git-svn-id: trunk@45771 -
2014-07-04 14:30:51 +00:00
maxim
62644ff1bd regenerated translations
git-svn-id: trunk@45753 -
2014-07-02 20:11:41 +00:00
maxim
785a9a10cd Translations: German translation update by Swen Heinig
git-svn-id: trunk@45751 -
2014-07-02 19:59:03 +00:00
maxim
391e3f7bb5 Translations: Hungarian translation update by Péter Gábor, bug #26425
git-svn-id: trunk@45744 -
2014-07-01 22:59:27 +00:00
maxim
5a505f25db Translations: Italian translation update by Giuliano Colla, bugs #26427, #26428, #26429, #26430, #26431
git-svn-id: trunk@45741 -
2014-07-01 21:54:14 +00:00
bart
1056fb11be objinspstrconsts.nl.po: fix incompatible format arguments.
git-svn-id: trunk@45723 -
2014-06-28 22:31:34 +00:00
maxim
047b198d7b IDEIntf: regenerated translations; updated Russian translation
git-svn-id: trunk@45664 -
2014-06-25 21:28:21 +00:00
maxim
95ff25a97f IDEIntf: fixed typo in string
git-svn-id: trunk@45663 -
2014-06-25 21:24:47 +00:00
mattias
8913df7a49 IDE: started checking component classes depending on resource format
git-svn-id: trunk@45659 -
2014-06-25 10:11:30 +00:00
mattias
305b0df023 IDEIntf: added custom lfm unit resource file format
git-svn-id: trunk@45658 -
2014-06-25 08:16:06 +00:00
juha
e3b8066f07 Fix fuzzy Finnish translations in .fi.po files.
git-svn-id: trunk@45652 -
2014-06-24 22:11:54 +00:00
mattias
5313aa4458 IDEIntf: removed TLFMUnitResourcefileFormat.ResourceDirectiveFilename:
git-svn-id: trunk@45645 -
2014-06-24 16:45:06 +00:00
mattias
41a0927e20 IDEIntf: unitresources: priority
git-svn-id: trunk@45644 -
2014-06-24 15:52:57 +00:00
mattias
2c5a0b57fd IDE: clean up
git-svn-id: trunk@45643 -
2014-06-24 15:37:03 +00:00
juha
fa6bb3b2c3 IDE: Update the GUI for BuildModes after importing them. Disable import/export with invalid filename.
git-svn-id: trunk@45640 -
2014-06-24 13:26:42 +00:00
mattias
e09f10816f IDE: object inspector: show error if integer out of range
git-svn-id: trunk@45620 -
2014-06-23 16:23:51 +00:00
juha
f3d543e261 IDE: add separators around Import/Export buttons in Project options dialog.
git-svn-id: trunk@45609 -
2014-06-22 09:55:48 +00:00
mattias
95e940dff4 IDEIntf: using TIDEOwnedFile as common ancestor of TLazPackageFile and TLazProjectFile
git-svn-id: trunk@45596 -
2014-06-21 20:57:14 +00:00
mattias
3b62c88f2c IDE: drop files: form events instead of application
git-svn-id: trunk@45558 -
2014-06-16 22:17:26 +00:00
juha
669a093a53 IDE: Tweak some resource strings with newlines. Pass consecutive newlines from caller but use one %s param.
git-svn-id: trunk@45555 -
2014-06-16 19:48:52 +00:00
mattias
a5270a0a23 IDEIntf: clean up
git-svn-id: trunk@45542 -
2014-06-15 18:39:12 +00:00
mattias
c39261347a IDE: fixed ignoring empty lines at end of conditionals, no modified if project icon was not touched
git-svn-id: trunk@45541 -
2014-06-15 18:37:10 +00:00
mattias
67932e3733 updated po files
git-svn-id: trunk@45531 -
2014-06-15 12:11:01 +00:00
juha
a2742e90b3 IdeIntf: Hard-coded quotations in resourcestrings.
git-svn-id: trunk@45523 -
2014-06-15 11:52:37 +00:00
mattias
480641c5cf IDEIntf: added functions to let old code compile with deprecated warnings
git-svn-id: trunk@45496 -
2014-06-13 13:14:28 +00:00
mattias
3e8a908c47 IDE: TLFMUnitResourcefileFormat: cache scans
git-svn-id: trunk@45482 -
2014-06-12 09:24:47 +00:00
mattias
dc48a39621 IDE: clean up
git-svn-id: trunk@45405 -
2014-06-08 17:13:10 +00:00
mattias
3c98dd7469 IDE: resourcestrings
git-svn-id: trunk@45401 -
2014-06-08 13:51:11 +00:00