[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Monotone-commits-nodiffs] Revision 056464419ac10390a7a1809c13c3badbda5e
From: |
monotone |
Subject: |
[Monotone-commits-nodiffs] Revision 056464419ac10390a7a1809c13c3badbda5e6f18 |
Date: |
Sat, 17 May 2008 21:43:00 +0200 |
-----------------------------------------------------------------
Revision: 056464419ac10390a7a1809c13c3badbda5e6f18
Ancestor: a58992c293de5c41285cf9caf1488602181f6f9f
Author: address@hidden
Date: 2008-05-06T23:07:52
Branch: net.venge.monotone.guitone.app-driver
Added files:
src/view/ChangeLogEdit.cpp src/view/ChangeLogEdit.h
Modified files:
guitone.pro res/forms/commit_revision.ui
res/forms/preferences.ui src/GuitoneDriver.cpp
src/model/GetRevision.cpp src/model/GetRevision.h
src/view/dialogs/CommitRevision.cpp
src/view/dialogs/Preferences.cpp
ChangeLog:
* ChangeLogEdit.h/cpp: new QTextEdit-derived class whose main functionality is
basically stolen from http://doc.trolltech.com/4.3/tools-customcompleter.html,
i.e. it allows the completion of words based on a defined list of strings
* guitone.pro: ...note them here
* GetRevision.h/cpp: ...and these strings come from here and are currently just
the paths of the changed nodes in the workspace
* commit_revision.ui: use this new class here; also simplify the layouts and
add a splitter between the two group boxes which makes it possible to hide one
section completly in favor of space
* Preferences.cpp: make it possible to disable the auto-completion
* GuitoneDriver.cpp: changed the way function arguments are build a bit - not
much success though (if a dialog should be shown which needs one or more
arguments, either invalid data are signaled or the application crashes for
unknown reasons)
monotone --db={your.database} diff
--revision=a58992c293de5c41285cf9caf1488602181f6f9f
--revision=056464419ac10390a7a1809c13c3badbda5e6f18
----------------------------------------------------------------------