]> Some of my projects - anidbudpclient.git/log
anidbudpclient.git
14 years agoFix renaming files with FileRenameDelegate. The file extension (with dot) is appended...
APTX [Mon, 8 Aug 2011 21:32:55 +0000 (23:32 +0200)]
Fix renaming files with FileRenameDelegate. The file extension (with dot) is appended automatically, the Type variable holds the Anime type (not the file type).

14 years agoAdd creating File instances from ed2k URIs
APTX [Wed, 29 Jun 2011 22:07:55 +0000 (00:07 +0200)]
Add creating File instances from ed2k URIs

14 years agoAdd 5th byte of File FileFlag (FMask).
APTX [Sun, 19 Jun 2011 15:59:37 +0000 (17:59 +0200)]
Add 5th byte of File FileFlag (FMask).

This change uses enum type features from C++0x which should be available in at least 2 most recent major releases of MSVC&GCC. Modified QFlags & friends are added to handle enums with arbitrary types. The use and API did not change.

14 years agoRemove no longer useful debug messages. Hide most debug messages by default.
APTX [Tue, 17 May 2011 23:20:31 +0000 (01:20 +0200)]
Remove no longer useful debug messages. Hide most debug messages by default.

14 years agoAdd missing convenience header.
APTX [Sun, 15 May 2011 20:15:46 +0000 (22:15 +0200)]
Add missing convenience header.

14 years agoMore installation fixes.
APTX [Sun, 15 May 2011 15:14:48 +0000 (17:14 +0200)]
More installation fixes.

14 years agoMore installation fixes.
APTX [Sun, 15 May 2011 14:42:05 +0000 (16:42 +0200)]
More installation fixes.

14 years agoMore installation fixes.
APTX [Sun, 15 May 2011 14:34:46 +0000 (16:34 +0200)]
More installation fixes.

14 years agoMore installation fixes.
APTX [Sun, 15 May 2011 14:30:43 +0000 (16:30 +0200)]
More installation fixes.

14 years agoMore installation fixes.
APTX [Sat, 14 May 2011 20:41:45 +0000 (22:41 +0200)]
More installation fixes.

14 years agoMore installation fixes.
APTX [Sat, 14 May 2011 18:50:40 +0000 (20:50 +0200)]
More installation fixes.

14 years agoMore installation fixes.
APTX [Sat, 14 May 2011 18:09:33 +0000 (20:09 +0200)]
More installation fixes.

14 years agoFix typo.
APTX [Fri, 13 May 2011 23:56:17 +0000 (01:56 +0200)]
Fix typo.

14 years agoAdd install rules.
APTX [Fri, 13 May 2011 23:50:20 +0000 (01:50 +0200)]
Add install rules.

14 years agoAllow for building without proxy or renameparser support.
APTX [Wed, 11 May 2011 17:42:07 +0000 (19:42 +0200)]
Allow for building without proxy or renameparser support.

14 years agoMerge branch 'master' of ssh://aptx.dyndns.org/var/git/anidbudpclient
APTX [Tue, 15 Feb 2011 03:04:51 +0000 (04:04 +0100)]
Merge branch 'master' of ssh://aptx.dyndns.org/var/git/anidbudpclient

14 years agoAdd missing forward declaration.
APTX [Mon, 14 Feb 2011 09:05:15 +0000 (10:05 +0100)]
Add missing forward declaration.

14 years agoDelete setStateReply too.
APTX [Mon, 14 Feb 2011 03:46:58 +0000 (04:46 +0100)]
Delete setStateReply too.

14 years agoFix updateState logic in File.
APTX [Sun, 13 Feb 2011 13:47:21 +0000 (14:47 +0100)]
Fix updateState logic in File.

14 years agoAdd a ConnectionTimedOutError if too many commands time out without a reply.
APTX [Sun, 13 Feb 2011 13:46:00 +0000 (14:46 +0100)]
Add a ConnectionTimedOutError if too many commands time out without a reply.

