Name | Modified | Size |
---|---|---|
.. | ||
img | ||
changenode.cpp | 22 years ago | 384 B |
changenode.h | 22 years ago | 753 B |
changesorter.cpp | 22 years ago | 3 KB |
changesorter.h | 22 years ago | 1 KB |
clientchangeuser.cpp | 22 years ago | 971 B |
clientchangeuser.h | 22 years ago | 359 B |
clientdiffuser.cpp | 22 years ago | 5 KB |
clientdiffuser.h | 22 years ago | 468 B |
clientjobdescuser.cpp | 22 years ago | 1 KB |
clientjobdescuser.h | 22 years ago | 340 B |
clientjobuser.cpp | 22 years ago | 1 KB |
clientjobuser.h | 22 years ago | 386 B |
clientloguser.cpp | 22 years ago | 7 KB |
clientloguser.h | 22 years ago | 793 B |
dateops.cpp | 22 years ago | 492 B |
dateops.h | 22 years ago | 466 B |
dsp.bat | 22 years ago | 83 B |
filehead.cpp | 22 years ago | 8 KB |
filehead.h | 22 years ago | 5 KB |
filelogcache.cpp | 22 years ago | 5 KB |
filelogcache.h | 22 years ago | 2 KB |
filerev.cpp | 22 years ago | 3 KB |
p4qtree.pro | 22 years ago | 2 KB |
qtreeabout.h | 22 years ago | 455 B |
qtreearrow.cpp | 22 years ago | 4 KB |
qtreearrow.h | 22 years ago | 1 KB |
qtreecanvas.cpp | 21 years ago | 7 KB |
qtreecanvas.h | 21 years ago | 1 KB |
qtreechangebar.cpp | 22 years ago | 2 KB |
qtreechangebar.h | 22 years ago | 351 B |
qtreechangedialog.cpp | 22 years ago | 928 B |
qtreechangedialog.h | 22 years ago | 502 B |
qtreechangenum.cpp | 22 years ago | 2 KB |
qtreechangenum.h | 22 years ago | 524 B |
qtreechangeview.cpp | 22 years ago | 5 KB |
qtreechangeview.h | 22 years ago | 1 KB |
qtreediffdialog.cpp | 22 years ago | 886 B |
qtreediffdialog.h | 22 years ago | 531 B |
qtreediffrunner.cpp | 22 years ago | 1 KB |
qtreediffrunner.h | 22 years ago | 588 B |
qtreeeasteregg.cpp | 22 years ago | 3 KB |
qtreeeasteregg.h | 22 years ago | 364 B |
qtreefiledialog.cpp | 22 years ago | 3 KB |
qtreefiledialog.h | 22 years ago | 790 B |
qtreefilestripe.cpp | 21 years ago | 2 KB |
qtreefilestripe.h | 21 years ago | 689 B |
qtreefiletext.cpp | 22 years ago | 2 KB |
qtreefiletext.h | 22 years ago | 591 B |
qtreeitem.h | 21 years ago | 2 KB |
qtreejobbar.cpp | 22 years ago | 2 KB |
qtreejobbar.h | 22 years ago | 535 B |
qtreejobdialog.cpp | 22 years ago | 901 B |
qtreejobdialog.h | 22 years ago | 534 B |
qtreejobtext.cpp | 22 years ago | 2 KB |
qtreejobtext.h | 22 years ago | 536 B |
qtreelegenddialog.cpp | 22 years ago | 3 KB |
qtreelegenddialog.h | 22 years ago | 706 B |
qtreemain.cpp | 21 years ago | 4 KB |
qtreeprefsdialog.cpp | 22 years ago | 4 KB |
qtreeprefsdialog.h | 22 years ago | 1011 B |
qtreerevball.cpp | 22 years ago | 3 KB |
qtreerevball.h | 21 years ago | 747 B |
qtreerevdialog.cpp | 22 years ago | 5 KB |
qtreerevdialog.h | 22 years ago | 758 B |
qtreerevtext.cpp | 22 years ago | 336 B |
qtreerevtext.h | 22 years ago | 348 B |
qtreetooltip.cpp | 22 years ago | 1 KB |
qtreetooltip.h | 22 years ago | 252 B |
qtreewindow.cpp | 21 years ago | 16 KB |
qtreewindow.h | 21 years ago | 3 KB |
README.txt | 22 years ago | 2 KB |
Change | User | Description | Committed |
---|---|---|---|
4450 | Sam Stafford | Slight refactoring of "name sort" code... this was to lead to an implementation of "di...rectory graphing" but it didn't pan out. Will need to kludge more than previously thought to make that happen. « |
21 years ago |
4428 | Sam Stafford | Suppress error dialogs if "-o" option specified - dump to stderr instead. (This was a q...uick hack - hopefully it works.) « |
21 years ago |
4422 | Sam Stafford | Finished implementing alphabetical sort. Along the way, I gained new appreciati...on for the OpenGL canvas system I implemented for Revision Graph, for it is vastly superior to this QCanvas crud in many ways. Might go ahead and implement this in Revision Graph just to marvel at how many fewer lines of new code it takes. Turn on alphabetical sort by adding the "-n" option to the command line ("-n" for "name sort"). This feature is not accessible from the settings dialog, nor does it persist after a refresh, but it DOES stack with "-o outputfile", which as far as I know is all that anyone needs. « |
21 years ago |
4419 | Sam Stafford | Framework for command line alphabetical sort option. No functional change (still need t...o implement the sort algorithm). « |
21 years ago |
4410 | Sam Stafford | New feature for Laura: "-o OUTPUT" option. When P4QTree is invoked with this op...tion, it'll attempt to dump a PNG file of the graph and then exit. Along the way I removed the silly SVG format thing and switched it back to PNG - nobody can read SVG anyway. Caveat: to write to PNG format, it needs to load the entire image into memory as an uncompressed pixmap, so a large graph very well might not fit in memory. If that happens, you should get a friendly error message and the operation will fail. I can't imagine anybody outside these walls having a use for this option, so I won't bother documenting it. « |
21 years ago |
2949 | Sam Stafford | Don't draw empty FileHeads. This includes ones that you don't have "list" permissi...on to filelog, as well as ones missing from a cache file. You'll still get warnings about their inaccessibility. « |
22 years ago |
2947 | Sam Stafford | Give P4QTree the ability to read filelog data from a supplied text file. The syntax is: ... P4QTree [g-opts] [-F cachefile] depotfile The data in the supplied file will be read before the server is queried for a given filelog. If a required filelog is not found in the file, the server will be queried instead. The most handy application for this that I can see is quickly graphing integ scenarios based on customer-supplied (or even manually-generated) filelogs, when for whatever reason it's not feasible to access the server directly. « |
22 years ago |
2946 | Sam Stafford |
Pull in read-filelogs-from-file capabilities. No functional change yet. |
22 years ago |
2945 | Sam Stafford | These changes are all already reflected in P4QTree. | 22 years ago |
2584 | Sam Stafford | Make minimum canvas width more dynamic - create a dummy CanvasText and use that to guesst...imate minimum width. « |
22 years ago |
2515 | Sam Stafford |
Work around Qt export-to-SVG bug. SVGs now save correctly. |
22 years ago |
2457 | Sam Stafford | Print and Save features. The Print feature is kinda wudgy - it shrinks the canvas down to... fit on a single page, which can make it pretty durn small. It also makes hardcoded assumptions about page size because I was having a tough time extracting that info from QPrinter. And lastly, it does a pretty bad job scaling down the text. All that aside, I can see it being useful under a very narrow set of circumstances, so here it is. The Save feature only exports to SVG format, per QPicture's limitations, and it doesn't even do that correctly. It boggles the mind, really. « |
22 years ago |
2405 | Sam Stafford | Add support for binary diff programs, as well as "-l" and "-r" for P4Diff and SQUID. | 22 years ago |
2399 | Sam Stafford | The "show all integs" feature in all its glory. | 22 years ago |
2398 | Sam Stafford | Support for PB's "show all" feature. Still needs the UI bits to turn it on. Inf...rastructure change. « |
22 years ago |
2394 | Sam Stafford |
Fix uninitialized variable. No functional change. |
22 years ago |
2390 | Sam Stafford | Move app icon code to InitIcons(), and maintain the QPixmap with the icon as a class membe...r - this seems to fix that mysterious crashing bug that was introduced when I added the app icon in the first place. « | 22 years ago |
2386 | Sam Stafford | Remove minor crashing bug (crash if click in an empty window), and make infrastructure twe...aks to SaveImage. (It still doesn't work.) « |
22 years ago |
2382 | Sam Stafford |
Keyword expansion needed here. Silly me. |
22 years ago |
2381 | Sam Stafford | Make "Old School", which has always been my favorite, the default color scheme. | 22 years ago |
2380 | Sam Stafford | At some point I want to go around and get the integ records tween P4HL and P4QTree to ref...lect their relationship. Here's a start. « |
22 years ago |
2379 | Sam Stafford |
Submit icon bitmaps. Add an application icon. |
22 years ago |
2377 | Sam Stafford | P4QTree. | 22 years ago |