monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision 7c8add7aeaf7eabae98e8f3da4309f3a8aced5


From: monotone
Subject: [Monotone-commits-diffs] Revision 7c8add7aeaf7eabae98e8f3da4309f3a8aced539
Date: Mon, 28 Apr 2008 19:06:19 +0200

-----------------------------------------------------------------
Revision: 7c8add7aeaf7eabae98e8f3da4309f3a8aced539
Ancestor: 397006fd0b1c1a74ded15a66da4834cca23346a0
Author: address@hidden
Date: 2008-04-14T15:46:59
Branch: net.venge.monotone.guitone

Modified files:
        src/model/AutomateCommand.cpp src/model/AutomateCommand.h
        src/model/GetContentChanged.cpp
        src/model/GetContentChanged.h
        src/monotone/MonotoneManager.cpp
        src/monotone/MonotoneManager.h
        src/monotone/MonotoneThread.cpp
        src/monotone/MonotoneThread.h src/view/dialogs/Dialog.cpp
        src/view/dialogs/Dialog.h src/view/dialogs/FileHistory.cpp

ChangeLog: 

* MonotoneManager.h/cpp: new method getThreadByNumber()
* AutomateCommand.h/cpp: ability to remove queued commands through the new 
stopAllTasks() member; bugfix: actually remove a processed command from the 
list of queued commands
* MonotoneThread.h/cpp (MonotoneTask): added a flag to note if a thread has 
been aborted  (this is not so clean like I want it, i.e. the flag is currently 
only used if the abortion was done on user request)
* MonotoneThread.h/cpp (MonotoneThread): ability to abort queued tasks - this 
is done by setting the particular tasks to aborted, which are later simply 
sorted out from the queue (this is simpler than removing queued commands while 
they're processed, f.e.)
* Dialog.h/cpp: if a dialog window is closed, it now emits a signal (since the 
accepted() slot is not always called for every possible way of closing a dialog)
* FileHistory.cpp: ...use it here to signal the model that it should stop 
reading changes
*GetContentChanged.h/cpp: ...stop reading changes if we get told so; also read 
and display changes incrementally - the user has now a more responsive UI and 
can already click around even if not all the historical revisions have been 
queried

Attachment: txtWmZ4_mJotg.txt
Description: Diff [397006fd0b1c1a74ded15a66da4834cca23346a0] -> [7c8add7aeaf7eabae98e8f3da4309f3a8aced539]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]