| Merge pull request #2806 from bardsoftware/dbarashev/refactoring/document-ready-state-in-project-open-sm |
|
More...
|
5 days ago
|
| One more review round |
|
More...
|
5 days ago
|
| Add "cancelled" state support to project opening workflow. Removed unused coroutines. Enhanced barrier behavior with activation restrictions and immediate exit calls. |
|
More...
|
5 days ago
|
| Merge branch 'master' into dbarashev/refactoring/document-ready-state-in-project-open-sm |
|
More...
|
6 days ago
|
| Code review with Claude |
|
More...
|
6 days ago
|
| Use the chosen date format in the earliest start option editor |
|
More...
|
23 days ago
|
| Return null instead of DateTimeFormatException for date parsing. This improves UX in the date fields (they show validation errors instead of generic "something went wrong" in the window-level popup) |
|
More...
|
23 days ago
|
| Start a websocket when we complete opening an online document |
|
More...
|
23 days ago
|
| We need to start the websocket when we complete the project opening process. |
|
More...
|
25 days ago
|
| Wrapping with Swing seems to be not necessary in this code |
|
More...
|
26 days ago
|
| Added error handling for the openProject calls |
|
More...
|
26 days ago
|
| * Refactoring: moved Colloboque client initialization to ColloboqueClient.kt * Added failure state handler to the Cloud Document page in Project Properties (this may trigger when fetching a version of a cloud document) |
|
More...
|
27 days ago
|
| Fixed the chart being frozen after opening a cloud document. The reason was that removing decorators caused the Swing chart component to detach from its peer. Essentially in this case it becomes detached from the component hierarchy, considered as "not showing" and thus receives no paint/mouse events. |
|
More...
|
about 1 month ago
|
| Complete the state machine if we cancel the project opening process in a dialog. |
|
More...
|
about 1 month ago
|
| - Fixed bug: offline mirror is not yet set up at the moment of processing the fetch result - changed the icon in the fork dialogs and extracted shared code |
|
More...
|
about 1 month ago
|
| Merge branch 'master' into dbarashev/refactoring/document-ready-state-in-project-open-sm |
|
More...
|
about 1 month ago
|
| Fixes the issue in Task Properties dialog: as soon as we open a task which is far away from the current date, it throws a ValidationException and an error pane shows up. |
|
More...
|
about 1 month ago
|
| Fixes #2803 (custom role set name is not shown) |
|
More...
|
about 1 month ago
|
| More refactorings: now it is possible to start opening the document even without a call to ProjectUIFacade |
|
More...
|
about 1 month ago
|
| - Removed onFinish argument from openProject method - ProjectOpenActivityFactory is now a singleton |
|
More...
|
about 1 month ago
|
| Extracted fork dialogs to their own file. Added them to the state machine. |
|
More...
|
about 1 month ago
|
| simpler progress code |
|
More...
|
about 1 month ago
|
| Actually transition to stateAuthRequired state |
|
More...
|
about 1 month ago
|
| Started integrating online document states into the state machine. |
|
More...
|
about 1 month ago
|
| - Simplified doOpenStartupDocument() code, replaced messy channels and coroutines with the state machine. - Restored import startup document functionality. |
|
More...
|
about 1 month ago
|
| Introduced "Document ready" state to the Project-Open state machine. Refactored code that waits for the document. Extracted code that installs Colloboque client |
|
More...
|
about 1 month ago
|
| Fixed project calendar page |
|
More...
|
about 1 month ago
|
| Copied MarkdownView to allow for curly braces. |
|
More...
|
about 1 month ago
|
| Show error dialog if auto-reopen fails |
|
More...
|
about 2 months ago
|
| Process error when running auto-open last document |
|
More...
|
about 2 months ago
|