- 03 Nov, 2010 3 commits
-
-
Yuya Nishihara authored
-
Yuya Nishihara authored
We can bubble up key press event through Qt's object tree if it's explicitly ignored.
-
Steve Borho authored
-
- 02 Nov, 2010 13 commits
-
-
Steve Borho authored
This correctly caused the wizard's thgrepo to invalidate itself before generating the tip csinfo on the final page. Without this fix, the final csinfo showed a strange mix of old tip and new tip.
-
André Sintzoff authored
-
Steve Borho authored
-
Steve Borho authored
This caused the repoview to jump to *old* changesets after refresh if there happened to be a collision between the revision number and a changeset hash. Also, re-select the working directory through refresh
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
-
Steve Borho authored
Hoping this helps SEGV's I've seen soon after stripping revisions.
-
Steve Borho authored
-
Steve Borho authored
--HG-- branch : stable
-
Steve Borho authored
--HG-- branch : stable
-
- 01 Nov, 2010 16 commits
-
-
Steve Borho authored
--HG-- branch : stable
-
Steve Borho authored
--HG-- branch : stable
-
Steve Borho authored
This outputs the full filenames of the patches it generates.. how handy.
-
André Sintzoff authored
-
André Sintzoff authored
-
Steve Borho authored
-
André Sintzoff authored
-
Steve Borho authored
-
mdewildt authored
-
mdewildt authored
-
Steve Borho authored
trimmed() is the equivalent of strip(), it removes white-space from the start and end of the string. simplified() will further convert internal whitespace into single spaces.
-
Steve Borho authored
-
Steve Borho authored
-
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 8 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
-