]> Some of my projects - localmylist.git/shortlog
localmylist.git
2012-07-23 APTXMake AniOni check for new requests at start
2012-07-23 APTXRework the way MyListView gets data for context menus
2012-07-23 APTXExport MyListNode classes
2012-07-23 APTXAdd filtering to the MyList view
2012-07-16 APTXMove all queries to the new prepare()
2012-07-16 APTXAdd getEpisodes() to get all episodes of an anime....
2012-07-16 APTXRework getFile* methods. Add fail_count column to reque...
2012-07-16 APTXExpose more stuff to the script environment
2012-07-15 APTXAdd script "constructors" for database structs.
2012-07-15 APTXAdd drag&drop support to enable adding files by draggin...
2012-07-15 APTXAdd new tool to run scripts
2012-07-15 APTXAdd Scriptable prototypes for Database structs. Make...
2012-07-14 APTXAttempt to reconnect and execute the query again
2012-07-14 APTXMove error checking to one function
2012-07-14 APTXCall finish on select queries
2012-07-14 APTXUse new prepare in all the methods that used prepare
2012-07-14 APTXA way of dynamically preparing statements only when...
2012-07-13 APTXHandle the new ServerBusyError
2012-07-13 APTXMove/Add various methods to get file data useful for...
2012-07-08 APTXUse file_episode_rel to list files for which an episode...
2012-07-08 APTXRead file episode relation information from UDP api
2012-07-08 APTXAdd missing break
2012-07-08 APTXRequest additional file data (currently unused)
2012-07-08 APTXAdd option to manually request data for entries (to...
2012-07-06 APTXAdd AddRelatedEpisodesTask
2012-07-03 APTXDisable expanding on double click. Open file instead
2012-07-03 APTXOops
2012-07-03 APTXAdd context menu options for new model data
2012-07-03 APTXAdd new level to MyListModel showing file locations
2012-07-03 APTXFix typo
2012-07-03 APTXhost_id should be an integer. Make file_location unique...
2012-07-03 APTXAdd TODO
2012-07-03 APTXAdd option to rename files to context menu.
2012-07-03 APTXUse wild card select for queries from which data is...
2012-07-03 APTXAdd better values for EpCount and EpHiNo
2012-06-21 APTXUpdate play-next to current schema
2012-06-21 APTXDon't start DirectoryWatcher there...
2012-06-21 APTXFix clang warning
2012-06-19 APTXRemove debug lines
2012-06-19 APTXAdd option to watch directories to AniOni
2012-06-19 APTXAdd DirectoryWatcher
2012-06-19 APTXAdd file filters to Add Files dialog
2012-06-19 APTXFilter files added by DirectoryScanTask by configurable...
2012-06-19 APTXWhen skipping known files, also skip files in unknown_f...
2012-06-19 APTXForce re-check of new pending requests when adding...
2012-06-19 APTXFix typo
2012-06-19 APTXAdd rename settings to management-gui
2012-06-19 APTXUpdate RenameHandler to use Settings notifications...
2012-06-19 APTXMake settings settable through Settings and notify...
2012-06-19 APTXExtract setting up the rename environment into a separa...
2012-06-17 APTXAdd rules to automate renaming of files when new data...
2012-06-15 APTXCleanup old animeModel code
2012-06-15 APTXMake MyListModel reloadable
2012-06-15 APTXRemove unneeded, commented-out code
2012-06-15 APTXAdd udpClientIdlePolicy setting
2012-06-14 APTXShow some basic task info in management-gui
2012-06-14 APTXExpose task count information
2012-06-14 APTXSkip known files during DirectoryScanTask by default
2012-06-14 APTXAdd a simple getFileByPath
2012-06-14 APTXDon't bother adding 0 size files
2012-06-14 APTXUse the correct constructor. This made MyListAddCommand...
2012-06-14 APTXSize is int64, not int
2012-06-13 APTXRespect isUdpHost host option
2012-06-13 APTXSome fixes to RenameHandler. Only perform one rename...
2012-06-13 APTXWorkThread should have gotten its own Settings instance...
2012-06-13 APTXAdd new actions to management-gui
2012-06-13 APTXRemove Database argument from all *Task classes
2012-06-13 APTXExport all public classes.
2012-06-13 APTXAdd UnknownFileLookupTask to remove known files from...
2012-06-13 APTXWhen adding new files, check if there is an unknown...
2012-06-12 APTXFix typo.
2012-06-12 APTXAdd allTasksFinished signal.
2012-06-12 APTXWhitespace fixes
2012-06-12 APTXUpdate schema... I think these were all the changes -.-
2012-06-12 APTXMake AniOni read its own settings.
2012-06-12 APTXInitialize RenameEngine as needed.
2012-06-12 APTXRename "general" config group to "host".
2012-06-12 APTXNot going to bother with suspend/resume.
2012-06-12 APTXAdd options to clear various failed requests so they...
2012-06-12 APTXAdd specific notify* methods.
2012-06-12 APTXAdd RenameHandler.
2012-06-11 APTXAdd Watched column to MyListModel
2012-06-11 APTXAdd Open AniDB Page context menu option.
2012-06-10 APTXUpdate schema
2012-06-10 APTXLog non-fatal errors with a different level.
2012-06-10 APTXActually read HostInfo.
2012-06-10 APTXMake it possible to start the udp client in management...
2012-06-09 APTXMerge branch 'master' of ssh://aptx.org/var/git/localmylist
2012-06-09 APTXMake tools connect to the database since MyList does...
2012-06-09 APTXMake AniOni handle UDP client errors.
2012-06-09 APTXFix infinite loop in RequestHandler
2012-06-07 APTXMake proper preprocessor conditions
2012-06-07 APTXSUBDIRS must be built in order
2012-06-07 APTXAdd install rules and basic config file
2012-06-07 APTXAdd AniOni, the LocalMyList daemon.
2012-06-07 APTXRemove unused dependencies
2012-06-07 APTXMyList shouldn't just run everything in constructor...
2012-06-07 APTXSwitch to RaiiTransaction in some places.
2012-06-03 APTXUse RaiiTransaction instead. Transaction was not comple...
2012-06-03 APTXAdd RaiiTransaction helper class for automatic transact...
next