mirror of
https://github.com/Xevion/bulk-reminders.git
synced 2025-12-09 16:06:40 -06:00
Add ProgressBar to GUI for Event Insertion/Deletion
- Added logging to GUI Undo functionality - Added support for hyphens in data input - Indent encoded JSONPickle output
This commit is contained in:
@@ -14,7 +14,7 @@ logger = logging.getLogger(__file__)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
REGEX = re.compile(
|
||||
r'\s*([\w\d\s,.;\'!\[\]()]{1,})\s+\|\s+(\d{4}-\d{2}-\d{2})\s+(\d{1,2}:\d{2}(?:AM|PM))?\s*(\d{4}-\d{2}-\d{2})(\d{1,2}:\d{2}(?:AM|PM))?')
|
||||
r'\s*([\w\d\s,-.;\'!\[\]()]{1,})\s+\|\s+(\d{4}-\d{2}-\d{2})\s+(\d{1,2}:\d{2}(?:AM|PM))?\s*(\d{4}-\d{2}-\d{2})(\d{1,2}:\d{2}(?:AM|PM))?')
|
||||
|
||||
|
||||
class LoadDialog(QDialog, Ui_Dialog):
|
||||
|
||||
Reference in New Issue
Block a user