Commit Graph

30 Commits

Author SHA1 Message Date
Philipp Wolfer
fb7ddcc394 Fixed tabulator order in option pages 2023-09-25 07:56:08 +02:00
Bob Swift
0b8ed2f5d1 Hide individual update items but leave plugins update check visible 2023-09-23 01:18:06 +02:00
Philipp Wolfer
0c6e82c828 Consistent spelling of "startup" in update checks 2023-08-14 16:40:47 +02:00
Bob Swift
0ccd878c94 PICARD-1815: Add option to notify user at startup if plugin updates are available (#2266)
* Add option to notify user at startup if plugin updates are available

* Include new option setting in option profile

* Move code to new _plugins_have_new_versions() and tidy up _display_update()

---------

Co-authored-by: Laurent Monin <github@norz.org>
2023-08-02 11:15:03 -06:00
Philipp Wolfer
cd493cc8af Fixed tabulator order on general and metadata options 2022-03-08 14:00:06 +01:00
Philipp Wolfer
fa73b7d3e0 For login view use a vertical layout instead of grid layout.
May solve PICARD-2320 and likely is a better solution for PICARD-1654
2021-11-20 18:26:10 +01:00
Philipp Wolfer
91be1ba650 PICARD-2325: Show error message on login errors 2021-11-20 18:11:53 +01:00
Philipp Wolfer
ba24c33c6a PICARD-226: Option to cluster added files automatically 2021-09-26 11:57:42 +02:00
Philipp Wolfer
02081aa2e7 Nicer rendering of warning box in Options -> General
This improves the visual display especially in dark layouts
2021-06-17 08:49:33 +02:00
Philipp Wolfer
abc093ea50 PICARD-2232: Update the unofficial server warning text 2021-06-15 21:12:38 +02:00
Philipp Wolfer
8af6346f47 fix tab order 2021-06-15 07:51:07 +02:00
Philipp Wolfer
28a5fc19e5 PICARD-2232: Add option to enable data submission to unofficial server
Show a warning when user configures unofficial server and add an option use_server_for_submission to use this server also for data submission.
2021-06-15 07:51:07 +02:00
virusMac
ff0df0a15c Allow disabling new version update checking 2018-11-05 20:13:26 +01:00
Bob Swift
fbd5cca092 Move PROGRAM_UPDATE_LEVELS to picard.constants
- Move PROGRAM_UPDATE_LEVELS to picard.constants
- Logging changes
- Formatting and translation clean-up
- Change picard.const.PROGRAM_UPDATE_LEVELS to numeric keys
- Add releases endpoint to picard.const.PLUGINS_API
- Refactor to remove duplicated code in mainwindow.py
- General cleanup of debug log translations
- Use intermediate variables to cache config information
2018-08-29 17:19:08 +02:00
Bob Swift
df3ca29ab6 Display version information when no update is available.
- Change default values.  Use callback for updating last check date.
- Add parent window information to dialog box calls
- Pass the parent information to the UpdateCheckManager constructor
  rather than at each call to the check_update() method.
- Correct date test to allow automatic update checking on consecutive
  days when an intervall of 1 day is selected.
- Add a new (constant) dictionary of standard update levels
- Reformat debug log messages
- Use new dictionary to populate update check level combobox
2018-08-29 17:19:08 +02:00
Bob Swift
62bb041ce0 Change update information source to picard-website api 2018-08-29 17:19:08 +02:00
Bob Swift
3af25fdff6 PICARD-1045: Add program update checking 2018-08-29 17:19:08 +02:00
Sambhav Kothari
4208476275 Revert "PICARD-226: Add option for auto-clustering new files" 2017-01-13 17:36:28 +05:30
Sambhav Kothari
b31ea83a86 Add UI options for auto-clustering new files 2017-01-08 03:22:22 +05:30
Lukáš Lalinský
59e0f3a9c2 Get username for the collection service 2014-06-01 12:54:56 +02:00
Lukáš Lalinský
9e35edca3a Initial version of OAuth authentication 2014-04-25 20:58:11 +02:00
Laurent Monin
a6c8b1b1cd Move Browser Integration options to Advanced > Network option page 2013-08-05 22:02:18 +02:00
Laurent Monin
c165fd862f Add options to control browser integration (enabled/disabled and listening port) 2013-08-05 15:41:25 +02:00
Michael Wiencek
398053a40f Add option to ignore MBIDs when dragging in files (PICARD-56) 2011-11-28 03:02:21 -06:00
Lukáš Lalinský
5ee18f4946 Rename "Analyze" to "Scan", to avoid confusion with MusicIP Mixer analysis. 2007-08-05 17:14:18 +02:00
Lukáš Lalinský
c463c09cc1 Added option to auto-analyze all files. (#2465) 2007-03-05 10:04:25 +01:00
Lukáš Lalinský
02befd2765 Reworked options page plugins. 2007-01-28 12:50:38 +01:00
Lukáš Lalinský
49d9041bf7 New tagger script parser, new plugin system, options page with plugin list. 2007-01-20 17:59:45 +01:00
Lukáš Lalinský
38265197bd Use QComboBox to set the mirror server. 2006-10-23 14:08:10 +02:00
Lukáš Lalinský
596a82c288 Lots and lots of changes...
* Use Qt Designer UI files for the options dialog
 * More complete Mutagen metadata plugin
 * Tagz (TaggerScript) implementation
 * More usable configuration system
 * Some coding style changes (PEP-008)
2006-09-14 21:20:15 +02:00