Commit Graph

53 Commits

Author SHA1 Message Date
Ondrej Pokorny
da539c7b9c IDE: load High-DPI images 2022-09-29 00:59:16 +02:00
martin
1f29891c35 IDE, Project: Add config for NSPrincipalClass (MacOS)
git-svn-id: trunk@64837 -
2021-03-19 20:28:42 +00:00
juha
7d6d05a0bf IDE: Change logic updating Application.Title and .Scaled in main source. Don't delete them when user option is off. Check for LCL app.
git-svn-id: trunk@62669 -
2020-02-24 09:51:03 +00:00
ondrej
d3dab158dc Project Options: add "Ansi codepage is UTF8 (Windows 10 1903+)" manifest option, issue #36570
git-svn-id: trunk@62548 -
2020-01-14 12:58:30 +00:00
mattias
8765007425 IDE: clean up
git-svn-id: trunk@60115 -
2019-01-19 17:39:03 +00:00
juha
5f255ad9d1 IDE: Support many picture formats for project icon. It was wrongly changed for issue #34464.
git-svn-id: trunk@60061 -
2019-01-12 17:01:19 +00:00
juha
31aa213552 IDE: Assign icon for button "Load default icon" in project options. Issue #34578, patch from FTurtle.
git-svn-id: trunk@59644 -
2018-11-23 23:34:50 +00:00
juha
c07701d89b IDE: Win32 manifest option "Long path awareness". Issue #34573, patch from AlexeyT.
git-svn-id: trunk@59633 -
2018-11-23 12:39:03 +00:00
juha
4dde2e198f IDE: Cleanup, remove unused unit reference.
git-svn-id: trunk@59360 -
2018-10-26 22:33:18 +00:00
juha
6f5850642d IDE: Show only the supported .ico format when opening project icon. Issue #34464.
git-svn-id: trunk@59359 -
2018-10-26 20:02:12 +00:00
juha
b63e95189f IDE: Add initial directory for loading project icon in App options. Use IconImage.Picture.Icon everywhere.
git-svn-id: trunk@59245 -
2018-10-03 17:24:24 +00:00
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
ondrej
9f6d729968 IDE: win32 manifest: add DPI awarness V2, issue #31910
git-svn-id: trunk@55153 -
2017-06-02 07:33:13 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +00:00
juha
e7bdd7191a Project options: Place name and description edits directly on application page. Issue #30977.
git-svn-id: trunk@54254 -
2017-02-22 23:07:28 +00:00
ondrej
a3448e989a IDE: caption for LCL scaling check box
git-svn-id: trunk@54202 -
2017-02-19 20:16:40 +00:00
ondrej
1c7e92643d LCL, IDE: HighDPI: add Application.Scaled and Project1.Scaled property for automatic LCL-driven scaling
git-svn-id: trunk@54199 -
2017-02-19 20:02:58 +00:00
juha
6dfd84797d IDE: Replace GUI text "Darwin" with "macOS (Darwin)". Issue #30937.
git-svn-id: trunk@53639 -
2016-12-11 18:20:18 +00:00
juha
e6ffc7b65d Revert r53418 #a2d289acd6, IDE: A new dialog for manifest options. Issue #30977
git-svn-id: trunk@53522 -
2016-12-02 11:04:04 +00:00
juha
a2d289acd6 IDE: A new dialog for manifest options. Issue #30977, patch from AlexeyT.
git-svn-id: trunk@53418 -
2016-11-22 15:59:00 +00:00
juha
3913650b87 IDE: Add manifest options for Name/Description. Issue #30953, patch from AlexeyT.
git-svn-id: trunk@53381 -
2016-11-18 16:26:28 +00:00
ondrej
31944eda39 IDE: project options: more values for Win Vista DPI awarness. Issue #30170, modified patch by AlexeyT
git-svn-id: trunk@53325 -
2016-11-09 09:15:34 +00:00
juha
5e18377e9e IDE: In project application options use KeepOriginWhenClipped for icon. Issue #29619, patch from Alexey Torgashin.
git-svn-id: trunk@51554 -
2016-02-09 20:59:24 +00:00
juha
42e68fd86d IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286.
git-svn-id: trunk@51059 -
2015-12-27 22:36:55 +00:00
mattias
7760e5b734 IDE/lazbuild: simplified TestBuildDirectory, when checking if project needs compile check if target file exists
git-svn-id: trunk@48406 -
2015-03-17 13:30:53 +00:00
mattias
95a2ce7a19 IDE: clean up
git-svn-id: trunk@48210 -
2015-03-10 13:17:19 +00:00
juha
ac935867c3 IDE: In Project Options -> Application, add divider for Windows and Darwin specific settings
git-svn-id: trunk@47320 -
2015-01-08 20:56:29 +00:00
juha
2fc0b188b7 Make TProject own an instance of IDEOptions instead of inheriting from it.
git-svn-id: trunk@45802 -
2014-07-06 22:37:43 +00:00
mattias
c39261347a IDE: fixed ignoring empty lines at end of conditionals, no modified if project icon was not touched
git-svn-id: trunk@45541 -
2014-06-15 18:37:10 +00:00
paul
ca09d04440 ide: save/restore user resource items to/from config
git-svn-id: trunk@43225 -
2013-10-13 05:12:53 +00:00
paul
8a831f63e9 ide: add a button to restore default project icon
git-svn-id: trunk@43010 -
2013-09-28 14:35:59 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
mattias
7bcb1b24a9 IDE: replaced some MessageDlg with IDEMessageDialog
git-svn-id: trunk@41499 -
2013-06-02 17:54:22 +00:00
paul
cf85a988a4 ide: add resource strings for various windows manifest keys
git-svn-id: trunk@36696 -
2012-04-10 02:28:44 +00:00
paul
800813ef12 ide: cosmetic
git-svn-id: trunk@36339 -
2012-03-26 08:01:22 +00:00
paul
f4a6542c31 ide: allow to change executionLevel and uiAccess fields or windows manifest from IDE (issue #0019648)
git-svn-id: trunk@36337 -
2012-03-26 06:45:02 +00:00
mattias
9fb3a077c4 IDE: test directory: fixed using always the parsed value
git-svn-id: trunk@36056 -
2012-03-16 01:02:00 +00:00
mattias
dfc84d8ae3 IDE: started array of parsed env paths
git-svn-id: trunk@36051 -
2012-03-15 23:50:44 +00:00
mattias
4dcfd331ed IDEIntf: deprecated TLazProject.ShortDescription
git-svn-id: trunk@35045 -
2012-01-31 00:29:20 +00:00
mattias
c9ffd2f60c IDE: resolve macros in project title
git-svn-id: trunk@35044 -
2012-01-31 00:22:13 +00:00
mattias
cee5feafff IDE: undo options loading once, bites switching options via build modes
git-svn-id: trunk@33943 -
2011-12-04 11:20:41 +00:00
mattias
c24a308083 IDE: options: reduced some overhead on loading/saving
git-svn-id: trunk@33768 -
2011-11-25 00:01:44 +00:00
mattias
38c75a8c1f IDEIntf: added TLazProject.Resources
git-svn-id: trunk@32596 -
2011-10-01 19:49:29 +00:00
maxim
f404346fab IDE, Project options/Application tab: correctly disable 'DPI Aware' checkbox when form is shown if 'Use manifest' checkbox is disabled. Also change TrackBar style to ShowSelRange=False.
git-svn-id: trunk@28207 -
2010-11-14 16:34:10 +00:00
paul
e8dc95ab80 ide: add DpiAware option to the project application options (a part of windows manifest)
git-svn-id: trunk@28170 -
2010-11-10 03:15:38 +00:00
mattias
373d0b1a7e IDE: moved project target file to compiler paths page
git-svn-id: trunk@27475 -
2010-09-26 19:19:56 +00:00
mattias
d608bc2daf IDE: create application bundle success and error messages
git-svn-id: trunk@26350 -
2010-06-30 14:08:37 +00:00
mattias
a9499f1de3 IDE: compiler options: show options with target file name
git-svn-id: trunk@25148 -
2010-05-03 09:14:12 +00:00
paul
f603d4da57 ide: convert options frames to use fpc resources
git-svn-id: trunk@23444 -
2010-01-14 10:17:35 +00:00