Commit Graph

37 Commits

Author SHA1 Message Date
codestation ea67001531 Rework cma protocol selection.
Read plugins from current application directory on debug mode.
2015-02-14 22:03:53 -04:30
codestation 090f226934 Added pre 2.00 protocol versions to config dialog.
Fixed bug with appindicator installation on standalone mode.
Updated changelog.
2014-10-23 10:58:47 -04:30
codestation caf5dc2d4e Added selector to override the default protocol version. 2014-10-10 20:43:46 -04:30
codestation a73000c329 Do not override the protocol version if the user sets a low value.
Set the custom protocol version on the wireless broadcast too.
2014-10-09 19:14:37 -04:30
codestation 3b7c5af15c Added libappindicator3-dev and kdelibs-dev as build dependency.
Downgrade to Qt4 since Qt5 5.2.0 on Ubuntu 14.04 has a bug with harbuzz and japanese characters.
2014-10-07 10:00:46 -04:30
codestation f454fd2c29 Updated japanese translations.
Use default protocol version if the saved one is less than current version number.
Updated gitignore.
2014-10-04 23:15:21 -04:30
codestation fb5b881345 Bump version to 0.3.4.
Fixed compatibility with FW 3.30.
Added setting to put a custom protocol version to avoid updates.
Added notifications via libnotify on Linux.
Added AppIndicator support for GNOME 3 and Unity.
2014-10-03 01:40:35 -04:30
codestation 36a91d78aa Fixed android compilation.
Version bump.
Fixed file size problem under windows.
Updated changelog.
2014-06-28 00:26:14 -04:30
codestation 9c7c2bc3d7 Added pkg support. 2014-05-04 23:29:53 -04:30
codestation da91a9a5b6 Fix merged changed. 2014-04-27 02:05:51 -04:30
codestation 8d175651f9 Adjust config dialog height. 2014-04-27 02:00:42 -04:30
codestation d59b7d6ff3 Add options to skip multimedia indexing. 2014-04-27 01:45:33 -04:30
codestation 00b76f308c Changed read timestamps timezones to UTC.
Fix QListDB::getObjectMetadatas not returning metadata when a single
object was requested.
Show size in GiB for backups.
2014-04-19 15:48:50 -04:30
codestation 80f19e5d23 New qcma headless app.
Updated changelog.
Bumped version to 0.3.0.
2014-03-28 10:07:13 -04:30
codestation 6ed8dd749e Added functions to create virtual entries on the database.
Disabled sqlite setting in config dialog.
2014-03-22 13:58:39 -04:30
codestation 99d216d474 Enable SQLiteDB backend.
Multiple fixed and finished the implementation of the SQLite backend.
Try to load the database before trying to attempt a rescan.
Delete the metadala list for backends that allocate them on demand.
Moved some generic functions to the databse class.
Renamed utils header to avoid rare QtCreator bug.
2014-02-05 23:30:12 -04:30
codestation f722c4579b Pass database object to others using their constructors.
Prepare SQLiteDB class functions so it can be instantiated.
2014-01-29 01:06:19 -04:30
codestation a021c5db8f Modify removeRecursively to be able to delete a file.
Added getParentId func.
Add the datatype for newly inserted items.
Pass a double pointer instead of a pointer reference so the metadata_t can be optional.
Make sure to delete the files after deleting an entry in the backup manager.
2014-01-28 18:05:43 -04:30
codestation b7ad2b13f4 Create a unified base class to access the database.
Moved the default database class to QListDB and disallow leaking CMAObjects outside this class.
Rewrote QListDB and CMAEvent to use the new internal API.
Moved the file format constants to the base database class.
Moved the metadata loading methods to the base database class.
2014-01-28 14:00:15 -04:30
codestation e1aa32894d Renamed database class to qlistdb in preparation to create generic database class. 2014-01-24 13:08:35 -04:30
codestation bafae021ed Show if savedata, updates or dlc are present. 2014-01-17 16:58:09 -04:30
codestation 04ce71a9f3 Delay the progress dialog by one second so it doesn't show on quick scans.
Do not show the disconnect message if no connection is established.
Show correct directory separators on Windows.
2014-01-16 21:38:05 -04:30
codestation fca2ae25c4 Set default CString codec to UTF-8 in Qt4 2014-01-11 17:02:42 -04:30
codestation bc92743269 Enable setting for skip metadata retrieval on database scanning.
Enabled settings for enabling/disabling USB/WiFi monitoring.
Make sure to init properly in the db multimedia files copied to the PC.
Translate system Qt widgets.
2014-01-09 02:33:44 -04:30
codestation 88d51420e7 Implement online mode: now qcma can connect to the Internet to check and download update files.
Update embedded xml file.
Updated translations.
2014-01-05 20:58:46 -04:30
codestation a2468ddf7a Set backup usage to zero if no items are found. 2014-01-03 13:33:42 -04:30
codestation 2f2d381474 Fix lineedit resizing on focus. 2013-12-29 22:01:32 -04:30
codestation e9d46005dc Receive the onlineId earlier so it can be shown in the connection popup.
USB: save the device name after exchanging capability info.
WiFi: save the device name used in the device pairing phrase.
2013-12-25 21:46:42 -04:30
codestation 12b0ad997e Do not use a static row count because it gets invalid once a row is deleted. 2013-12-25 01:54:06 -04:30
codestation ef845f9a1c Adjust the item height on the backup manager so the text doesn't
get cut on OS X.
2013-12-25 00:51:19 -04:30
codestation 0a655d9422 On OSX clearing the QTableWidget doesn't remove the items so lets
adjust the row count before exiting when no items are available.
2013-12-25 00:49:37 -04:30
codestation 3848873ccf Fix crash when opening the backup manager before the first scan. 2013-12-22 20:11:34 -04:30
codestation 7bc54d3533 Show last selected listing in backup manager. 2013-12-19 17:43:38 -04:30
codestation 2b26fb239c Show PSM icons in backup manager. 2013-12-19 17:41:54 -04:30
codestation 73a48a76f2 Updated translations. 2013-12-17 20:36:46 -04:30
Xian Nox 5c255ea221 Fixed filterlineedit location 2013-12-16 13:39:02 +01:00
Xian Nox efced3781c Changed folder structure 2013-12-16 10:34:48 +01:00