59
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jun 26, 2025 — Jun 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2806 from bardsoftware/dbarashev/refactoring/document-ready-state-in-project-open-sm
dbarashev
as Dmitry Barashev
More... 5 days ago
One more review round
dbarashev
as Dmitry Barashev
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.
dbarashev
as Dmitry Barashev
More... 5 days ago
Merge branch 'master' into dbarashev/refactoring/document-ready-state-in-project-open-sm
dbarashev
as Dmitry Barashev
More... 6 days ago
Code review with Claude
dbarashev
as Dmitry Barashev
More... 6 days ago
Use the chosen date format in the earliest start option editor
dbarashev
as Dmitry Barashev
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)
dbarashev
as Dmitry Barashev
More... 23 days ago
Start a websocket when we complete opening an online document
dbarashev
as Dmitry Barashev
More... 23 days ago
We need to start the websocket when we complete the project opening process.
dbarashev
as Dmitry Barashev
More... 25 days ago
Wrapping with Swing seems to be not necessary in this code
dbarashev
as Dmitry Barashev
More... 26 days ago
Added error handling for the openProject calls
dbarashev
as Dmitry Barashev
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)
dbarashev
as Dmitry Barashev
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.
dbarashev
as Dmitry Barashev
More... about 1 month ago
Complete the state machine if we cancel the project opening process in a dialog.
dbarashev
as Dmitry Barashev
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
dbarashev
as Dmitry Barashev
More... about 1 month ago
Merge branch 'master' into dbarashev/refactoring/document-ready-state-in-project-open-sm
dbarashev
as Dmitry Barashev
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.
dbarashev
as Dmitry Barashev
More... about 1 month ago
Fixes #2803 (custom role set name is not shown)
dbarashev
as Dmitry Barashev
More... about 1 month ago
More refactorings: now it is possible to start opening the document even without a call to ProjectUIFacade
dbarashev
as Dmitry Barashev
More... about 1 month ago
- Removed onFinish argument from openProject method - ProjectOpenActivityFactory is now a singleton
dbarashev
as Dmitry Barashev
More... about 1 month ago
Extracted fork dialogs to their own file. Added them to the state machine.
dbarashev
as Dmitry Barashev
More... about 1 month ago
simpler progress code
dbarashev
as Dmitry Barashev
More... about 1 month ago
Actually transition to stateAuthRequired state
dbarashev
as Dmitry Barashev
More... about 1 month ago
Started integrating online document states into the state machine.
dbarashev
as Dmitry Barashev
More... about 1 month ago
- Simplified doOpenStartupDocument() code, replaced messy channels and coroutines with the state machine. - Restored import startup document functionality.
dbarashev
as Dmitry Barashev
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
dbarashev
as Dmitry Barashev
More... about 1 month ago
Fixed project calendar page
dbarashev
as Dmitry Barashev
More... about 1 month ago
Copied MarkdownView to allow for curly braces.
dbarashev
as Dmitry Barashev
More... about 1 month ago
Show error dialog if auto-reopen fails
dbarashev
as Dmitry Barashev
More... about 2 months ago
Process error when running auto-open last document
dbarashev
as Dmitry Barashev
More... about 2 months ago