Commit Graph

57600 Commits

Author SHA1 Message Date
mattias
b7e10755af projectgroups: menu item add existing, menu item add new group, more dropdown style, patch #35836 from Ondrej
git-svn-id: trunk@61576 -
2019-07-12 12:09:22 +00:00
mattias
c44e1d46d8 projectgroups: fixed av on destroy, issue #35835
git-svn-id: trunk@61575 -
2019-07-12 09:12:45 +00:00
juha
74f527f75c LCL: Call TComboBox.OnMeasureItem also for csOwnerDrawEditableVariable. Issue #35831.
git-svn-id: trunk@61574 -
2019-07-11 22:19:58 +00:00
mattias
9fc9ecc3a0 lazbuild: fixed compile and fixed compile file.lpi, issue #35832
git-svn-id: trunk@61573 -
2019-07-11 21:09:59 +00:00
mattias
f425014164 IDE: find in files: fixed updating directory options
git-svn-id: trunk@61572 -
2019-07-11 15:04:35 +00:00
mattias
6797c741e5 IDE: find in files: show option search in project group if available
git-svn-id: trunk@61571 -
2019-07-11 14:58:15 +00:00
mattias
05563b7ed7 IDE: clean up
git-svn-id: trunk@61570 -
2019-07-11 14:57:08 +00:00
mattias
63594b3af5 lazutils: fixed TFileSearcher initial PathSeparator and paths with spaces
git-svn-id: trunk@61569 -
2019-07-11 14:56:44 +00:00
dmitry
b1fd62aab4 cocoa: removing unused field of ForcedLineBreak
git-svn-id: trunk@61568 -
2019-07-11 14:01:57 +00:00
dmitry
22ca7c1214 cocoa: forcing nstextview to use unix line breaks at the time of adding new text
git-svn-id: trunk@61567 -
2019-07-11 13:25:40 +00:00
mattias
608504c911 IDEIntf, projectgroups: moved projectgroupintf.pp to IDEIntf
git-svn-id: trunk@61566 -
2019-07-11 12:58:00 +00:00
mattias
0653994a28 projectgroups: fixed typo
git-svn-id: trunk@61565 -
2019-07-11 12:55:06 +00:00
mattias
168516c080 projectgroups: added Info form showing source paths
git-svn-id: trunk@61564 -
2019-07-11 08:55:56 +00:00
mattias
2fea142ccd aarre: updated xml
git-svn-id: trunk@61563 -
2019-07-11 08:55:27 +00:00
maxim
053095bc3d Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35816
git-svn-id: trunk@61562 -
2019-07-10 23:40:13 +00:00
maxim
b34b1a1f20 ProjectGroups: updated Russian translation
git-svn-id: trunk@61561 -
2019-07-10 23:32:14 +00:00
maxim
82fc6b9ccb IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@61560 -
2019-07-10 23:29:22 +00:00
maxim
cf6a71c43a IDE: improved caption of debugger backend options page
git-svn-id: trunk@61559 -
2019-07-10 23:27:46 +00:00
wp
d32b16b312 DateTimePicker: Make widths of ArrowButton and UpDown highDPI-aware. Issue #35814.
git-svn-id: trunk@61558 -
2019-07-10 20:50:57 +00:00
martin
ac17315ae2 GdbmiDebugger: introduce option to disable exception handling (e.g. for embedded, or disable run-error if they get caught as exception too)
git-svn-id: trunk@61557 -
2019-07-10 12:41:27 +00:00
martin
31c1cc7cfa Debugger-Config: fix assert for file history list
git-svn-id: trunk@61556 -
2019-07-10 12:41:25 +00:00
martin
7db25535c4 Debugger-Config: Disable path input, if debugger class does not need it
git-svn-id: trunk@61555 -
2019-07-09 19:20:09 +00:00
martin
ff1657deea Debugger-Config: Allow individual LRU list for gdb vs lldb
git-svn-id: trunk@61554 -
2019-07-09 19:20:08 +00:00
dmitry
37f5929a08 cocoa: crating LCLObjCBoolean alias at cocoaprivate for backwards compatibility
git-svn-id: trunk@61553 -
2019-07-09 16:56:09 +00:00
martin
e31b6f3a1c GdbmiDebugger: fix target registers for AVR. Patch by Christo Crause
git-svn-id: trunk@61552 -
2019-07-09 12:25:55 +00:00
martin
9be3a4b216 GdbmiDebugger: replace index for TargetRegisters with Enum
git-svn-id: trunk@61551 -
2019-07-09 12:25:53 +00:00
mattias
d863ee5f46 projectgroups: option to redirect Compile+Build to pg editor target
git-svn-id: trunk@61550 -
2019-07-09 10:47:53 +00:00
mattias
34266f2bc2 IDE: clean up ecCompile
git-svn-id: trunk@61549 -
2019-07-09 10:41:03 +00:00
martin
358ce23913 Debugger-Config: Allow "named" configs for the debugger.
git-svn-id: trunk@61548 -
2019-07-08 23:01:18 +00:00
mattias
b37a477c7e IDE: refactoring: merged connecting run menu events and creating idecommands
git-svn-id: trunk@61547 -
2019-07-08 20:50:10 +00:00
mattias
288b31c910 anchrodocking: clear splitter asynccall on destroy
git-svn-id: trunk@61546 -
2019-07-08 20:45:11 +00:00
martin
312cafc8cb IDE: Fix crash on accessing nil (in MainIdeBar). Happens if the InitialSetupDialog is closed (OS close button) and the IDE exits.
git-svn-id: trunk@61545 -
2019-07-08 19:11:18 +00:00
martin
c40bffbdee ProcessDebugger: Fixed crash, due to debugger destroying inside SetState
git-svn-id: trunk@61544 -
2019-07-08 19:11:16 +00:00
maxim
787897eba2 LCLTranslator: make GetDefaultLang function result independent of LCL translation presence. Now it depends only on presence of interface translation. This behavior makes sense in cases when interface translation present and LCL one missing, or the other way round.
git-svn-id: trunk@61543 -
2019-07-07 23:22:34 +00:00
maxim
631fcf53e1 POChecker: Removed lots of duplicate translation initialization code, which was used for standalone build. Now using LCLTranslator unit means for this.
git-svn-id: trunk@61542 -
2019-07-05 23:12:15 +00:00
maxim
df6ff313ed LCLTranslator: factored out LCL resource string translation code to a separate procedure TranslateLCLResourceStrings
git-svn-id: trunk@61541 -
2019-07-05 23:00:13 +00:00
martin
a610996b28 Debugger, GDBMI Server: Added option to skip setting the local filename, if only a file on remote exists
git-svn-id: trunk@61540 -
2019-07-05 22:43:07 +00:00
martin
e0d820d5dd Debugger, GDBMI Server: Added option to set Architecture
git-svn-id: trunk@61539 -
2019-07-05 22:43:05 +00:00
martin
9f610af58d Debugger, GDBMI Server: Apply remote timeout before connecting.
git-svn-id: trunk@61538 -
2019-07-05 22:43:04 +00:00
martin
93cfa99541 Debugger, GDBMI: Enable some "property" settings for gdbserver and over-ssh / those were omitted by accident.
git-svn-id: trunk@61537 -
2019-07-05 19:52:01 +00:00
dmitry
9bf589f433 opengl: fix cocoa compilation
git-svn-id: trunk@61536 -
2019-07-05 18:44:39 +00:00
dmitry
f46fdc4701 cocoa: moving hasboolean8 check from private to _extra
git-svn-id: trunk@61535 -
2019-07-05 18:42:23 +00:00
martin
75306ff444 Debugger, GDBMI: Only check if -f can be used, if it is actually needed (defer check)
git-svn-id: trunk@61534 -
2019-07-05 13:03:20 +00:00
martin
d33a0e6ae9 Debugger, GDBMI Server: Added remote timeout option.
git-svn-id: trunk@61533 -
2019-07-05 11:41:35 +00:00
maxim
f5bd459bb7 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@61532 -
2019-07-04 23:18:25 +00:00
juha
8fbc025ada IDE: Save DPI awareness in project options correctly. Issue #35794.
git-svn-id: trunk@61531 -
2019-07-04 23:04:47 +00:00
maxim
6c0a0881f5 PoChecker: do not reposition language combobox manually when resizing master PO listbox, anchors are sufficient
git-svn-id: trunk@61530 -
2019-07-04 22:41:22 +00:00
dmitry
a1b263e461 cocoa: fix the declaration of boolean use. #35792
git-svn-id: trunk@61529 -
2019-07-04 22:27:03 +00:00
juha
12bd4546ad IDE: Improve "Manage desktops" dialog. Issue #35786, patch from FTurtle.
git-svn-id: trunk@61528 -
2019-07-04 21:59:53 +00:00
juha
77eab57ea8 LCL: Updated documentation for ImgList. Issue #35539, patch from Don Siders.
git-svn-id: trunk@61527 -
2019-07-04 21:59:51 +00:00