10 Commits

Author SHA1 Message Date
kostas
6b470516fa Fixed issue on OSX where the QProcess was terminating without providing all the fossil output.
Corrected handling of new-lines in fossil output on OSX.
The update command now logs only the actual update output from fossil.
The log cursor is now repositioned to the end before any text is appended.
Fixed minor static analysis warnings.


FossilOrigin-Name: 4db466899df13050ac14c60097286f1df3adc46f
2012-05-12 07:56:42 +00:00
kostas
0ea4fd9831 Added support for stashes
Generalized the commit dialog to support stashes
Parameters are now quoted in the log if necessary
Fixed another issue with the folderview show/hide logic
Various minor ui tweaks

FossilOrigin-Name: ce70efe67a1fe0087cc6d3aa79757a5011c57db2
2012-04-15 06:56:51 +00:00
kostas
ff622939e9 Added setting to customize the double-click action in the file view
FossilOrigin-Name: b0fda22886a7415ddf5d70457f3f7c8fe7ecf636
2011-10-21 17:38:02 +00:00
kostas
92935b056a Select the root node in the Tree view when opening a project
Commit Dialog now displays the first line previous commit messages only


FossilOrigin-Name: 6f0dadf863a147669f09e5661541e2ae6043e2a5
2011-10-21 15:46:38 +00:00
kostas
2cc459e459 Commit message history is now saved
Commit message history is now accumulated even when a commit is cancelled


FossilOrigin-Name: 1ff7aa3b04cec66eb7c1420713f4ee691cc3e5d5
2011-10-21 14:44:36 +00:00
kostas
a38503538c Added checkboxes to the files in the commit dialog
FossilOrigin-Name: 30fdcc0810046768f9635d4972026cadb1bb9dd3
2011-09-04 04:17:52 +00:00
kostas
064819d295 Added settings dialog
Added platform specific settings storage/retrieval

FossilOrigin-Name: 66205d14199523228d7f6fa0241a7ef7162f6940
2011-08-06 08:31:19 +00:00
kostas
6c08987733 Dialogs are now sheets in OSX
FossilOrigin-Name: 3b6f4f542c7c6daedf1eb7aff03ef988cbb5100f
2011-08-06 05:40:57 +00:00
kostas
433ef8252a Commit Dialog:
- Commit messages must not be empty
- Double-clicking a file invokes diff
FileAction Dialog:
- Optional checkbox

MainWindow:
- Added Rename/Undo/About Actions
- Added Renamed/Missing file states
- Added tooltips to status column
- Support for running fossil in detached mode (to prevent killing fossil due to timeout on diff sessions)


FossilOrigin-Name: ea42e7cd8b7041d82e35720b14e30437b6db6e0d
2011-08-05 15:25:38 +00:00
kostas
dd9e18f113 Added Commit and FileAction dialogs
Skeleton code for Commit, Add, Delete, Revert actions

FossilOrigin-Name: 9e35495cc3f4e18f458cf02f83d1d8075c0a85b9
2011-08-03 15:30:09 +00:00