60
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 14 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2411 from zas/scripteditor_cleanup More... 1 day ago
Introduce new methods get_script_item() & get_selected_index_and_item() More... 1 day ago
get_selected_item(): drop optional idx parameter, never used More... 1 day ago
Use text keys for config/profile items, easier to read More... 1 day ago
Directly use SettingConfigSection.PROFILES_KEY/SETTINGS_KEY More... 1 day ago
Use a more Python way to get first element of a dict More... 1 day ago
Simplify set(i for i in x) to set(x) More... 1 day ago
Merge pull request #2407 from zas/profiles_cleanup More... 1 day ago
Merge pull request #2410 from rdswift/documentation_check More... 1 day ago
Merge pull request #2409 from zas/profile_hl_colors More... 1 day ago
Add documentation note to PR template as reminder More... 1 day ago
Use InterfaceColors for profile highlight colors, making them configurable More... 1 day ago
Drop unused import More... 1 day ago
Merge pull request #2408 from zas/qt6.6.requirements More... 1 day ago
Requires PyQt>=6.6.1 for non-darwin platorms More... 1 day ago
Simplify and improve display of scripts & providers tooltips in Profiles More... 1 day ago
Directly use SettingConfigSection properties More... 1 day ago
Use key string directly for Options, easier to read More... 1 day ago
Convert expanded_sections to a set More... 1 day ago
Simplify child item creation More... 1 day ago
Simplify code related to restoration of last profile on load More... 1 day ago
update_config_overrides(): drop reset argument, never used More... 1 day ago
Merge pull request #2404 from zas/PICARD-2857 More... 2 days ago
Merge pull request #2405 from zas/fix_attached_profiles More... 2 days ago
PICARD-2857: exit with 0 code if no error when connecting to an existing instance More... 2 days ago
Fix Attached Profiles Dialog after setting title changes More... 3 days ago
Merge pull request #2402 from rdswift/plugin_path_logging More... 3 days ago
Include zip file in short path. Improve tests regarding plugin paths. More... 3 days ago
Revert change removing the leading "plugins/" More... 3 days ago
Remove leading "path/". Start all absolute paths with "/". More... 3 days ago