codestation
5c6286747c
Fixed typo in specfile.
2014-04-24 12:21:58 -04:30
codestation
89a8e3bb36
Fix variable expansion in specfiles.
2014-04-24 11:55:55 -04:30
codestation
61720a910a
Allow to use an external git repo in specfiles.
2014-04-24 11:35:07 -04:30
codestation
26f6c78cf7
Bump specfiles version.
2014-04-24 10:34:37 -04:30
codestation
0b031f28a8
Drop qt4 from debian/rules.
...
Update copyright.
2014-04-23 19:48:14 -04:30
codestation
dc0b30bba1
Enable systray by default.
2014-04-19 23:41:51 -04:30
codestation
a4c2301cab
Added dbus interface for regular qcma.
...
Added option to disable the systray: --no-systray.
2014-04-19 23:05:20 -04:30
codestation
24af4d428e
Removed autogenerated xml file.
2014-04-19 15:51:39 -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
bb8909ef36
Merge branch 'feature-headless' of github.com:codestation/qcma into feature-headless
2014-04-04 13:59:08 -04:30
codestation
11e10f45cc
Add debian install rules.
2014-04-04 13:58:48 -04:30
codestation
1495154b35
Updated readme and changelog.
2014-04-04 12:30:46 -04:30
codestation
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.
2014-04-04 11:45:53 -04:30
codestation
c88c2d34e9
Fix missing headers under Qt4.
2014-04-03 15:24:06 -04:30
codestation
06363de75b
Update httpdownloader class.
2014-04-03 15:22:19 -04:30
codestation
20cd8f80a0
Fix compilation of sqlite backend under Qt4.
...
Fix .pro file.
Add entry in debian rules to headless package.
2014-04-03 14:45:10 -04:30
codestation
f035b460d0
Moved TRANSLATIONS to main pro file so lrelease can find them.
2014-03-28 13:40:02 -04:30
codestation
538b62bdb3
Updated readme
2014-03-28 10:15:35 -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
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.
2014-02-25 09:18:49 -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
9be7250bfa
Merge branch 'testing' into feature-database
2014-01-23 22:45:59 -04:30
codestation
86e1282e04
Create separate spec files for Fedora.
2014-01-23 13:16:20 -04:30
codestation
c14d4e2df6
Use lrelease from Qt5 and update build deps.
2014-01-22 19:17:19 -04:30
codestation
7b3d3e8249
Removed the *64 spec files. Now the same spec file works for both architectures.
2014-01-22 17:15:18 -04:30
codestation
d4ad94bfdd
Merge duplicated code from Database, CMAObject and SQListDB to utils.
...
Fix savedata metadata processing.
Insert metadata from games/apps into the database.
2014-01-20 23:23:57 -04:30
codestation
9477a74ba9
Merge branch 'testing' into feature-database
...
Conflicts:
src/avdecoder.cpp
src/avdecoder.h
2014-01-20 23:04:26 -04:30
codestation
7234356319
Refactorized avdecoder class.
...
Disable warnings from ffmpeg.
2014-01-20 22:55:20 -04:30
codestation
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.
2014-01-18 21:26:05 -04:30
codestation
c4961a8b15
New base for the database backend.
2014-01-17 19:09:08 -04:30
codestation
bafae021ed
Show if savedata, updates or dlc are present.
2014-01-17 16:58:09 -04:30
codestation
9c8a3e0176
Fixed resource prefix for translations.
2014-01-16 23:15:51 -04:30
codestation
67f0a0fa1f
Move KDE related config into their section.
2014-01-16 22:53:00 -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
230bbcfb43
Include revision and commit hash to the version if available.
...
Rewritten qcma.pro file.
2014-01-16 14:03:51 -04:30
codestation
c2092a8a69
Updated changelog (by using a real one).
2014-01-16 12:59:57 -04:30
codestation
21369145e6
Separated translations from main resource file
2014-01-14 12:22:59 -04:30
codestation
fca2ae25c4
Set default CString codec to UTF-8 in Qt4
2014-01-11 17:02:42 -04:30
codestation
db92890bc3
Set the default video codec to h264 is metadata skip is enabled.
2014-01-10 13:14:30 -04:30
codestation
f9112fb691
Bump version to 0.2.8
2014-01-09 09:44:31 -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
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.
2014-01-07 18:33:21 -04:30
codestation
5fb47de3da
Add debug message when cancelling wireless connection
2014-01-06 13:02:35 -04:30
codestation
fc4bd30b42
Bump version to 0.2.7.
2014-01-05 22:06:03 -04:30
codestation
96d60fb9ce
Move stdint.h to header so it can compile under windows.
2014-01-05 21:45:40 -04:30