Module implementing the queues extension project helper.
None |
QueuesProjectHelper | Class implementing the queues extension project helper. |
None |
Class implementing the queues extension project helper.
None |
None |
QueuesProjectHelper | Constructor |
__hgQueueActivateQueue | Private slot used to set the active queue. |
__hgQueueCommit | Private slot to commit changes in the queue repository. |
__hgQueueCreateQueue | Private slot used to create a new queue. |
__hgQueueDeletePatch | Private slot used to delete a patch. |
__hgQueueDeleteQueue | Private slot used to delete the reference to a queue. |
__hgQueueFinishAppliedPatches | Private slot used to finish all applied patches. |
__hgQueueFoldUnappliedPatches | Private slot used to fold patches into the current patch. |
__hgQueueGotoPatch | Private slot used to push or pop patches until the a named one is at the top of the stack. |
__hgQueueGotoPatchForced | Private slot used to push or pop patches until the a named one is at the top of the stack overwriting local changes. |
__hgQueueGuardsDeactivate | Private slot used to deactivate all active guards. |
__hgQueueGuardsDefine | Private slot used to define guards for the current or a named patch. |
__hgQueueGuardsDropAll | Private slot used to drop all guards of the current or a named patch. |
__hgQueueGuardsIdentifyActive | Private slot used to list all active guards. |
__hgQueueGuardsList | Private slot used to list the guards for the current or a named patch. |
__hgQueueGuardsListAll | Private slot used to list all guards of all patches. |
__hgQueueGuardsSetActive | Private slot used to set the active guards. |
__hgQueueInit | Private slot to initialize a new queue repository. |
__hgQueueListPatches | Private slot used to show a list of applied and unapplied patches. |
__hgQueueListQueues | Private slot used to list available queues. |
__hgQueueNewPatch | Private slot used to create a new named patch. |
__hgQueuePopAllPatches | Private slot used to pop all patches off the stack. |
__hgQueuePopAllPatchesForced | Private slot used to pop all patches off the stack forgetting any local changes to patched files. |
__hgQueuePopPatch | Private slot used to pop the current patch off the stack. |
__hgQueuePopPatchForced | Private slot used to pop the current patch off the stack forgetting any local changes to patched files. |
__hgQueuePopPatches | Private slot used to pop patches off the stack until a named one is at the top. |
__hgQueuePopPatchesForced | Private slot used to pop patches off the stack until a named one is at the top forgetting any local changes to patched files. |
__hgQueuePurgeQueue | Private slot used to delete the reference to a queue and remove the patch directory. |
__hgQueuePushAllPatches | Private slot used to push all patches onto the stack. |
__hgQueuePushAllPatchesForced | Private slot used to push all patches onto the stack on top of local changes. |
__hgQueuePushPatch | Private slot used to push the next patch onto the stack. |
__hgQueuePushPatchForced | Private slot used to push the next patch onto the stack on top of local changes. |
__hgQueuePushPatches | Private slot used to push patches onto the stack until a named one is at the top. |
__hgQueuePushPatchesForced | Private slot used to push patches onto the stack until a named one is at the top on top of local changes. |
__hgQueuePushPopPatches | Private method to push patches onto the stack or pop patches off the stack. |
__hgQueueRefreshPatch | Private slot used to refresh the current patch. |
__hgQueueRefreshPatchMessage | Private slot used to refresh the current patch and its commit message. |
__hgQueueRenamePatch | Private slot used to rename a patch. |
__hgQueueRenameQueue | Private slot used to rename the active queue. |
__hgQueueShowHeader | Private slot used to show the commit message of the current patch. |
__hgQueueShowPatch | Private slot used to show the contents of the current patch. |
__hgQueueStatus | Private slot to show the status of the queue repository. |
__hgQueueSummary | Private slot to show a summary of the queue repository. |
__initGuardsActions | Private method to generate the guards action objects. |
__initPushPopActions | Private method to generate the push and pop action objects. |
__initPushPopForceActions | Private method to generate the push and pop (force) action objects. |
__initQueuesMgmtActions | Private method to generate the queues management action objects. |
initActions | Public method to generate the action objects. |
initMenu | Public method to generate the extension menu. |
menuTitle | Public method to get the menu title. |
None |
Constructor
Private slot used to set the active queue.
Private slot to commit changes in the queue repository.
Private slot used to create a new queue.
Private slot used to delete a patch.
Private slot used to delete the reference to a queue.
Private slot used to finish all applied patches.
Private slot used to fold patches into the current patch.
Private slot used to push or pop patches until the a named one is at the top of the stack.
Private slot used to push or pop patches until the a named one is at the top of the stack overwriting local changes.
Private slot used to deactivate all active guards.
Private slot used to define guards for the current or a named patch.
Private slot used to drop all guards of the current or a named patch.
Private slot used to list all active guards.
Private slot used to list the guards for the current or a named patch.
Private slot used to list all guards of all patches.
Private slot used to set the active guards.
Private slot to initialize a new queue repository.
Private slot used to show a list of applied and unapplied patches.
Private slot used to list available queues.
Private slot used to create a new named patch.
Private slot used to pop all patches off the stack.
Private slot used to pop all patches off the stack forgetting any local changes to patched files.
Private slot used to pop the current patch off the stack.
Private slot used to pop the current patch off the stack forgetting any local changes to patched files.
Private slot used to pop patches off the stack until a named one is at the top.
Private slot used to pop patches off the stack until a named one is at the top forgetting any local changes to patched files.
Private slot used to delete the reference to a queue and remove the patch directory.
Private slot used to push all patches onto the stack.
Private slot used to push all patches onto the stack on top of local changes.
Private slot used to push the next patch onto the stack.
Private slot used to push the next patch onto the stack on top of local changes.
Private slot used to push patches onto the stack until a named one is at the top.
Private slot used to push patches onto the stack until a named one is at the top on top of local changes.
Private method to push patches onto the stack or pop patches off the stack.
Private slot used to refresh the current patch.
Private slot used to refresh the current patch and its commit message.
Private slot used to rename a patch.
Private slot used to rename the active queue.
Private slot used to show the commit message of the current patch.
Private slot used to show the contents of the current patch.
Private slot to show the status of the queue repository.
Private slot to show a summary of the queue repository.
Private method to generate the guards action objects.
Private method to generate the push and pop action objects.
Private method to generate the push and pop (force) action objects.
Private method to generate the queues management action objects.
Public method to generate the action objects.
Public method to generate the extension menu.
Public method to get the menu title.