juha
|
0a9e580d30
|
Revert part of r53459 #7ac7d691f9. It does not work and is not related to node arrows. Issue #30866.
git-svn-id: trunk@53487 -
|
2016-11-30 15:24:55 +00:00 |
|
juha
|
ea8843fd24
|
LCL: Ignore AutoSize in ShouldAutoAdjustWidthAndHeight for TEdit and TCombobox. Helps with DPI issues. Issue #30995, patch from AlexeyT.
git-svn-id: trunk@53486 -
|
2016-11-30 15:07:13 +00:00 |
|
juha
|
85e7d6da06
|
LCL-GTK2: Use AIndex param for column width. Fix off by 1 (ANewIndex-1) error in TGtk2WSCustomListView.ColumnMove. Solves issue #31024.
git-svn-id: trunk@53485 -
|
2016-11-30 14:57:40 +00:00 |
|
juha
|
b00ae75e7b
|
IdeIntf: Use one method actMoveUpDownExecute for moving up and down in TCollectionPropertyEditorForm.
git-svn-id: trunk@53484 -
|
2016-11-30 14:57:39 +00:00 |
|
juha
|
ef9b365e4d
|
IdeIntf: Refactoring, split SelectInObjectInspector into 2 procedures. Reduce number of parameters.
git-svn-id: trunk@53483 -
|
2016-11-30 14:57:25 +00:00 |
|
maxim
|
5cff629408
|
Opkman: do not extract resource strings from LFMs
git-svn-id: trunk@53482 -
|
2016-11-30 11:07:54 +00:00 |
|
maxim
|
86dd4f1e25
|
Opkman: Hungarian translation by Péter Gábor, bug #31035
git-svn-id: trunk@53481 -
|
2016-11-29 22:50:41 +00:00 |
|
maxim
|
0c7e9b272b
|
Opkman: enabled i18n support, patch by Péter Gábor, bug #31034
git-svn-id: trunk@53480 -
|
2016-11-29 22:43:37 +00:00 |
|
maxim
|
b82ea21c5a
|
TodoList: Brazilian Portuguese translation update by Silvio Clécio, bug #31031
git-svn-id: trunk@53479 -
|
2016-11-29 22:28:46 +00:00 |
|
juha
|
79f0438cbb
|
LCL: AutoAdjust layout also for controls with custom anchors. Helps with High DPI. Issue #31022, patch from AlexeyT.
git-svn-id: trunk@53478 -
|
2016-11-29 20:43:49 +00:00 |
|
balazs
|
ff0790dc6f
|
More bugfix and optimization.
git-svn-id: trunk@53477 -
|
2016-11-29 13:49:11 +00:00 |
|
ondrej
|
a86cf7678d
|
LCL: grids: fix WMHScroll handling.
git-svn-id: trunk@53476 -
|
2016-11-29 11:07:57 +00:00 |
|
wp
|
385348cde8
|
TurboPower_iPro: Fix HotURL containing Content-Type instead of URL (patch by Sei Lisa, issue #31030)
git-svn-id: trunk@53475 -
|
2016-11-29 10:47:54 +00:00 |
|
maxim
|
5a0a867be7
|
TodoList: improved i18n, regenerated translations and updated Russian translation
git-svn-id: trunk@53474 -
|
2016-11-28 22:56:18 +00:00 |
|
balazs
|
bf805c48fb
|
Bug fix: button is wrongly displayed in the tree when scrolling/collapsing items.
git-svn-id: trunk@53473 -
|
2016-11-28 21:21:13 +00:00 |
|
balazs
|
f2bb8815c5
|
New form for Description/License.
git-svn-id: trunk@53472 -
|
2016-11-28 13:44:15 +00:00 |
|
wp
|
7308974a80
|
TurboPower_iPro: Register TIpHtmlDataProvider (fixes issue #0031020)
git-svn-id: trunk@53471 -
|
2016-11-27 22:06:58 +00:00 |
|
mattias
|
f62bc9af4e
|
codetools: clean up
git-svn-id: trunk@53470 -
|
2016-11-27 11:38:12 +00:00 |
|
balazs
|
fb3ccef69e
|
Bugfix: Wrong parameter passed to FindPackages method.
git-svn-id: trunk@53469 -
|
2016-11-27 11:16:04 +00:00 |
|
juha
|
c266594a02
|
Codetools: Fix compilation in OS/X. Use CompareText in SysUtils, not in MacOSAll. Issue #31008.
git-svn-id: trunk@53468 -
|
2016-11-27 10:51:00 +00:00 |
|
balazs
|
0e5de4e251
|
Added more categories.
git-svn-id: trunk@53467 -
|
2016-11-27 09:16:47 +00:00 |
|
balazs
|
08d0dcaa37
|
Create repository package: The possibility to assign multiple categories to a package.
git-svn-id: trunk@53466 -
|
2016-11-27 06:40:06 +00:00 |
|
mattias
|
47c869c1a1
|
sqldb: added TMysql57connection
git-svn-id: trunk@53465 -
|
2016-11-26 13:47:18 +00:00 |
|
mattias
|
c1e053235f
|
todolist: added options listed, used, editor and packages, from Silvio Clécio, patch #31006
git-svn-id: trunk@53464 -
|
2016-11-26 09:51:42 +00:00 |
|
balazs
|
8096306d2b
|
Replaced custom component with a native one.
git-svn-id: trunk@53463 -
|
2016-11-26 09:50:23 +00:00 |
|
maxim
|
19085b465e
|
TodoList: updated Russian translation
git-svn-id: trunk@53462 -
|
2016-11-25 23:15:32 +00:00 |
|
maxim
|
cfcb1ebe03
|
IDE: improved Russian translation
git-svn-id: trunk@53461 -
|
2016-11-25 22:55:55 +00:00 |
|
juha
|
68ce61aa8f
|
IDE: Use TDirectoryEdit instead of TEdit + TButton in FPDoc options. Issue #30997, patch from AlexeyT.
git-svn-id: trunk@53460 -
|
2016-11-25 21:28:31 +00:00 |
|
juha
|
7ac7d691f9
|
LCL: Improve TTreeView expand/collapse node arrows in Hi-DPI mode. Issue #30866, patch from Anton Kavalenka.
git-svn-id: trunk@53459 -
|
2016-11-25 21:01:31 +00:00 |
|
mattias
|
9a379ab39a
|
lhelp: removed stale workaround, it was already in FPC 2.6.4
git-svn-id: trunk@53458 -
|
2016-11-25 14:05:45 +00:00 |
|
ondrej
|
d43cabe221
|
CodeTools: support method completion without @ in Delphi mode
git-svn-id: trunk@53457 -
|
2016-11-25 13:32:29 +00:00 |
|
juha
|
c3db852bd5
|
OPM: Improve handling of default values of options.
git-svn-id: trunk@53456 -
|
2016-11-25 13:18:49 +00:00 |
|
juha
|
ee23326382
|
OPK: Use the new Version to read RemoteRepository also from old configuration.
git-svn-id: trunk@53455 -
|
2016-11-25 13:18:43 +00:00 |
|
mattias
|
45004c171a
|
todolist: added option to search in source editor too
git-svn-id: trunk@53454 -
|
2016-11-25 12:49:42 +00:00 |
|
mattias
|
3989cc9c5f
|
todolist: clean up
git-svn-id: trunk@53453 -
|
2016-11-25 12:22:46 +00:00 |
|
mattias
|
7b22056214
|
todolist: clean up
git-svn-id: trunk@53452 -
|
2016-11-25 12:21:54 +00:00 |
|
mattias
|
01d1079885
|
IDEIntf: FindUnitsOfOwner: replaced booleans with set
git-svn-id: trunk@53451 -
|
2016-11-25 12:17:01 +00:00 |
|
mattias
|
534385f4eb
|
IDEIntf: FindUnitsOfOwner: added AddTabs parameter, issue #31006, from Silvio Clécio
git-svn-id: trunk@53450 -
|
2016-11-25 11:53:51 +00:00 |
|
juha
|
733394319b
|
IDE: Improve layout of ComponentPallette options page. Issue #31003, patch from AlexeyT.
git-svn-id: trunk@53449 -
|
2016-11-25 10:31:37 +00:00 |
|
balazs
|
2f4b754c28
|
Property FIOTimeout is only available with FPC3.1.1 To support older version the code is IDDef-ed. Patch by @varianus.
git-svn-id: trunk@53448 -
|
2016-11-25 10:29:25 +00:00 |
|
balazs
|
e14d0595ba
|
More meaningful resource string names.
git-svn-id: trunk@53447 -
|
2016-11-25 09:50:27 +00:00 |
|
balazs
|
473cde7526
|
Version number added to the config file.
git-svn-id: trunk@53446 -
|
2016-11-25 07:34:57 +00:00 |
|
balazs
|
e6e3bd4ae8
|
Delete zip files after a package is installed.
git-svn-id: trunk@53445 -
|
2016-11-25 06:48:52 +00:00 |
|
ondrej
|
05df480e06
|
win32: revert r52438 #4361125363 for TListView and fix WParam parameter. Without it, TListView doesn't scroll (other components scroll happily with forwarded WM_HSCROLL and WM_VSCROLL).
git-svn-id: trunk@53444 -
|
2016-11-24 23:35:50 +00:00 |
|
ondrej
|
e620f28fae
|
LCL: treeview: fix paint rect for BorderWidth<>0, Issue #31005, patch by Michl
git-svn-id: trunk@53443 -
|
2016-11-24 23:30:56 +00:00 |
|
maxim
|
3119dc98d1
|
Translations: Simplified Chinese translation update, bug #30980
git-svn-id: trunk@53442 -
|
2016-11-24 22:44:37 +00:00 |
|
maxim
|
6db23b659e
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@53441 -
|
2016-11-24 22:21:52 +00:00 |
|
maxim
|
3b59b91786
|
IDE, Manifest options dialog: removed unnecessary assignments of button panel button captions
git-svn-id: trunk@53440 -
|
2016-11-24 22:19:28 +00:00 |
|
maxim
|
8c8f3bdc14
|
IDE: removed unused resourcestring
git-svn-id: trunk@53439 -
|
2016-11-24 22:17:23 +00:00 |
|
ondrej
|
adc3978ebd
|
Components: dbdatetimepicker: implement message CM_GETDATALINK, issue #30998, patch from Michal Gawrycki
git-svn-id: trunk@53438 -
|
2016-11-24 17:51:27 +00:00 |
|