# # # patch "notes/IDEAS" # from [7671c115dc2bbdbf750292545c628d515e6b31ba] # to [0f7d32bac1e3d7405a733c7548508969064efe21] # # patch "notes/TODO" # from [c95b852c48a939c274d569128e58b8d4dc13f875] # to [3bc41d1e255bf9b40c2bb39645245500debdd96f] # ============================================================ --- notes/IDEAS 7671c115dc2bbdbf750292545c628d515e6b31ba +++ notes/IDEAS 0f7d32bac1e3d7405a733c7548508969064efe21 @@ -1,12 +1,13 @@ mid- to longterm, for a list of definite This file lists some ideas what could be improved / implemented in guitone mid- to longterm, for a list of definite changes see TODO: * make changed items view configurable (currently they're just bold) * integrate support to make guitone a kpart module under KDE -* add functionality which is currently missing from monotone (commit, ...) +* add functionality which is currently missing from monotone (update, ...) * use QDialogButtonBox to place the ok/abort buttons in the correct order based on the platform) -* add unit tests for the internals +* add unit tests for all the internals * make file-saving rollback'able if aborted / on error * implement some properties dialog to show more info on the currently opened workspace / database +* implement drag'n'drop and proper rename support (stubs) ============================================================ --- notes/TODO c95b852c48a939c274d569128e58b8d4dc13f875 +++ notes/TODO 3bc41d1e255bf9b40c2bb39645245500debdd96f @@ -1,8 +1,5 @@ Current TODO, for "long-term" stuff see Current TODO, for "long-term" stuff see IDEAS: -* implement drag'n'drop and proper rename support (stubs) -* add real support for mtn checkout with the file exporter and some goo - to create the _MTN directory -* add real suppport for mtn commit via automate put_file / put_revision / cert - which will popup in mtn 0.34 +* get rid of this nasty bug which crashes the app if a dialog is opened and the + main window in the background is closed (some invalid pointer issue)