]> Some of my projects - localmylist.git/shortlog
localmylist.git
2013-04-13 APTXPesky newlines
2013-04-13 APTXFix debug line not building with Qt4...
2013-04-13 APTXIgnore the test-data folder
2013-04-13 APTXAdd ORDER BY to select the first unwatched ep, not...
2013-04-13 APTXUpdate anime titles url
2013-04-13 APTXMake play-next use a local setting for the player it...
2013-04-13 APTXMake opening files by title a bit more predictable
2013-04-12 APTXMake search-gui used a prepared statement for search.
2013-04-10 APTXFix filtering for large models
2013-04-10 APTXRequestHandler now handles updates with aid&epno/epmin...
2013-04-10 APTXAdd check to make sure that either aid or fid is set...
2013-04-10 APTXRemove itemData field from MyListNode. Increase batch...
2013-04-09 APTXRewrite MyListNode to provide its children with their...
2013-04-09 APTXUpdate views to include deprecated field and use it...
2013-04-09 APTXRead deprecated file status
2013-04-09 APTXUpdate addFileLocation/setFileLocation to use the new...
2013-04-09 APTXSave the original file name when adding a file location
2013-04-09 APTXFix qtsingleapplication on unix
2013-04-09 APTXSet lid if available
2013-04-09 APTXAdd new fields that were added to the schema to the...
2013-04-09 APTXAdd copy c-tor and assignment operator to node data...
2013-04-09 APTXMake rule names more descriptive. Some rules got overri...
2013-04-07 APTXFix INSERT statements to account for new columns
2013-04-07 APTXAdd more columns for future features
2013-04-06 APTXAdd a version dialog to management-gui
2013-04-04 APTXAdd a "import titles from web action" to management-gui
2013-04-04 APTXHeader missing from previous commit
2013-04-04 APTXActually implement handling file_location inserts by...
2013-04-04 APTXAdd changes to OpenFileData to script interface
2013-04-04 APTXMake id columns not null. Add a lid column for future use
2013-04-03 APTXUnsubscribe before closing the connection.
2013-04-03 APTXIf the group is unknown, use "Unknown" as group name...
2013-04-03 APTXFix GCC fix...
2013-04-03 APTXGCC fixes
2013-04-03 APTXAdd new columns to file_location, for future features
2013-04-02 APTXAdd the path_map table to the schema.
2013-04-02 APTXMake LocalMyList compile with Qt4 again.
2013-04-02 APTXAdd basic support for mapping file paths between hosts.
2013-04-02 APTXAdd tooltips with alternate names to the model
2013-04-01 APTXCheck permissions for rename
2013-04-01 APTXFix report loading
2013-04-01 APTXAdd an error to the rename dialog if the selected file...
2013-04-01 APTXLittle moveChild() cleanup
2013-03-31 APTXMyListModel now handles additions to the database.
2013-03-26 APTXMyListModel can now update itself when database entries...
2013-03-26 APTXUse proper exec in AsyncQueryTask
2013-03-25 APTXNew implementation of MyListModel
2013-03-25 APTXMake SqlAsyncQuery fast. Add functions to fill database...
2013-03-21 APTXSQLAsyncQuery fixes
2013-03-20 APTXAdd dtor to and emit ready signal to SqlAsyncQuery.
2013-03-19 APTXFix SqlQuery.
2013-03-19 APTXAdd SqlAsyncQuery class.
2013-03-19 APTXAdd namespace
2013-03-19 APTXAdd basic wrapper for QSqlQuery
2013-03-19 APTXMove the database classes to their own file.
2013-03-02 APTXMerge branch 'master' of ssh://aptx.org/var/git/localmylist
2013-03-02 APTXUse isConnected() instead. d Might be 0
2013-03-02 APTXHopefully port qtservice to Qt5.
2013-02-21 APTXDo not include renamesettingsdialog if building without...
2013-02-21 APTXAdd widgets module for Qt5
2013-02-21 APTXqtsingleapplication ported to Qt5
2013-02-21 APTXQHeaderView::setResizeMode() got renamed, requires...
2013-02-21 APTXtoLatin1() does the same thing as toAscii(), the latter...
2013-02-21 APTXAllow building LocalMyList without AniDBUdpClient....
2013-02-21 APTXAdd some TODOs.
2013-02-12 APTXDo case insensitive path comparison during rename on...
2013-02-12 APTXWorkaround for QTBUG-29662.
2013-02-12 APTXMisc. cleanup
2013-01-31 APTXprepareOneShot does not return a reference.
2012-12-14 APTXAlways use the Database versions of prepare/exec
2012-12-14 APTXAdd some management-gui specific settings
2012-12-14 APTXReturn default QSettings to allow clients store additio...
2012-12-14 APTXShow episode type in the model
2012-11-10 APTXMake it possible to update anime titles directly from...
2012-11-05 APTXMerge branch 'master' of ssh://aptx.org/var/git/localmylist
2012-11-05 APTXAdd option to disable automatic destruction of MyList.
2012-09-06 APTXAdd default to switch
2012-09-06 APTXgcc fixes
2012-09-05 APTXNot all queries can be prepared
2012-09-05 APTXTry to reconnect automatically.
2012-08-28 APTXAdd scriptable MyList Reports (currently just allows...
2012-08-02 APTXAdd file when management-gui starts
2012-07-30 APTXAllow scripts run by runscript to access cli arguments...
2012-07-25 APTXFix renaming files. Pretty critical error...
2012-07-25 APTXCall RequestHandler directly at startup
2012-07-25 APTXExpose RequestHandler...
2012-07-25 APTXFix missing include
2012-07-24 APTXExpose RequestHandler instance through MyList
2012-07-24 APTXStop at more signals
2012-07-24 APTXSome messages
2012-07-24 APTXDamn struct
2012-07-24 APTXMake AniOni quit nicely on SIGTERM
2012-07-24 APTXAniOni should fail requests every now and then
2012-07-24 APTXAdd a way to fail requests that did not complete in...
2012-07-24 APTXOops, why didn't this get commited
2012-07-24 APTXmanagment-gui can now add files from command line args
2012-07-24 APTXReorder methods a bit
2012-07-24 APTXAdd QtSingleApplication
2012-07-24 APTXMove MyListModel queries to the new prepare(). Split...
2012-07-23 APTXOrder episodes by the new episode type
next