- 15 Dec, 2010 6 commits
-
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
QTabWidget does not support a mode where the tabs are hidden, so we have to toggle between a QTabWidget and a QStackedWidget, which have different APIs.
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
- 14 Dec, 2010 1 commit
-
-
Steve Borho authored
The 'Ctrl+Shift' combo is used elsewhere in the Workbench to open a terminal or open a shell in the repository root (aka the working copy folder). So it is more consistent for 'Ctrl+Shift+E' to edit the working file.
-
- 13 Dec, 2010 1 commit
-
-
Steve Borho authored
-
- 11 Dec, 2010 1 commit
-
-
André Sintzoff authored
-
- 10 Dec, 2010 5 commits
-
-
Peer Sommerlund authored
-
Steve Borho authored
-
Steve Borho authored
Reviewed all code under hgqt and verified all uses of UTF-8 are now valid.
-
Steve Borho authored
-
Steve Borho authored
-
- 09 Dec, 2010 2 commits
-
-
Steve Borho authored
-
Steve Borho authored
This dialog could use a stop button, but at least ESC will safely stop the search without causing a thread lockup.
-
- 07 Dec, 2010 6 commits
-
-
Steve Borho authored
Orphaning the running thread does "Bad Things" (tm) so it's best to leave the dialog in a state that knows the thread is still running. Perhaps a second KeyboardInterrupt will kick it out of its endless loop.
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
Still not happy, but this is better
-
- 06 Dec, 2010 8 commits
-
-
Steve Borho authored
This is our standard 'waving a dead chicken' solution to hard-crashes in the garbage collector. I regularly see crashes after using the QNew feature.
-
Steve Borho authored
-
Steve Borho authored
-
Johan Samyn authored
-
Steve Borho authored
A QLabel does not look like a QLineEntry on some platforms, giving a hint that the field is truly read-only. It also does not accept URL drops so any URLs dropped on the label will get picked up by the sync widget itself, which does the right thing.
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
Passing a context is not robust, it is converted to a string by the SummaryBase class, which turns it into a short-hash, then does the lookup. This can lead to ambiguous matches.
-
- 05 Dec, 2010 5 commits
-
-
Steve Borho authored
-
Steve Borho authored
Local tags are stored in local encoding, but converted to UTF-8 when read. Bookmarks, tags, and branch names are stored in UTF-8. Internal mercurial APIs are all UTF-8. Only commnd line arguments should be in local encoding.
-
Steve Borho authored
By setting _reload_rev to '.', it was forcing the repowidget to load the entire graph into memory before showing anything.
-
Steve Borho authored
-
Steve Borho authored
-
- 04 Dec, 2010 2 commits
-
-
Peer Sommerlund authored
-
Steve Borho authored
-
- 02 Dec, 2010 1 commit
-
-
Peer Sommerlund authored
-
- 04 Dec, 2010 2 commits
-
-
Steve Borho authored
-
Steve Borho authored
-