Shaun Reed shaunrd0
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-07 16:18:27 +00:00
4aad91416e Fix selection flickering when expanding folder.
ff1b5ab2e6 Hide handles when not in use.
491087a6c1 Add environment variables to config.toml
Compare 3 commits »
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-07 03:10:44 +00:00
125041f469 Add ClideEditorView.
Compare 2 commits »
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-07 00:00:22 +00:00
67bf82d0cb Add qmllint.ini
176efb97b7 Clean up ClideScrollBar.
755066d847 Clean up ClideHandle.
773d7818b5 Auto scroll logger.
Compare 9 commits »
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-02 01:23:33 +00:00
e5b91eaed8 Add basic debug logger.
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-02 01:20:56 +00:00
693ffbcc00 Add basic debug logger.
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-02 00:11:32 +00:00
be383869b2 Add context menu on breadcrumbs.
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-01 23:53:16 +00:00
fdfc8d3fd8 Add context menu on breadcrumbs.
b9eee50e52 Fix menu bar colors.
Compare 2 commits »
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-01 23:25:38 +00:00
4cc43916cb Update breadcrumbs when root directory changes.
a5bed9ed2c Fix panic when loading bad text in the GUI.
Compare 2 commits »
shaunrd0 closed issue shaunrd0/clide#14 2026-02-01 22:39:48 +00:00
Hide parent folders for file explorer
shaunrd0 commented on issue shaunrd0/clide#14 2026-02-01 22:39:47 +00:00
Hide parent folders for file explorer

048d40eb83e548aceac0c86b95c8daf2ee4238a1

shaunrd0 pushed to gui at shaunrd0/clide 2026-02-01 20:36:06 +00:00
0fac2b71ab Fix TreeView nesting for ColumnLayout.
db2f878018 Fix about page image loading.
Compare 2 commits »
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-01 18:08:55 +00:00
048d40eb83 Fix TreeView root index.
c70bba16e4 Revert "Try to use QSortFilterProxyModel via cxx-qt."
Compare 2 commits »
shaunrd0 pushed to gui at shaunrd0/clide 2026-02-01 02:48:43 +00:00
325cf285fc Try to use QSortFilterProxyModel via cxx-qt.
shaunrd0 pushed to gui at shaunrd0/clide 2026-01-31 17:08:39 +00:00
shaunrd0 created pull request shaunrd0/clide#17 2026-01-31 16:09:56 +00:00
gui
shaunrd0 created branch gui in shaunrd0/clide 2026-01-31 16:09:42 +00:00
shaunrd0 pushed to gui at shaunrd0/clide 2026-01-31 16:09:42 +00:00
75889f2023 WIP filtering file explorer entries.
aa8590cd5c Add license headers.
Compare 2 commits »
shaunrd0 opened issue shaunrd0/clide#16 2026-01-31 15:11:28 +00:00
Use automatic case converstion for cxx_name
shaunrd0 commented on issue shaunrd0/clide#12 2026-01-31 14:17:03 +00:00
GUI fails to resolve QML source file paths after installation

I thought maybe the QQmlApplicationEngine should be given an absolute path for addImportPath, but the docs say path is canonicalized.

https://doc.qt.io/qt-6/qqmlengine.html#addImportPath

shaunrd0 opened issue shaunrd0/clide#15 2026-01-31 13:48:09 +00:00
Implement QAbstractFileIconProvider for resolving file explorer icons