lazarus/components/onlinepackagemanager
2020-05-05 12:59:36 +00:00
..
fpcmod Opkman: Less hints and warnings. 2018-05-08 09:08:47 +00:00
images Opkman: Add high-dpi icon for the IDE (by Roland Hahn) 2018-11-09 09:24:58 +00:00
languages Opkman: Turkish translation update by Onur ERÇELEN 2020-05-05 12:59:36 +00:00
Makefile buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
Makefile.compiled buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
Makefile.fpc buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
onlinepackagemanager.lpk Opkman: Add the possibility to open the package file(lpk) directly from the package tree. 2020-04-13 16:03:03 +00:00
onlinepackagemanager.lps
onlinepackagemanager.pas Opkman: Ask to download openssl, if it is missing (Win), issue #35545 2019-05-09 09:42:31 +00:00
onlinepackagemanagerintf.pas OPM: register in component palette pages dropdown 2019-05-05 13:59:53 +00:00
opkman_addrepositorypackagefrm.lfm Opkman: Private repositories. End implementation. 2017-09-14 12:37:10 +00:00
opkman_addrepositorypackagefrm.pas Opkman: Private repositories. End implementation. 2017-09-14 12:37:10 +00:00
opkman_categoriesfrm.lfm Opkman: Warn user if a package is incompatible with the current system. 2019-06-06 10:02:56 +00:00
opkman_categoriesfrm.pas Opkman: Warn user if a package is incompatible with the current system. 2019-06-06 10:02:56 +00:00
opkman_colorsfrm.lfm Opkman: OptionsFrm, ColorsFrm: Small GUI tweak. 2017-12-23 06:35:18 +00:00
opkman_colorsfrm.pas IDE: Use the new restore_defaults icon for some buttons in Options frames. 2018-09-01 20:49:03 +00:00
opkman_common.pas Opkman: Add "2.0.6" to Lazarus versions. 2019-10-15 15:39:02 +00:00
opkman_const.pas Opkman: improved resource string names, regenerated translations and updated Russian translation 2020-04-14 13:05:28 +00:00
opkman_contributors.txt Opkman: - add Roland Hahn to the contributors list 2018-11-02 07:08:39 +00:00
opkman_createjsonforupdatesfrm.lfm Opkman: Move imagelists for tree and speedbuttons to central datamodule to avoid duplicate storage of images. 2018-11-02 10:54:09 +00:00
opkman_createjsonforupdatesfrm.pas VirtualTreeView: Rename package and files with prefix "laz.", register component names with prefix "Laz", to allow the user to install other versions of VTV. 2019-01-21 14:57:14 +00:00
opkman_createrepositoryfrm.lfm Opkman: Move imagelists for tree and speedbuttons to central datamodule to avoid duplicate storage of images. 2018-11-02 10:54:09 +00:00
opkman_createrepositoryfrm.pas VirtualTreeView: Rename package and files with prefix "laz.", register component names with prefix "Laz", to allow the user to install other versions of VTV. 2019-01-21 14:57:14 +00:00
opkman_createrepositorypackagefrm.lfm Opkman: Add a new node("External dependencies") to the package tree. The node provides information about any external libraries/files required by the package. 2020-04-14 08:16:49 +00:00
opkman_createrepositorypackagefrm.pas Opkman: improved resource string names, regenerated translations and updated Russian translation 2020-04-14 13:05:28 +00:00
opkman_downloader.pas Opkman: If available load the json from local source. Useful if the internet connection is slow. Feature requested by a forum user. 2020-02-27 10:27:12 +00:00
opkman_fpcdef.inc OpkMan: Use Socket.IOTimeout in FPC 3.0.2. Clean and order uses sections. 2017-03-06 12:24:52 +00:00
opkman_installer.pas Opkman: Remove flag pcfCompileDependenciesClean since it does not help with the "incompatible ppu" error. 2019-09-13 09:27:16 +00:00
opkman_intf_packagelistfrm.lfm Opkman: Move imagelists for tree and speedbuttons to central datamodule to avoid duplicate storage of images. 2018-11-02 10:54:09 +00:00
opkman_intf_packagelistfrm.pas Opkman: Add a new node("External dependencies") to the package tree. The node provides information about any external libraries/files required by the package. 2020-04-14 08:16:49 +00:00
opkman_intf.pas Opkman: Ask to download openssl, if it is missing (Win), issue #35545 2019-05-09 09:42:31 +00:00
opkman_maindm.lfm Opkman: Add missing high-dpi icon with package and "minus" overlay (by Roland Hahn) 2018-11-03 09:49:47 +00:00
opkman_maindm.pas Opkman: Fix wrong imageindex for dependency and license node. 2020-04-14 11:21:50 +00:00
opkman_mainfrm.lfm Opkman: More meaningful column names + hints. 2020-02-13 15:26:13 +00:00
opkman_mainfrm.pas Opkman: Small bugfix. 2020-02-27 12:14:43 +00:00
opkman_opensslfrm.lfm Opkman: Ask to download openssl, if it is missing (Win), issue #35545 2019-05-09 09:42:31 +00:00
opkman_opensslfrm.pas Opkman: Ask to download openssl, if it is missing (Win), issue #35545 2019-05-09 09:42:31 +00:00
opkman_options.pas Opkman: If available load the json from local source. Useful if the internet connection is slow. Feature requested by a forum user. 2020-02-27 10:27:12 +00:00
opkman_optionsfrm.lfm Opkman: If available load the json from local source. Useful if the internet connection is slow. Feature requested by a forum user. 2020-02-27 10:27:12 +00:00
opkman_optionsfrm.pas Opkman: If available load the json from local source. Useful if the internet connection is slow. Feature requested by a forum user. 2020-02-27 10:27:12 +00:00
opkman_packagedetailsfrm.lfm Opkman: Disable custom drawing by default. It can be re-enabled in the Options dialog. 2017-08-14 10:56:36 +00:00
opkman_packagedetailsfrm.pas Opkman: Disable custom drawing by default. It can be re-enabled in the Options dialog. 2017-08-14 10:56:36 +00:00
opkman_packagelistfrm.lfm Opkman: Warn user if a package is incompatible with the current system. 2019-06-06 10:02:56 +00:00
opkman_packagelistfrm.pas Opkman: Improve error message when third party packages are not available(suggestion by a forum user). 2020-02-27 08:39:53 +00:00
opkman_progressfrm.lfm Opkman: Move imagelists for tree and speedbuttons to central datamodule to avoid duplicate storage of images. 2018-11-02 10:54:09 +00:00
opkman_progressfrm.pas Opkman: Add the possibility to open the package file(lpk) directly from the package tree. 2020-04-13 16:03:03 +00:00
opkman_repositories.lfm Opkman: Private repositories(step2). 2017-09-12 09:19:04 +00:00
opkman_repositories.pas VirtualTreeView: Rename package and files with prefix "laz.", register component names with prefix "Laz", to allow the user to install other versions of VTV. 2019-01-21 14:57:14 +00:00
opkman_repositorydetailsfrm.lfm Opkman: Private repositories. End implementation. 2017-09-14 12:37:10 +00:00
opkman_repositorydetailsfrm.pas Opkman: Private repositories. End implementation. 2017-09-14 12:37:10 +00:00
opkman_serializablepackages.pas Opkman: Add a new node("External dependencies") to the package tree. The node provides information about any external libraries/files required by the package. 2020-04-14 08:16:49 +00:00
opkman_showhint.lfm Opkman: Warn user if a package is incompatible with the current system. 2019-06-06 10:02:56 +00:00
opkman_showhint.pas VirtualTreeView: Rename package and files with prefix "laz.", register component names with prefix "Laz", to allow the user to install other versions of VTV. 2019-01-21 14:57:14 +00:00
opkman_showhintbase.lfm Opkman: Show community description in the hint window. 2018-08-22 08:04:06 +00:00
opkman_showhintbase.pas Opkman: Automatically adjust memo height for metapackage description. 2018-08-24 12:02:04 +00:00
opkman_updates.pas Opkman: Ask to download openssl, if it is missing (Win), issue #35545 2019-05-09 09:42:31 +00:00
opkman_uploader.pas OpkMan: Don't use the UTF8 specific functions. FPC 2.x is not supported any more. 2017-03-07 14:29:46 +00:00
opkman_visualtree.pas Opkman: improved resource string names, regenerated translations and updated Russian translation 2020-04-14 13:05:28 +00:00
opkman_zipper.pas Opkman: Prevent memory leaks(step1) + other changes 2018-10-31 18:43:35 +00:00
opkman.res Opkman: Add high-dpi icon for the IDE (by Roland Hahn) 2018-11-09 09:24:58 +00:00