Notices


Reply
Thread Tools
Dazsa's Avatar
Posts: 198 | Thanked: 150 times | Joined on May 2012
#9251
@knobtviker yeah, main contributor! you just have to open wazapp credits to prove it and by saying that I did not mean the work of other developers is less important. In my opinion, the best part of wazapp was when TGalal, Cepi and you were working on this app and it was almost perfect before the first big problem in which TGalal had to change the coding. It is clear TGalal has the HUGE and ONLY merit of creating the app and it is up to him to integrate last improvements in nightly versions or not and most of us are thankful for all the hard work, however, it is also valid to have another app supported by Cepi, so don't take it as an offense or an attack to original wazapp.
 
Posts: 181 | Thanked: 64 times | Joined on Feb 2012
#9252
I am sad to read such tension between coders. I can understand it though.
I just want to say, again, that the infamous "gallery bug" (Infinite loop while selecting a picture) is drving me crazy... I have to close and restart Wazapp which is very slow ! I might need to look into the code to try to understand what is happening...
 
Posts: 594 | Thanked: 1,094 times | Joined on Aug 2012 @ Rhine
#9253
Originally Posted by KTy View Post
I just want to say, again, that the infamous "gallery bug" (Infinite loop while selecting a picture) is drving me crazy... I have to close and restart Wazapp which is very slow ! I might need to look into the code to try to understand what is happening...
Maybe have a look into /opt/waxmppplugin/bin/wazapp/ui.py -> getImageFiles() on line 410 (in my version)
Thumbs are generated, if they don't exist, maybe this takes too long? I commented it out and for the last hour i had no infinite loop... i will test over the day and report.
Code:
			#if not os.path.exists(crypto):
			#	# Thumbnail does'n exist --> Generating...
			#	if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG":
			#		self.iface.Queue(str(url),"image/jpeg","grid", True)
			#	elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG":
			#		self.iface.Queue(str(url),"image/png","grid", True)
			#	elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF":
			#		self.iface.Queue(str(url),"image/gif","grid", True)

edit: no problems until now...
btw: just noticed, editing works in TMO-app now, really cool

Last edited by Leinad; 2013-02-23 at 07:25.
 

The Following 5 Users Say Thank You to Leinad For This Useful Post:
Posts: 47 | Thanked: 16 times | Joined on Jul 2012
#9254
Originally Posted by knobtviker View Post
Oh boy are some people living in a dream.
If only you knew the code I've seen and comments I've seen.
Main UI contributor? Sure... When message bubble had 9 Image components to load instead of 1 BorderImage. Inefficient loops, wrong signals...
I guess for most of you apps grow on trees. But when something doesn't work, everybody wonders why...
Take my word for it, I know why.
Duct tape code.
Nice to see u posting again... did I lost ur pink nails?
 
Posts: 397 | Thanked: 185 times | Joined on Oct 2011
#9255
Originally Posted by Leinad View Post
Maybe have a look into /opt/waxmppplugin/bin/wazapp/ui.py -> getImageFiles() on line 410 (in my version)
Thumbs are generated, if they don't exist, maybe this takes too long? I commented it out and for the last hour i had no infinite loop... i will test over the day and report.
Code:
			#if not os.path.exists(crypto):
			#	# Thumbnail does'n exist --> Generating...
			#	if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG":
			#		self.iface.Queue(str(url),"image/jpeg","grid", True)
			#	elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG":
			#		self.iface.Queue(str(url),"image/png","grid", True)
			#	elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF":
			#		self.iface.Queue(str(url),"image/gif","grid", True)

edit: no problems until now...
btw: just noticed, editing works in TMO-app now, really cool
So far so good!
 
knobtviker's Avatar
Posts: 665 | Thanked: 2,388 times | Joined on Feb 2012 @ Zagreb, Croatia
#9256
@Leinad:
Can you push that fix on Github? That bug was annoying.

Yeah, I'm reading this forum and posting when I have something valuable to share. Not just popping up to say hi :P

I don't want to go deeper into developer relationships. What's done is done.
My initial question is the purpose of the fragmentation.
However, I don't really care. I'll use Wazapp anyways.

About audio recorder, it uses arecord binary on N9 at the moment.
Proper way should be switching it over to Python purely.
Recording a wave file and sending it and removing upon a send.
Contributions are welcome.
 

The Following 3 Users Say Thank You to knobtviker For This Useful Post:
Posts: 181 | Thanked: 64 times | Joined on Feb 2012
#9257
Originally Posted by Leinad View Post
Maybe have a look into /opt/waxmppplugin/bin/wazapp/ui.py -> getImageFiles() on line 410 (in my version)
Thumbs are generated, if they don't exist, maybe this takes too long? I commented it out and for the last hour i had no infinite loop... i will test over the day and report.
Code:
			#if not os.path.exists(crypto):
			#	# Thumbnail does'n exist --> Generating...
			#	if f.split(".")[-1] == "jpg" or f.split(".")[-1] == "JPG":
			#		self.iface.Queue(str(url),"image/jpeg","grid", True)
			#	elif f.split(".")[-1] == "png" or f.split(".")[-1] == "PNG":
			#		self.iface.Queue(str(url),"image/png","grid", True)
			#	elif f.split(".")[-1] == "gif" or f.split(".")[-1] == "GIF":
			#		self.iface.Queue(str(url),"image/gif","grid", True)

edit: no problems until now...
btw: just noticed, editing works in TMO-app now, really cool
Sweet... trying too...

Edit: So far so good. I am pretty sure this fixed the issue. Now, did we remove any specific functionality... I don't know/don't care

Last edited by KTy; 2013-02-24 at 10:30.
 
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#9258
Originally Posted by soryuuha View Post
TMavica removed it...??
Yes, I deleted it
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 99 | Thanked: 42 times | Joined on Jan 2011 @ Germany
#9259
Can anybody tell if it would be possible to port Wazapp to Sailfish OS? Or do you think a rewrite is needed because of different APIs?
 

The Following User Says Thank You to D.Cent For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#9260
@D.Cent why you so carying about not released OS? of course it will be ported as soon as possible AFTER RELEASING OS.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Reply

Tags
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp


 
Forum Jump


All times are GMT. The time now is 13:04.