Advertising (This ad goes away for registered users. You can Login or Register)

Search found 2233 matches

by Xian Nox
Thu Apr 07, 2016 2:58 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: Qcma - Crossplatform content manager for the PSVita (0.3

codestation wrote:If you want access just send me a mail
Would love to, even though I may still only be capable of doing UI.
Speaking of UI, do you think QML is worth it using for creating UIs?
codestation wrote:create an account on bitbucket
https://bitbucket.org/xiannox/
by Xian Nox
Wed Apr 06, 2016 11:06 pm
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: Qcma - Cross-platform content manager for the PSVita (0.

codestation wrote:Also i started the Qcma2 project
Is there a repo for that? Also, with qcma, are you planning on dropping qt4 support now that the LTS release (qt5.6) is out?
by Xian Nox
Fri May 09, 2014 12:17 pm
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

The database backend is almost done, i just have to find a way to implement the music listing per genre/author/album correctly (and photos per month). Filtering photos per month? D-does anyone even do such a thing? o.O - Offline mode enabled (priority): file in update folder > embedded xml with ver...
by Xian Nox
Fri May 09, 2014 5:37 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

How does one manually update the firmware via QCMA? Simply putting the psp2-updatelist.xml inside of the QCMA-Update folder does not work, the Vita shows an error. If qcma is running in offline mode, it will use the internal psp2-updatelist.xml (you can see it here: https://github.com/codestation/q...
by Xian Nox
Fri May 09, 2014 4:11 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

i was wondering if we can get and automatically start program when windows starts option for the next release. Until the next release comes up though, you can place a shortcut to qcma in Start Menu/Startup. Anything placed there is booted on Windows launch (unless they've changed that behaviour sin...
by Xian Nox
Wed May 07, 2014 2:27 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

Should only give the commit messages latest_tag = subprocess.check_output(["git", "describe", "--tags"]).decode("utf-8").rstrip() # or latest_tag = 'v0.3.1' for testing purposes commit_logs = subprocess.check_output(["git", "log", latest_tag + "..", "--pretty=oneline"]).decode("utf-8") print(re.sub(...
by Xian Nox
Wed May 07, 2014 1:08 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

Something along the lines of this? - Get output from git log v0.3.1..v0.3.2 --pretty=oneline --abbrev-commit (if v0.3.2 is not specified, it will just go to HEAD) - Add header/footer based on format (rpm/deb) - Save to temp file and open it in nano - Once nano exits, continue The only thing is, is t...
by Xian Nox
Wed May 07, 2014 12:25 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

codestation wrote:@Xian: checked yor script, the idea is good, sadly i cannot use that changelog format because debian uses a very strict format: https://www.debian.org/doc/debian-polic ... gchangelog
Should be feasible to make a converter, I think. I'll look into it.
by Xian Nox
Mon May 05, 2014 8:21 am
Forum: Programming and Security
Topic: Qcma - Crossplatform content manager for the PSVita
Replies: 890
Views: 835368

Re: QCMA - Cross-platform content manager for the PSVita (0.

@codestation: So, was writing a script to automatically tweak spec files for new releases for a random program I was writing, do you think it would be of use for qcma? Use is something like this: ./genspec.py --ver 0.1.1 --rev 1 quill-template-openSUSE.spec And it generates a 'quill-0.1.1-openSUSE.s...
by Xian Nox
Fri Mar 14, 2014 11:52 pm
Forum: Programming and Security
Topic: PS Vita Tool
Replies: 35
Views: 11223

Re: PS Vita Tool

Since I cannot be bothered enough to back up my games on the Windows partition (of a linux/windows dualboot), is there any intention of making this cross-platform? Or making it open-source so I may begin to assimilate it into qcma?

Go to advanced search