]> Some of my projects - localmylist.git/shortlog
localmylist.git
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
2012-07-23 APTXRemove pointless lines
2012-07-23 APTXImport the new data from MyList exports
2012-07-23 APTXSome more fixes related to schema changes
2012-07-23 APTXRead type properly. Actually request ALL the data requi...
2012-07-23 APTXOP is not an episode type
2012-07-23 APTXAdd fix_highest_epno
2012-07-23 APTXMissing schema changes
2012-07-23 APTXAdd entry_added field
2012-07-23 APTXActually read new anime data from data sources
2012-07-23 APTXChange the way episode types are stored
2012-07-23 APTXAdd totalEpisodeCount and highestEpno to Anime
2012-07-23 APTXtype->source rename in rename_data
2012-07-23 APTXRemove TODO. This has already been done
2012-07-23 APTXIncrease column size of language fields
2012-07-23 APTXRename File::type to File::source
2012-07-23 APTXRework logic a bit, fix silly bug in getFile
2012-07-23 APTXAdd filter type combo box
2012-07-23 APTXWorkaround for declared constant
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
next