Commit Graph

  • adf065c51a Add qcma_cli to rpm package codestation 2014-04-24 14:48:58 -04:30
  • 8de29eb703 Add qt5 suffix for distros that doesn't symlink tools to non-qt5 names codestation 2014-04-24 14:43:35 -04:30
  • a42ce8e719 Specify qmake target file codestation 2014-04-24 13:30:03 -04:30
  • ffbad2ad19 Pick sonum from spec file. codestation 2014-04-24 13:12:43 -04:30
  • 5c6286747c Fixed typo in specfile. codestation 2014-04-24 12:21:58 -04:30
  • 89a8e3bb36 Fix variable expansion in specfiles. codestation 2014-04-24 11:55:55 -04:30
  • 61720a910a Allow to use an external git repo in specfiles. codestation 2014-04-24 11:35:07 -04:30
  • 26f6c78cf7 Bump specfiles version. codestation 2014-04-24 10:34:37 -04:30
  • 0b031f28a8 Drop qt4 from debian/rules. Update copyright. codestation 2014-04-23 19:48:14 -04:30
  • dc0b30bba1 Enable systray by default. codestation 2014-04-19 23:41:51 -04:30
  • a4c2301cab Added dbus interface for regular qcma. Added option to disable the systray: --no-systray. codestation 2014-04-19 23:05:20 -04:30
  • 24af4d428e Removed autogenerated xml file. codestation 2014-04-19 15:51:39 -04:30
  • 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. codestation 2014-04-19 15:48:50 -04:30
  • bb8909ef36 Merge branch 'feature-headless' of github.com:codestation/qcma into feature-headless codestation 2014-04-04 13:59:08 -04:30
  • 11e10f45cc Add debian install rules. codestation 2014-04-04 13:58:48 -04:30
  • 1495154b35 Updated readme and changelog. codestation 2014-04-04 12:30:46 -04:30
  • 00f1c0eee2 Readd QImage includes. Do not remove gui lib for headless binary as it needs it to use Qimage. Rename headless package to qcma-cli. codestation 2014-04-04 11:45:53 -04:30
  • c88c2d34e9 Fix missing headers under Qt4. codestation 2014-04-03 15:24:06 -04:30
  • 06363de75b Update httpdownloader class. codestation 2014-04-03 15:22:19 -04:30
  • 20cd8f80a0 Fix compilation of sqlite backend under Qt4. Fix .pro file. Add entry in debian rules to headless package. codestation 2014-04-03 14:45:10 -04:30
  • f035b460d0 Moved TRANSLATIONS to main pro file so lrelease can find them. codestation 2014-03-28 13:40:02 -04:30
  • 538b62bdb3 Updated readme codestation 2014-03-28 10:15:35 -04:30
  • 80f19e5d23 New qcma headless app. Updated changelog. Bumped version to 0.3.0. codestation 2014-03-28 10:07:13 -04:30
  • 6ed8dd749e Added functions to create virtual entries on the database. Disabled sqlite setting in config dialog. codestation 2014-03-22 13:58:39 -04:30
  • ae8657325a Create virtual node table to store category nodes (doesn't exist on the filesystem but need an OHFI). Enable triggers, disable sync mode and other tweaks so the creation of the database can be faster. Abort early if a database entry cannot be added. Fix games and savedatas not being saved with their correct parent id. Preparing getRootItems to return virtual categories. Code refactoring. codestation 2014-02-25 09:18:49 -04:30
  • 8d5e04426e Merge pull request #10 from xiannox/testing codestation 2014-02-06 09:55:34 -04:30
  • 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. codestation 2014-02-05 23:30:12 -04:30
  • 6dde548e67 Updated qcma.pro file Added qt5-imageformats to the rpmbuild spec dependencies Xian Nox 2014-02-05 20:15:24 +01:00
  • f722c4579b Pass database object to others using their constructors. Prepare SQLiteDB class functions so it can be instantiated. codestation 2014-01-29 01:06:19 -04:30
  • 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. codestation 2014-01-28 18:05:43 -04:30
  • 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. codestation 2014-01-28 14:00:15 -04:30
  • e1aa32894d Renamed database class to qlistdb in preparation to create generic database class. codestation 2014-01-24 13:08:35 -04:30
  • 9be7250bfa Merge branch 'testing' into feature-database codestation 2014-01-23 22:45:59 -04:30
  • 86e1282e04 Create separate spec files for Fedora. codestation 2014-01-23 13:16:20 -04:30
  • c14d4e2df6 Use lrelease from Qt5 and update build deps. codestation 2014-01-22 19:17:19 -04:30
  • 7b3d3e8249 Removed the *64 spec files. Now the same spec file works for both architectures. codestation 2014-01-22 17:15:18 -04:30
  • d4ad94bfdd Merge duplicated code from Database, CMAObject and SQListDB to utils. Fix savedata metadata processing. Insert metadata from games/apps into the database. codestation 2014-01-20 23:23:57 -04:30
  • 9477a74ba9 Merge branch 'testing' into feature-database codestation 2014-01-20 23:04:26 -04:30
  • 7234356319 Refactorized avdecoder class. Disable warnings from ffmpeg. codestation 2014-01-20 22:55:20 -04:30
  • ca2e0a4b0c Revert "Change the read method of ffmpeg from filename to buffer". This bug was only affecting the load of photos and that usage was removed. codestation 2014-01-18 21:26:05 -04:30
  • c4961a8b15 New base for the database backend. codestation 2014-01-17 01:57:21 -04:30
  • bafae021ed Show if savedata, updates or dlc are present. codestation 2014-01-17 16:58:09 -04:30
  • 9c8a3e0176 Fixed resource prefix for translations. codestation 2014-01-16 23:15:51 -04:30
  • 67f0a0fa1f Move KDE related config into their section. codestation 2014-01-16 22:53:00 -04:30
  • 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. codestation 2014-01-16 21:38:05 -04:30
  • 230bbcfb43 Include revision and commit hash to the version if available. Rewritten qcma.pro file. codestation 2014-01-16 14:03:51 -04:30
  • c2092a8a69 Updated changelog (by using a real one). codestation 2014-01-16 12:59:57 -04:30
  • 21369145e6 Separated translations from main resource file codestation 2014-01-14 12:22:59 -04:30
  • fca2ae25c4 Set default CString codec to UTF-8 in Qt4 codestation 2014-01-11 17:02:42 -04:30
  • db92890bc3 Set the default video codec to h264 is metadata skip is enabled. codestation 2014-01-10 13:14:30 -04:30
  • f9112fb691 Bump version to 0.2.8 codestation 2014-01-09 09:44:31 -04:30
  • 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. codestation 2014-01-09 02:33:44 -04:30
  • 019d2a03a4 Send PTP_RC_GeneralError when cancelling object transfers. Moved back uint64 to unsigned long to avoid variable truncation with the vitamtp library. Astyle format dds.cpp. codestation 2014-01-07 18:33:21 -04:30
  • 5fb47de3da Add debug message when cancelling wireless connection codestation 2014-01-06 13:02:35 -04:30
  • fc4bd30b42 Bump version to 0.2.7. codestation 2014-01-05 22:06:03 -04:30
  • 96d60fb9ce Move stdint.h to header so it can compile under windows. codestation 2014-01-05 21:45:40 -04:30
  • 88d51420e7 Implement online mode: now qcma can connect to the Internet to check and download update files. Update embedded xml file. Updated translations. codestation 2014-01-05 20:58:46 -04:30
  • a0d9e03d17 Remove the mmap usage. Do not use memory buffer to hold the whole file. codestation 2014-01-05 00:41:22 -04:30
  • 9784332bae Remove wireless disconnect callback. Make an interruptable sleep so the USB connection can be aborted more quickly. Updated translations. codestation 2014-01-03 16:08:16 -04:30
  • a2468ddf7a Set backup usage to zero if no items are found. codestation 2014-01-03 13:33:42 -04:30
  • ee787dab46 Added support for native KDE notifier icon. codestation 2014-01-03 00:57:07 -04:30
  • 7ce88ec968 Merge branch 'testing' of github.com:codestation/qcma into testing codestation 2014-01-02 17:02:28 -04:30
  • fe74585c2b Merge pull request #8 from xiannox/testing codestation 2014-01-02 13:31:42 -08:00
  • 960897ea2e Use QImage to load photo metadata instead of ffmpeg. codestation 2014-01-02 13:14:38 -04:30
  • e2768672e7 Change the read method of ffmpeg from filename to buffer to avoid passing a filename with incorrect encoding to avformat_open_input. Increased the size of photo thumbnails a little. codestation 2014-01-02 01:52:11 -04:30
  • 2f2d381474 Fix lineedit resizing on focus. codestation 2013-12-29 22:01:32 -04:30
  • 705f7a4b97 Added QCMA NSIS install script Xian Nox 2013-12-29 23:46:00 +01:00
  • 81e3545f29 Updated translations codestation 2013-12-25 21:56:06 -04:30
  • 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. codestation 2013-12-25 21:46:42 -04:30
  • 12b0ad997e Do not use a static row count because it gets invalid once a row is deleted. codestation 2013-12-25 01:54:06 -04:30
  • ef845f9a1c Adjust the item height on the backup manager so the text doesn't get cut on OS X. codestation 2013-12-25 00:51:19 -04:30
  • 0a655d9422 On OSX clearing the QTableWidget doesn't remove the items so lets adjust the row count before exiting when no items are available. codestation 2013-12-25 00:49:37 -04:30
  • 1fea358b7c Fix OS X icon location. codestation 2013-12-24 22:57:27 -04:30
  • 3fa40ff080 Remove format warnings. codestation 2013-12-23 23:12:34 -04:30
  • 3848873ccf Fix crash when opening the backup manager before the first scan. codestation 2013-12-22 20:11:34 -04:30
  • c2558b6b2a Updated translations. codestation 2013-12-19 21:01:33 -04:30
  • b67af3b9d2 Only index the database when a valid uuid is present. Refresh the database when a PS Vita is connected. codestation 2013-12-19 20:53:27 -04:30
  • ee9237197d Disable savedata details until the CMA device crash has been solved. codestation 2013-12-19 19:40:12 -04:30
  • 7bc54d3533 Show last selected listing in backup manager. codestation 2013-12-19 17:43:38 -04:30
  • 2b26fb239c Show PSM icons in backup manager. codestation 2013-12-19 17:41:54 -04:30
  • d6831fc6c6 Fix compilation under 64bit Windows and standarize the format of the thread ID. codestation 2013-12-19 00:03:13 -04:30
  • 0fc2198436 Merge pull request #7 from xiannox/testing codestation 2013-12-18 16:39:51 -08:00
  • 647b8dad2f Fix ico path location in windows resource file. codestation 2013-12-18 19:20:09 -04:30
  • 8e92fcda21 Fixed wrong build info define names Tray popup delay is now only applied the first time Xian Nox 2013-12-18 21:21:19 +01:00
  • 3f9e82ebf8 Added 500ms delay to message popups Xian Nox 2013-12-18 21:18:25 +01:00
  • 64016fc8ff Added switch to get git hash and branch name Xian Nox 2013-12-18 17:35:21 +01:00
  • 6178d75cde Check if account user name is valid Xian Nox 2013-12-18 12:25:45 +01:00
  • 8cec4e1549 Added build hash and branch to about dialog Xian Nox 2013-12-18 11:03:01 +01:00
  • b3c36d0de7 Fixed system tray icon update bug Xian Nox 2013-12-18 10:00:46 +01:00
  • 38fa92b854 Fix icon location on desktop file. codestation 2013-12-17 21:20:18 -04:30
  • 2b26a2b3de Bump version to 0.2.5 codestation 2013-12-17 20:45:13 -04:30
  • f80810f3a2 Fix the CMA crash on the PS Vita because it expects xml files that doesn't follow the spec o_O codestation 2013-12-17 20:41:13 -04:30
  • b0345a6656 Change the tray ico color to indicate if the device is connected. codestation 2013-12-17 20:38:53 -04:30
  • 73a48a76f2 Updated translations. codestation 2013-12-17 20:36:46 -04:30
  • 8e33c89412 Merge pull request #6 from xiannox/testing codestation 2013-12-17 17:06:00 -08:00
  • a4eba80804 Changed lrelease parameter Xian Nox 2013-12-18 00:14:29 +01:00
  • 7a1913ee39 Updated .desktop path Xian Nox 2013-12-18 00:10:21 +01:00
  • 9c67329549 Merge pull request #5 from xiannox/testing codestation 2013-12-17 06:08:06 -08:00
  • e401b8b63f Updated translations Xian Nox 2013-12-17 14:02:06 +01:00
  • ee9ef9c2a2 removed build folder Xian Nox 2013-12-17 09:15:07 +01:00