14 years agoMerge branch 'proxy'
APTX [Fri, 11 Feb 2011 01:48:00 +0000 (02:48 +0100)]
Merge branch 'proxy'

14 years agoAdd missing convenience headers.
APTX [Fri, 11 Feb 2011 01:47:44 +0000 (02:47 +0100)]
Add missing convenience headers.

14 years agoMake it possible to know if a *Reply class is ready/succeeded without the replyReady...
APTX [Fri, 11 Feb 2011 01:29:53 +0000 (02:29 +0100)]
Make it possible to know if a *Reply class is ready/succeeded without the replyReady signal.

14 years agoAdd ability to set Arbitrary mylist state to File
APTX [Fri, 11 Feb 2011 00:19:20 +0000 (01:19 +0100)]
Add ability to set Arbitrary mylist state to File

14 years agoAdd a MyListState class that holds the state of a mylist entry.
APTX [Thu, 10 Feb 2011 20:54:59 +0000 (21:54 +0100)]
Add a MyListState class that holds the state of a mylist entry.

14 years agoMisplaced #endif.
APTX [Thu, 10 Feb 2011 20:24:45 +0000 (21:24 +0100)]
Misplaced #endif.

14 years agoMake File debug messages conditional.
APTX [Thu, 10 Feb 2011 20:24:12 +0000 (21:24 +0100)]
Make File debug messages conditional.

14 years agoInitial work on setting file state.
APTX [Thu, 10 Feb 2011 20:17:10 +0000 (21:17 +0100)]
Initial work on setting file state.

14 years agoMake Client StateMachine debug messages conditional.
APTX [Thu, 10 Feb 2011 20:14:08 +0000 (21:14 +0100)]
Make Client StateMachine debug messages conditional.

14 years agoMake debug messages conditional.
APTX [Thu, 10 Feb 2011 20:08:09 +0000 (21:08 +0100)]
Make debug messages conditional.

14 years agoMake RawReply emit replyReady. proxy
APTX [Thu, 10 Feb 2011 16:34:35 +0000 (17:34 +0100)]
Make RawReply emit replyReady.

14 years agoAdd proxy.
APTX [Thu, 10 Feb 2011 16:30:54 +0000 (17:30 +0100)]
Add proxy.

14 years agoAdd missing default constructors for *Command classes.
APTX [Sat, 5 Feb 2011 21:56:40 +0000 (22:56 +0100)]
Add missing default constructors for *Command classes.

14 years agoGCC is so bad...
APTX [Sat, 22 Jan 2011 19:18:25 +0000 (20:18 +0100)]
GCC is so bad...

14 years agoMore gcc fixes, projects linking to this library on linux, should be able to do it...
APTX [Fri, 21 Jan 2011 23:25:17 +0000 (00:25 +0100)]
More gcc fixes, projects linking to this library on linux, should be able to do it more easily.

14 years agoFix gcc warnings/errors rename-tool
APTX [Fri, 21 Jan 2011 22:52:06 +0000 (23:52 +0100)]
Fix gcc warnings/errors

14 years agoMake sure the flags are of type unsigned before converting to string
APTX [Fri, 21 Jan 2011 22:51:16 +0000 (23:51 +0100)]
Make sure the flags are of type unsigned before converting to string

14 years agoIntroducing FileRenameDelegate
APTX [Sun, 26 Dec 2010 03:22:16 +0000 (04:22 +0100)]
Introducing FileRenameDelegate

15 years agoRemove .pri files.
APTX [Sun, 12 Dec 2010 08:44:58 +0000 (09:44 +0100)]
Remove .pri files.

15 years agoScrew .pri files and add export macro to classes that should be exported.
APTX [Sun, 12 Dec 2010 08:44:18 +0000 (09:44 +0100)]
Screw .pri files and add export macro to classes that should be exported.

