Commit Graph

57531 Commits

Author SHA1 Message Date
mattias
a13d2afaa0 IDE: do not warn if ppu is reachable by two packages and only one has a source
git-svn-id: trunk@61607 -
2019-07-20 09:22:03 +00:00
maxim
da14845df3 LCL: fixed license header in lcltranslator.pas file and removed license header from defaulttranslator.pas file (it has no copyrightable code)
git-svn-id: trunk@61606 -
2019-07-19 23:09:25 +00:00
maxim
b516684cc1 LCLTranslator: search for master PO (.pot) file in user specified directory too, just like we do for regular PO files
git-svn-id: trunk@61605 -
2019-07-19 22:50:06 +00:00
maxim
06630d0699 LCLTranslator: reduced duplicate code in FindLocaleFileName function (no functional changes)
git-svn-id: trunk@61604 -
2019-07-19 22:19:26 +00:00
maxim
1e1a161608 LCLTranslator: updated comments
git-svn-id: trunk@61603 -
2019-07-19 12:31:07 +00:00
maxim
bd30dff893 LCLTranslator: made TranslateLCLResourceStrings return found language for symmetry with SetDefaultLang
git-svn-id: trunk@61602 -
2019-07-18 22:41:43 +00:00
mattias
a67db5c7a4 project groups: fixed Show targets with paths
git-svn-id: trunk@61601 -
2019-07-18 14:47:58 +00:00
maxim
3bbfbdcaac Examples, Translation: removed GetDefaultLang reference, made TMainForm.SelectLanguage method use SetDefaultLang result
git-svn-id: trunk@61600 -
2019-07-18 00:06:01 +00:00
maxim
4f92041356 LCLTranslator: Made SetDefaultLang return found language (aka 'default language') and deprecated separate GetDefaultLang function. This change reduces global variable usage and allows to save (or not to save) found language separately for each FindLocaleFileName function call.
git-svn-id: trunk@61599 -
2019-07-17 23:54:56 +00:00
balazs
7b0e251c98 Packages: Updated the description for sqlite3/sqlite. After package install, without the proper libraries, the IDE won't start.
git-svn-id: trunk@61598 -
2019-07-17 14:40:23 +00:00
dmitry
0638e4e671 ide: removing UseCThreads check from the project template
git-svn-id: trunk@61597 -
2019-07-17 13:46:36 +00:00
dmitry
769a01c9d8 cocoa: changing spinedit to be a subclass of TCocoaTextField. #35851
git-svn-id: trunk@61596 -
2019-07-16 14:52:36 +00:00
dmitry
63e8fd0573 cocoa: recreating menu item handle, if switches between separation caption
git-svn-id: trunk@61595 -
2019-07-16 00:27:31 +00:00
dmitry
5d297abae5 cocoa: additional check for the existance of stringValue
git-svn-id: trunk@61594 -
2019-07-16 00:22:21 +00:00
martin
b57481b1b8 GdbmiDebugger: dgbsNone - use GdbRunCommand() to get correct command to start target
git-svn-id: trunk@61593 -
2019-07-15 22:06:02 +00:00
dmitry
b1ce585b2a cocoa: adding support for maxLength limit on tedit. #35847
git-svn-id: trunk@61592 -
2019-07-15 15:47:36 +00:00
maxim
4d435d832b LCLTranslator: simplified FindLocaleFileName function by removing GetLocaleFileName nested function from it (no functional changes)
git-svn-id: trunk@61591 -
2019-07-14 23:24:44 +00:00
maxim
28f83647db LCLTranslator: factored out language finding code to a separate procedure (no functional changes)
git-svn-id: trunk@61590 -
2019-07-14 23:10:57 +00:00
mattias
5706071c48 projectgroups: fixed freeing nested groups
git-svn-id: trunk@61589 -
2019-07-14 19:27:02 +00:00
martin
1caa4b3b33 GDBMI-Debugger: Option "gdbsNone" to start without internal start break.
This may not work on all platforms, depending on how gdb reports the target-PID.
This should work for all/any gdb-server session

git-svn-id: trunk@61588 -
2019-07-14 19:10:35 +00:00
michael
7925f988ef * Fix AV when doing "new project group" and there is already a PG open
git-svn-id: trunk@61587 -
2019-07-13 09:19:43 +00:00
juha
00e999485d IDE: New images for next_word and previous_word. Issue #35819, patch from FTurtle.
git-svn-id: trunk@61586 -
2019-07-13 08:29:08 +00:00
maxim
47b1f87d9d Translations: Chinese translation update by robsean, bug #35842
git-svn-id: trunk@61585 -
2019-07-13 00:23:04 +00:00
maxim
efea542ece ProjectGroups: i18n-ed Info dialog, regenerated translations and updated Russian translation
git-svn-id: trunk@61584 -
2019-07-12 23:58:01 +00:00
maxim
1ec9aa6c60 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@61583 -
2019-07-12 23:41:11 +00:00
maxim
c648ede99c IDE, Find in Files dialog: improved caption capitalization consistency
git-svn-id: trunk@61582 -
2019-07-12 23:15:22 +00:00
mattias
843d3ad5c3 projectgroups: fixed disable option redirect build/compile
git-svn-id: trunk@61581 -
2019-07-12 16:49:11 +00:00
mattias
c7c0ffc0dc projectgroups: added res
git-svn-id: trunk@61580 -
2019-07-12 16:37:30 +00:00
mattias
94a6b8a2c6 projectgroups: fixed AV when project is missing, issue #35840 from Ondrej
git-svn-id: trunk@61579 -
2019-07-12 16:34:41 +00:00
mattias
b901f5a594 projectgroup: use IDE images, patch #35839 from Ondrej
git-svn-id: trunk@61578 -
2019-07-12 16:33:17 +00:00
mattias
736cfddefd projectgroups: support new lpi format 11, patch #35837 from Ondrej
git-svn-id: trunk@61577 -
2019-07-12 12:11:11 +00:00
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