Commit Graph

51564 Commits

Author SHA1 Message Date
balazs
c2ded78c5a Opkman: Improve progress dialog. Issue , patch from AlexeyT.
git-svn-id: trunk@54472 -
2017-03-24 07:06:31 +00:00
marcus
63a3095b0d MUI: fixed position of Checkmark and radio button label
git-svn-id: trunk@54471 -
2017-03-23 22:06:08 +00:00
mattias
d5881ef02e codetools: implemented modeswitch externalclass
git-svn-id: trunk@54470 -
2017-03-23 10:51:07 +00:00
balazs
6dd5585619 Opkman: Display full package version.
git-svn-id: trunk@54469 -
2017-03-23 05:21:11 +00:00
juha
2b8ab52cf2 LCL: Fix autocomplete in TDBLookupComboBox. Issue , patch from Artem Proskurnev.
git-svn-id: trunk@54468 -
2017-03-22 20:20:52 +00:00
juha
175567bccd SourceEditor: Formatting, more compact case..of blocks.
git-svn-id: trunk@54467 -
2017-03-22 17:17:28 +00:00
juha
01671e3da7 IDE: Add icons for GotoBookmark and ToggleBookmark commands. Issue , patch from FTurtle.
git-svn-id: trunk@54466 -
2017-03-22 17:17:27 +00:00
juha
93da17aa07 LCL: Refactoring, combine identical code in TScreen to a function.
git-svn-id: trunk@54465 -
2017-03-22 17:17:21 +00:00
ondrej
d3f3c58edc lcl: taskdialog: fix default font size for darwin after r54453 #20a9ecf1d5. Issue
git-svn-id: trunk@54464 -
2017-03-22 09:47:23 +00:00
sekelsenmat
6a06cf769b carbon: Patch from issue : Carbon: Implement TCopyMode.cmSrcInvert in TCarbonDeviceContext.Draw()
git-svn-id: trunk@54463 -
2017-03-22 09:42:32 +00:00
mattias
d564bdfaca IDE: less hints
git-svn-id: trunk@54462 -
2017-03-22 06:33:06 +00:00
hnb
1903007760 CodeTools: create new callback FindIncFileInCfgCache in basiccodetools.pas filled by codetoolmanager.pas to omit compilicated unit dependencies introduced in linkscanner.pas by uses section (for modules: CodeToolManager and DefineTemplates) in implementation section (that was the reason of AV on IDE exit and memory leaks, fix for mantis , )
git-svn-id: trunk@54461 -
2017-03-21 23:06:36 +00:00
maxim
fbf3e244d0 Components: do not pass localized resource strings to Name parameter of RegisterIDECommand/RegisterIDEMenuCommand functions
git-svn-id: trunk@54458 -
2017-03-21 22:36:45 +00:00
hnb
5231fa439a CodeTools: use for TFPCTargetConfigCache.Equals also "Includes" field
git-svn-id: trunk@54457 -
2017-03-21 22:33:21 +00:00
maxim
21f7b47900 IDE: regenerated translations
git-svn-id: trunk@54456 -
2017-03-21 22:13:39 +00:00
marcus
e3c7e8abc3 MUI: custom class Drawroutine to own eventhandler for easier debugging
git-svn-id: trunk@54455 -
2017-03-21 20:20:26 +00:00
ondrej
f3a6a4e47b IDE: save/restore Find/Replace dialog state if dialog was canceled. Issue , modified patch by FTurtle
git-svn-id: trunk@54454 -
2017-03-21 19:41:59 +00:00
ondrej
20a9ecf1d5 LCL, Darwin (MacOSX): fix DPI values on LCL-level. Keep WidgetSet-DPI value original. Issue
git-svn-id: trunk@54453 -
2017-03-21 19:29:26 +00:00
ondrej
431b58c609 IDE: revert forgotten part of r52410 #ba927319a4 - fixes IDE smart hint show/hide issues.
git-svn-id: trunk@54452 -
2017-03-21 19:27:04 +00:00
ondrej
fa015f899a IDE: fix hint window hiding when hovering over it and going away from the target word.
git-svn-id: trunk@54451 -
2017-03-21 19:15:30 +00:00
hnb
d5739c0615 codetools: Fix memory leak introduced in r54432 #5667c05f6c (TFPCTargetConfigCache.Includes was not freed in Clear method). Fix mantis .
git-svn-id: trunk@54450 -
2017-03-21 12:05:16 +00:00
ondrej
98e5d53303 lcl: screen: update monitors in case invalid monitor handle is found. Issue
git-svn-id: trunk@54449 -
2017-03-19 17:46:34 +00:00
mattias
c18cdcb495 codetools: class completion: do not create bodies for external methods
git-svn-id: trunk@54448 -
2017-03-18 18:29:19 +00:00
juha
54f80e0923 CodeTools: Fix SIGSEGV introduced in r54438 #b823ce3277, part 2. Issue .
git-svn-id: trunk@54447 -
2017-03-18 18:13:10 +00:00
hnb
1ca4c2796a CodeTools: Fix SIGSEGV introduced in r54438 #b823ce3277 (mantis )
git-svn-id: trunk@54446 -
2017-03-18 15:25:47 +00:00
ondrej
5b2322946b lcl: dbgrids: workaround for FPC 3 issue (comment)
git-svn-id: trunk@54445 -
2017-03-18 13:51:19 +00:00
ondrej
34d80e9305 lcl: dbgrids: workaround for FPC 3 issue
git-svn-id: trunk@54444 -
2017-03-18 13:37:42 +00:00
juha
d8b24f52a8 IDE: Improve label lblSelect visibility in Toolbar config dialog.
git-svn-id: trunk@54443 -
2017-03-18 13:32:47 +00:00
ondrej
69adfaad00 lcl: listbox: add Options property + add option to enable/disable focus rect drawing. Issue
git-svn-id: trunk@54442 -
2017-03-18 09:40:31 +00:00
ondrej
cd7fd1bc6e lcl: DBLookupComboBox, DBLookupListBox: update Lookup on handle destroy. Issue
git-svn-id: trunk@54441 -
2017-03-18 09:20:06 +00:00
juha
95f94e25d1 IDE: Toolbar config dialog enhancements. Issue , patch from FTurtle.
git-svn-id: trunk@54440 -
2017-03-18 08:43:26 +00:00
ondrej
de5ec9a11d lcl: themes: High-DPI: scale default (hard-coded) detail sizes. Solves issue on Qt+Gtk2
git-svn-id: trunk@54439 -
2017-03-18 07:58:07 +00:00
hnb
b823ce3277 CodeTools: find all *.ini files located in paths declared in fpc.cfg (-Fi option)
git-svn-id: trunk@54438 -
2017-03-17 21:21:51 +00:00
ondrej
9219f84705 lcl: treeview: High-DPI: Indent fix r54435 #25d25e78b3. Issue
git-svn-id: trunk@54437 -
2017-03-17 21:20:01 +00:00
juha
d1d8c18ddc Docs: A minor fix for documentation. Issue .
git-svn-id: trunk@54436 -
2017-03-17 21:18:10 +00:00
ondrej
25d25e78b3 lcl: treeview: High-DPI: DefaultItemHeight, Indent. Issue
git-svn-id: trunk@54435 -
2017-03-17 19:36:40 +00:00
ondrej
dea19ce82c lcl: buttonpanel: fix min button sizes in High-DPI. Issue
git-svn-id: trunk@54434 -
2017-03-17 18:45:51 +00:00
ondrej
43f6f51029 lcl: forms: add GetParentDesignControl
git-svn-id: trunk@54433 -
2017-03-17 18:39:19 +00:00
hnb
5667c05f6c CodeTools: Prepare for better support for Include (*.inc) files (collect all *.inc files from pathes added by -Fi in fpc.cfg)
git-svn-id: trunk@54432 -
2017-03-17 15:00:43 +00:00
juha
9743e071e7 Menu designer: Remove an unused parameter.
git-svn-id: trunk@54431 -
2017-03-17 10:08:28 +00:00
juha
2ac4d4f57b IDE: Rename some controls in Toolbar config dialog to make it consistent.
git-svn-id: trunk@54430 -
2017-03-17 10:08:23 +00:00
mattias
6452487d49 IDE: fixed indentation
git-svn-id: trunk@54429 -
2017-03-17 07:26:04 +00:00
mattias
5eefc140b7 IDEIntf: fixed TIDESpecialCommand.GetCaption using command.localizedname
git-svn-id: trunk@54427 -
2017-03-17 07:25:17 +00:00
mattias
241fadfdf9 IDE: less hints
git-svn-id: trunk@54426 -
2017-03-17 07:05:26 +00:00
mattias
cb2ee6f2c8 IDE: less hints
git-svn-id: trunk@54425 -
2017-03-17 06:51:46 +00:00
maxim
1252ecf5bb OpkMan: updated Russian translation
git-svn-id: trunk@54424 -
2017-03-16 22:19:30 +00:00
maxim
3941401058 IDE: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@54423 -
2017-03-16 22:11:08 +00:00
juha
f7e1b2af2c OpkMan: Refactoring.
git-svn-id: trunk@54422 -
2017-03-16 17:49:49 +00:00
juha
2cc001ef7f OpkMan: Commit the generated .po files.
git-svn-id: trunk@54421 -
2017-03-16 17:49:47 +00:00
juha
f972e8b0d2 OpkMan: Rename Package to MetaPackage in type and variable names.
git-svn-id: trunk@54420 -
2017-03-16 17:49:45 +00:00