15 years agoAdd RenameEngine header.
APTX [Sat, 11 Dec 2010 20:23:49 +0000 (21:23 +0100)]
Add RenameEngine header.

15 years agoAdd implementation of usedVariables.
APTX [Sat, 11 Dec 2010 20:22:17 +0000 (21:22 +0100)]
Add implementation of usedVariables.

15 years agoAdd basis to retrieve used rename variables from the rename scripts.
APTX [Sat, 11 Dec 2010 17:29:26 +0000 (18:29 +0100)]
Add basis to retrieve used rename variables from the rename scripts.

15 years agoUse the rename[parser .pri files.
APTX [Sat, 11 Dec 2010 17:28:04 +0000 (18:28 +0100)]
Use the rename[parser .pri files.

15 years agoFix pro file
APTX [Sat, 11 Dec 2010 17:04:23 +0000 (18:04 +0100)]
Fix pro file

15 years agoRename renameengine folder to renameparser... -.-
APTX [Sat, 11 Dec 2010 17:03:36 +0000 (18:03 +0100)]
Rename renameengine folder to renameparser... -.-

15 years agoAdd RenameParser
APTX [Sat, 11 Dec 2010 17:02:19 +0000 (18:02 +0100)]
Add RenameParser

15 years agoRemove apparently unneeded path.
APTX [Sat, 11 Dec 2010 16:54:27 +0000 (17:54 +0100)]
Remove apparently unneeded path.

15 years agoAdd hashingProgress property to File, so hashing Progress can be obtained without...
APTX [Sat, 11 Dec 2010 16:52:02 +0000 (17:52 +0100)]
Add hashingProgress property to File, so hashing Progress can be obtained without the statusUpdate signal.

15 years agoFix line endings
APTX [Mon, 29 Nov 2010 18:49:43 +0000 (19:49 +0100)]
Fix line endings

15 years agoFix enterAuthenticatingState() if we have a session id.
APTX [Mon, 29 Nov 2010 17:03:34 +0000 (18:03 +0100)]
Fix enterAuthenticatingState() if we have a session id.

15 years agoAdd semi-useful command models for debugging/statistics.
APTX [Mon, 29 Nov 2010 17:01:38 +0000 (18:01 +0100)]
Add semi-useful command models for debugging/statistics.

15 years agoMerge branch 'new-timeout-handling'
APTX [Mon, 11 Oct 2010 14:59:31 +0000 (16:59 +0200)]
Merge branch 'new-timeout-handling'

15 years agoRemove references to removed CommandData.
APTX [Mon, 11 Oct 2010 14:59:12 +0000 (16:59 +0200)]
Remove references to removed CommandData.

15 years agoAdd model for viewing commands sent by the client. That is commands, which were sent...
APTX [Mon, 11 Oct 2010 14:57:51 +0000 (16:57 +0200)]
Add model for viewing commands sent by the client. That is commands, which were sent and are waiting for a reply.

15 years agoMerge branch 'new-timeout-handling'
APTX [Mon, 11 Oct 2010 00:32:20 +0000 (02:32 +0200)]
Merge branch 'new-timeout-handling'

15 years agoMake RawCommand more useful by allowing it to be sent without a session.
APTX [Mon, 11 Oct 2010 00:32:01 +0000 (02:32 +0200)]
Make RawCommand more useful by allowing it to be sent without a session.

15 years agoRewrite handling of command timeouts.
APTX [Sun, 10 Oct 2010 21:20:49 +0000 (23:20 +0200)]
Rewrite handling of command timeouts.

15 years agoIgnore *.exp files.
APTX [Sun, 10 Oct 2010 15:17:24 +0000 (17:17 +0200)]
Ignore *.exp files.

15 years agoAdd VoteCommand. It's not tested yet.
APTX [Sun, 10 Oct 2010 15:16:34 +0000 (17:16 +0200)]
Add VoteCommand. It's not tested yet.

15 years agoFix UptimeCommand still using old API.
APTX [Sun, 10 Oct 2010 15:16:02 +0000 (17:16 +0200)]
Fix UptimeCommand still using old API.

15 years agoAdd .gitingnore
APTX [Sun, 10 Oct 2010 15:14:17 +0000 (17:14 +0200)]
Add .gitingnore

15 years agoHashRequest has now a signal that reports hashing progress. File can now report perce...
APTX [Tue, 1 Jun 2010 11:34:32 +0000 (13:34 +0200)]
HashRequest has now a signal that reports hashing progress. File can now report percentage completion with statusUpdate. Currently only used for hashing progress.

15 years agoSet new build directory after repo split.
APTX [Tue, 1 Jun 2010 11:33:03 +0000 (13:33 +0200)]
Set new build directory after repo split.

15 years ago- Made errorState reachable. Most errors are now being reported.
APTX [Sun, 30 May 2010 15:41:34 +0000 (17:41 +0200)]
- Made errorState reachable. Most errors are now being reported.

15 years agoShould all be working just like before the rewrite. Commands with waitForResult(...
APTX [Sun, 30 May 2010 10:33:58 +0000 (12:33 +0200)]
Should all be working just like before the rewrite. Commands with waitForResult() == false are owned by the client.

15 years agoMostly working again.
APTX [Sat, 29 May 2010 19:09:59 +0000 (21:09 +0200)]
Mostly working again.

15 years ago- First compiling code.
APTX [Sat, 29 May 2010 15:47:32 +0000 (17:47 +0200)]
- First compiling code.

15 years agoMisc fixes.
APTX [Fri, 26 Feb 2010 01:07:02 +0000 (02:07 +0100)]
Misc fixes.

15 years agoUse qualified names for signal types.
APTX [Fri, 26 Feb 2010 01:06:13 +0000 (02:06 +0100)]
Use qualified names for signal types.

15 years agoClient does not own AbstractCommand's and never attempts to delete them.
APTX [Fri, 26 Feb 2010 01:05:17 +0000 (02:05 +0100)]
Client does not own AbstractCommand's and never attempts to delete them.

15 years agoWait for the state machine to start.
APTX [Thu, 31 Dec 2009 23:34:30 +0000 (00:34 +0100)]
Wait for the state machine to start.

15 years agoMerge 4.6.0-statemachine
APTX [Thu, 31 Dec 2009 19:54:57 +0000 (20:54 +0100)]
Merge 4.6.0-statemachine

15 years ago3 seconds is enough...
APTX [Thu, 31 Dec 2009 19:52:33 +0000 (20:52 +0100)]
3 seconds is enough...

15 years agoCorrectly determine if everything was read from the buffer. end() returned true in...
APTX [Thu, 31 Dec 2009 19:51:58 +0000 (20:51 +0100)]
Correctly determine if everything was read from the buffer. end() returned true in two cases: buffer full and empty.

15 years agoemit replyReady() on all replies.
APTX [Thu, 31 Dec 2009 19:49:53 +0000 (20:49 +0100)]
emit replyReady() on all replies.

16 years agoAdd HashRequest and HashReply to Hash. They should offer better methods of creating...
APTX [Fri, 30 Oct 2009 13:04:15 +0000 (14:04 +0100)]
Add HashRequest and HashReply to Hash. They should offer better methods of creating and controlling hashing tasks.

16 years agoLower command flood interval to 3 seconds. Fix some typos.
APTX [Fri, 30 Oct 2009 12:54:52 +0000 (13:54 +0100)]
Lower command flood interval to 3 seconds. Fix some typos.

16 years ago- Port to the State machine classes from 4.6.0.
APTX [Wed, 23 Sep 2009 13:14:43 +0000 (15:14 +0200)]
- Port to the State machine classes from 4.6.0.
- Remove qtstatemachine-solution lib.

16 years ago- Declare meta-types for non-flag enums. This fixes the QMetaProperty::read: Unable...
APTX [Wed, 16 Sep 2009 17:07:54 +0000 (19:07 +0200)]
- Declare meta-types for non-flag enums. This fixes the QMetaProperty::read: Unable to handle unregistered datatype... debug messages.

16 years ago- File is now quite useful, though still incomplete.
APTX [Sun, 6 Sep 2009 14:42:28 +0000 (16:42 +0200)]
- File is now quite useful, though still incomplete.

16 years ago- QFlags need operators!
APTX [Sun, 6 Sep 2009 14:41:51 +0000 (16:41 +0200)]
- QFlags need operators!

16 years ago- Add transition to the error state from the receive state. Most errors come from...
APTX [Sun, 6 Sep 2009 14:40:58 +0000 (16:40 +0200)]
- Add transition to the error state from the receive state. Most errors come from the receive state...

16 years ago- Padding amask & fmask to 8 characters is required!
APTX [Sun, 6 Sep 2009 14:38:57 +0000 (16:38 +0200)]
- Padding amask & fmask to 8 characters is required!
- Fix setRawReply. Data is sent starting from the most significant flag.

16 years ago- New proper MyListAddCommand.
APTX [Sun, 6 Sep 2009 13:38:41 +0000 (15:38 +0200)]
- New proper MyListAddCommand.

16 years ago- Close the file before sleeping!
APTX [Sun, 6 Sep 2009 13:38:15 +0000 (15:38 +0200)]
- Close the file before sleeping!

16 years ago- Fix compile errors and progress calculation.
APTX [Sun, 6 Sep 2009 13:37:10 +0000 (15:37 +0200)]
- Fix compile errors and progress calculation.

16 years ago- Make Hash and Client singletons.
APTX [Tue, 1 Sep 2009 17:39:45 +0000 (19:39 +0200)]
- Make Hash and Client singletons.

16 years ago- Some fixes
APTX [Sun, 30 Aug 2009 13:05:55 +0000 (15:05 +0200)]
- Some fixes

16 years ago- Fix heap corruption.
APTX [Wed, 26 Aug 2009 19:01:59 +0000 (21:01 +0200)]
- Fix heap corruption.

16 years ago- Merge with master
APTX [Fri, 21 Aug 2009 18:16:35 +0000 (20:16 +0200)]
- Merge with master

16 years ago- Make hashing threads work.
APTX [Fri, 21 Aug 2009 17:58:31 +0000 (19:58 +0200)]
- Make hashing threads work.

16 years ago- Add File class to handle basic file related tasks.
APTX [Fri, 21 Aug 2009 13:22:27 +0000 (15:22 +0200)]
- Add File class to handle basic file related tasks.

16 years ago- New (broken) hashing infrastructure
APTX [Fri, 21 Aug 2009 11:12:51 +0000 (13:12 +0200)]
- New (broken) hashing infrastructure

16 years ago- New (broken) hashing infrastructure
APTX [Fri, 21 Aug 2009 11:12:51 +0000 (13:12 +0200)]
- New (broken) hashing infrastructure

16 years ago- Add FILE command
APTX [Wed, 19 Aug 2009 11:04:40 +0000 (13:04 +0200)]
- Add FILE command

16 years ago- Fix gcc compile errors on linux
APTX [Wed, 12 Aug 2009 13:10:40 +0000 (15:10 +0200)]
- Fix gcc compile errors on linux
- Make player usable on linux (X windows sytem weirdness)

16 years ago- Add convenience headers
APTX [Tue, 11 Aug 2009 16:09:06 +0000 (18:09 +0200)]
- Add convenience headers

16 years ago- Rename class AniDBUdpClient -> Client
APTX [Mon, 10 Aug 2009 19:16:47 +0000 (21:16 +0200)]
- Rename class AniDBUdpClient -> Client

16 years ago- Add AniDBUdpClient namespace
APTX [Mon, 10 Aug 2009 18:43:06 +0000 (20:43 +0200)]
- Add AniDBUdpClient namespace