0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added getAllTags/Fields/Filepaths functions to TTagger, implemented.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created directory and put skeletonized files in it for the Qt Model/View (Interview) interface to libtriage.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
When a file is activated in the file list, some debug info is printed with qDebug.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed bug where ATDBs without roots (ATD::root() == ) would prepend the path separator to their return value.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
triageeditor.pro now builds as dynamic library.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Implemented AddItemWidget and what of TriageEditor was necessary to work with AddItemWidget.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created source files for AddItemWidget.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Part 2 of: Created widget for reuse in triageeditor -- AddItemWidget.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created widget for reuse in triageeditor -- AddItemWidget.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added the used icons to the repository.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
First draft of editor widget, added resources (depends on the Crystal Project (KDE) icons).
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created files for a gui for testing (which is a little easier to quickly add new features to than the cli).
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Basic testing works.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed handling of empty database in DummyTDB.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Moved auto-initialized functionality from TTagger to TFileReference, because TTagger doesn't actually do anything.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
TTagger now uses DummyTDB.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added basic tagging testing to main.cpp, added qmake project file for temporary dynamic library linking.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Implemented TFileReference.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created tdb-dummy.{h,cpp} for AbstractTagDatabase implementations, to cut down on all that copy-pasting that's necessary to get those functions in there.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Tweaked AbstractTagDatabase so libtriage compiles.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Added hasTags(), hasField(), hasFields() to TFileReference and AbstractTagDatabase.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Rewrote Globber::matches() to be "pseudo-recursive" (the public matches() calls the private one iteratively, but with arguments passed by reference). This is used instead of the more elegant recursive sort of algorithm to avoid stack overflows.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
After much debugging and partial rewriting of the Globber::matches() function, I realize that it's useless when dealing with adjacent wildcards. Hence, I must now wipe everything and rewrite it recursively. I spent all stinking evening debugging this! WHY WAS I SO STUPID?!?!?!?!?! At this rate, I'll likely have libtriage out for mid-August, never mind the GUI utilities. Ugh. I need a vacation so I can work on this more.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Configed libtriage to build in debug mode.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Added todo to test Globber::contains()
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Made some of AbstractTagDatabase's members' arguments const &s.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Made TriageSetting's functions static, skeletanized.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Skeletonized abstracttagdatabase.cpp.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Really finished the doc for AbstractTagDatabase. The Doxygen compile goes smoothly, so it should really be finished this time :P
Zach Klippenstein
as zach-klipp
More... almost 16 years ago
Added 4 methods to AbstractTagDatabase.
Zach Klippenstein
as zach-klipp
More... almost 16 years ago