Commit Graph

57542 Commits

Author SHA1 Message Date
dmitry
b64d130b03 cocoa: reverting the change about preserving the actual title, back to not returning any title for buttons. patch by Zoë Peterson. #35884
git-svn-id: trunk@61620 -
2019-07-25 15:32:20 +00:00
dmitry
9cfcdf24c5 cocoa: storing LCL title separately, so WS function would return the original value set. #35884
git-svn-id: trunk@61619 -
2019-07-25 14:36:31 +00:00
dmitry
4a82f4209c virtualtree: better cocoa compatibility
git-svn-id: trunk@61618 -
2019-07-23 14:18:08 +00:00
dmitry
b79e2dd90e cocoa: drawedge implementation
git-svn-id: trunk@61617 -
2019-07-23 13:56:32 +00:00
maxim
1b7dab9789 POChecker: try to translate LCL only if language was switched successfully
git-svn-id: trunk@61616 -
2019-07-22 22:16:27 +00:00
maxim
5e5045ebd1 LCLTranslator: small refactor, ensured setting SetDefaultLang and TranslateLCLResourceStrings results to empty values on exceptions
git-svn-id: trunk@61615 -
2019-07-22 22:14:25 +00:00
balazs
00e57d2560 Opkman: Add 3.2.0 to FPC versions.
git-svn-id: trunk@61613 -
2019-07-22 04:23:58 +00:00
maxim
bd9bfc01d4 Translations: Turkish translation update by Onur ERÇELEN, bug #35865
git-svn-id: trunk@61612 -
2019-07-21 22:57:16 +00:00
maxim
14ccbadf1f LCLTranslator: removed superfluous exception handling from FindLocaleFileName function
git-svn-id: trunk@61611 -
2019-07-21 22:35:23 +00:00
mattias
0e01330dd2 IDE: do not warn if installing a meta package
git-svn-id: trunk@61609 -
2019-07-20 18:04:39 +00:00
martin
2b676c1372 Ide/Debugger Options: Move "Language Exceptions" from Environment to Project. They already were stored with the project. (No build mode support)
git-svn-id: trunk@61608 -
2019-07-20 15:22:18 +00:00
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