1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

5713 Commits

Author SHA1 Message Date
David Sangrey
d00226f9e3
[2186] Additional Documentations 2024-04-05 17:20:05 -04:00
David Sangrey
ccb103242c
Merge branch 'develop' into enhancement/2186/remove-darwin 2024-04-05 17:17:51 -04:00
David Sangrey
d8d8540cee
[2186] Resolve Some Merge Issues From EntryMenu 2024-04-05 17:16:25 -04:00
David Sangrey
29c43cbc51
Merge pull request #2183 from HullSeals/enhancement/1133/context-menu-Entry
[1133] Add ContextMenu Globally
2024-04-05 13:17:10 -04:00
David Sangrey
47d2cf9f36
Merge pull request #2190 from EDCD/dependabot/pip/develop/mypy-1.9.0
build(deps-dev): bump mypy from 1.8.0 to 1.9.0
2024-04-02 17:21:23 -04:00
David Sangrey
2431a1aae5
Merge pull request #2191 from EDCD/dependabot/pip/develop/autopep8-2.1.0
build(deps-dev): bump autopep8 from 2.0.4 to 2.1.0
2024-04-02 17:21:18 -04:00
David Sangrey
02885dc6fa
Merge pull request #2192 from EDCD/dependabot/pip/develop/certifi-2024.2.2
build(deps): bump certifi from 2023.11.17 to 2024.2.2
2024-04-02 17:21:12 -04:00
David Sangrey
bad2bd0414
Merge pull request #2193 from EDCD/dependabot/github_actions/develop/softprops/action-gh-release-2
build(deps): bump softprops/action-gh-release from 1 to 2
2024-04-02 17:17:27 -04:00
dependabot[bot]
25d52eacf6
build(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:29:12 +00:00
dependabot[bot]
854dd4072e
build(deps): bump certifi from 2023.11.17 to 2024.2.2
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.2.2.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:08:19 +00:00
dependabot[bot]
2ea942aec0
build(deps-dev): bump autopep8 from 2.0.4 to 2.1.0
Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0)

---
updated-dependencies:
- dependency-name: autopep8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:08:16 +00:00
dependabot[bot]
ecf0ceb612
build(deps-dev): bump mypy from 1.8.0 to 1.9.0
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 17:08:13 +00:00
David Sangrey
0d9607b4f8
[Minor] Add Missing Future Annotation 2024-03-30 16:02:54 -04:00
David Sangrey
572f724a71
[1471] Add PIL to Improve Clipboard 2024-03-28 12:59:22 -04:00
Phoebe
d8235ea550
Merge pull request #2182 from HullSeals/enhancement/2155/add-docking-schemas
[2155] Add DockingDenied and DockingGranted Schemas
LGTM
2024-03-28 16:02:23 +00:00
David Sangrey
b5a4ee6ed2
[Nit] Cleanup some Flake8 2024-03-28 10:49:01 -04:00
David Sangrey
56a4ae25e0
[Nit] Clarify Comments 2024-03-27 22:21:26 -04:00
David Sangrey
1800f8f0b1
[2186] Remove Some Comments 2024-03-27 22:17:21 -04:00
David Sangrey
016fb96e06
[2186] General Cleanup 2024-03-27 22:01:49 -04:00
David Sangrey
cfb6f729ab
[2186] Remove Unused Translations 2024-03-27 21:27:22 -04:00
David Sangrey
ae74d949a8
[Nit] Indentation, Yay! 2024-03-27 21:24:11 -04:00
David Sangrey
c1b8533cb4
[2186] Simplify myNB Files 2024-03-27 21:22:35 -04:00
David Sangrey
f7b39f8daf
[2186] MyNB First Pass 2024-03-27 20:10:55 -04:00
David Sangrey
08818785d0
[2186] HyperLinkLabel first pass 2024-03-27 20:03:23 -04:00
David Sangrey
05eaf05938
[Minor] Remove Unused Import
For Now
2024-03-27 19:41:01 -04:00
David Sangrey
57cd75e75e
[2186] Additional Files 2024-03-27 19:39:51 -04:00
David Sangrey
27093d8862
[2186] Main, Dashboard, Prefs 2024-03-27 19:26:25 -04:00
David Sangrey
93d26e07e0
[2186] Remove Monitor, L10n References 2024-03-27 19:19:15 -04:00
David Sangrey
57b6ecd88e
[2186] Remove Config and Hotkey 2024-03-27 19:16:45 -04:00
David Sangrey
791a0c80c2
[Minor] Remove Deprecated Files and Functions 2024-03-27 18:36:03 -04:00
David Sangrey
ccda74c8f1
[Minor] Remove Crappy Type Hint 2024-03-23 17:05:14 -04:00
David Sangrey
813cf92521
[1133] Add ContextMenu Globally 2024-03-23 16:54:13 -04:00
David Sangrey
14a38688e1
[2155] Add DockingDenied and DockingGranted Schemas
I love the schema system. It's so simple!
2024-03-23 14:42:18 -04:00
David Sangrey
b8fedc84e4
[5.10.3] Update Changelog and Version String 2024-03-23 12:01:54 -04:00
David Sangrey
bf6d753a71
[Lang] Update French 2024-03-23 11:39:29 -04:00
Phoebe
c42afb0d83
Merge pull request #2181 from HullSeals/fix/2176/TCE-reported-split-issue
[2176] Fix Outfitting Split
LGTM
2024-03-23 16:32:21 +01:00
David Sangrey
b25249ad8f
[2176] Fix Outfitting Split
Fixes a bug introduced in e268c24
2024-03-23 11:29:24 -04:00
Phoebe
4cf7ccb9e3
Merge pull request #2179 from HullSeals/enhancement/901/await-cmdr-login-status
[#901] Add Additional Status for Incomplete Logins
LGTM
2024-03-23 15:33:04 +01:00
David Sangrey
6da7597e79
[Lang] Add Language Check 2024-03-23 10:27:01 -04:00
David Sangrey
5b85e32374
[901] Add Status Update for Incomplete Logins 2024-03-16 13:21:43 -04:00
David Sangrey
4a7db7088c
Merge branch 'beta' into develop 2024-03-15 16:06:29 -04:00
David Sangrey
e18db0a641
[Docs] 5.10.2 Changelog Release/5.10.2 2024-03-15 14:48:33 -04:00
David Sangrey
dac2364e2f
[Minor] Submodule Updates 2024-03-15 14:28:42 -04:00
David Sangrey
450f38f2e0
Merge pull request #2178 from EDCD/submodule-change/8296121861
[Auto-generated] Submodule Updates 8296121861
2024-03-15 14:26:17 -04:00
github-actions
dd9d6e94cf updating submodules 2024-03-15 12:24:10 +00:00
David Sangrey
808960f96e
[Lang] Update Lang Strings 2024-03-14 14:20:11 -04:00
David Sangrey
9cb1def055
[Minor] Revert Updated OrderedDict
That change is pushed to 5.11.
2024-03-14 14:09:38 -04:00
David Sangrey
d52174b58a
[Nit] Properly Display Lang Comment Representation 2024-03-14 13:58:32 -04:00
David Sangrey
26266d4279
[Minor] Update Dependencies and Prep for Code Signing 2024-03-14 13:58:12 -04:00
David Sangrey
fc83a6f497
Merge pull request #2175 from EDCD/submodule-change/8264568189
[Auto-generated] Submodule Updates 8264568189
2024-03-14 13:50:15 -04:00