- 01 Nov, 2010 3 commits
-
-
Steve Borho authored
Apparently Qsci maintains a good amount of its speed by having a fixed length display buffer (based on my tests). Even when wrap is disabled, your text lines will be truncated at some length. and the horizontalScrollBars cover this width. By turning on character wrap, we get rid of the meaningless scrollbars and display all text. This is probably not the last word on this topic (we likely need to enable some of the wrap visualization features and/or make this toggle configurable).
-
Steve Borho authored
-
Steve Borho authored
-
- 31 Oct, 2010 35 commits
-
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
Using the busy count prevents race conditions with the poll timer
-
Yuya Nishihara authored
It fixes "can only follow copies/renames for explicit filenames" error, when searching all history with include/exclude pattern.
-
Yuya Nishihara authored
It implements the same search functionality as ManifestTaskWidget. Hgview-derived search functions are keep untouched, since they're used by filedialogs.
-
Yuya Nishihara authored
-
Yuya Nishihara authored
-
Yuya Nishihara authored
It only contains inner QFrame object. As it didn't use QFrame appearance, the super class of RevDetailsWidget wasn't changed to QFrame.
-
Yuya Nishihara authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
working copy checks are not performed if a rebase is already in progress.
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
- 30 Oct, 2010 2 commits
-
-
michaeldewildt authored
-
Steve Borho authored
Since perfarce essentially has to shell out to the p4 client, it makes no sense to run these commands in-process. This should greatly improve interactive feel while p4 commands are running.
-