Skip to content

Commit 977d015

Browse files
authored
Use Python GTK best practices (#184)
* refactor: rename class `Application` to `DiffuseApplication` * refactor: rename class `Diffuse` to `DiffuseWindow` * refactor: remove unnecessary constructor parameters + docstrings * refactor: move DiffuseWindow class to its own file * refactor: move PaneHeader/Footer outside DiffuseWindow * refactor: move FileDiffViewer outside DiffuseWindow * docs: update CHANGELOG.md
1 parent a2e7ac4 commit 977d015

File tree

4 files changed

+1873
-1818
lines changed

4 files changed

+1873
-1818
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Translation: updated Swedish translation (@eson57)
1818
- Dialog: prompt only once if several files needs to be reloaded (@yuriiz)
1919
- Use GTK3's Gtk.Application/Gtk.ApplicationWindow (@yuriiz)
20+
- Split `DiffuseApplication` and `DiffuseWindow` classes in their own files (@MightyCreak)
2021

2122
### Fixed
2223

0 commit comments

Comments
 (0)