0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added requirement of mingwm10.dll for setup compile.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added readme with explanation and instructions.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Enclosed some stray debug prints in PRINT_DEBUG_OUTPUT checks.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed placement of #endif that didn't compile in release mode.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed bug in qmake project files that wasn't correctly detecting a lack of the debug configuration.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed problems from previous commit that prevented compiling.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Placed all debug prints in PRINT_DEBUG_OUTPUT checks, defined in qmake project file.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created distribution directory, "win" subdir, and put INNO Setup setup script in it.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Started implementing recursive tagging in TFileReference.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
OptionsWidget now shows when a daemon is registered.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Finished implementing TriageSettings.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Replaced my useless attempt at a globbing function with QRegExp's functionality.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added scope to TriageSettings.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Selecting a search result now also selects in the file list!
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed opening of files on double-click, search results now display full filepath.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed bug in ADT::getFilesWithCriteria() when searching by tag name.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed bug AbstractTagDatabase where files w/o tags wouldn't show up in filename search.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Made the horizontal search results slider non-opaque.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added the rotate.png that the resources files needs.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Created qmake project files for building the entire libtriage and triage-utils directories.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Removed setup-environment.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed placement of labels in FileSearchWidget, gave its scroll area a frame and removed the h-line above Reset, moved Wildcards checkbox outside scroll.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Editing field contents now emits taggingAction().
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Fixed bug when matching tags in getFilesWithCriteria().
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Started implementing tag filtering.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Help menu and submenues work.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Replaced TriageFileProxyModel with a non-proxy TriageSearchModel, which transforms a QDirList into a filtered, 1-dimensional list of files.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added function declarations to TriageFileProxyModel for tag and filename filtering.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Added optional wildcard-matching arguments to AbstractTagDatabase::getFilesWith*.
Zach Klippenstein
as zach-klipp
More... over 15 years ago
Got the multi-threading working for FileTagsModel, which is where I'll leave it at for now -- I'll do the rest once some other essentials are implemented.
Zach Klippenstein
as zach-klipp
More... over 15 years ago