Notices


Poll: Is this application useful to you?
Poll Options
Is this application useful to you?

Reply
Thread Tools
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#141
New Release: 0.1.10

No new features on this release but I did some house cleaning on the code and also tried to improve the "viewport" detection. On my limited tests it works better.

Please let me know of any web sites optimized for the iphone that don't start on the "right" zoom level.

*********** I promoted this release to extras-testing. After testing please make sure to vote for it. ***********
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases
 

The Following 4 Users Say Thank You to fcrochik For This Useful Post:
Posts: 33 | Thanked: 4 times | Joined on Sep 2008 @ Mexico
#142
m.playfish.com doesn't have the right zoom level, contents appear bigger
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#143
New Release: 0.1.12

Now you can start macuco using dbus:

Code:
dbus-send --print-reply --dest=com.crochik.Macuco / com.crochik.Macuco.open string:"http://www.crochik.com" boolean:false
The scrolling, mouse handling and rendering should theoretically have been improved but I have to say that I didn't notice much of a change.
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases

Last edited by fcrochik; 2011-02-11 at 12:48.
 

The Following 3 Users Say Thank You to fcrochik For This Useful Post:
Posts: 14 | Thanked: 3 times | Joined on Jun 2010
#144
Any chance of getting geolocation?
 
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#145
Originally Posted by frozensummers View Post
Any chance of getting geolocation?
We depend on a new release of Qt/WebKit for that. There is a "experimental" 4.8 version that can be installed on the phone. I haven't checked if it includes a newer version of webkit or not.

For google maps you can use GeePS
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#146
Originally Posted by fcrochik View Post
Now you can start macuco using dbus:

Code:
dbus-send --print-reply -dest=com.crochik.Macuco / com.crochik.Macuco.open string:"http://www.crochik.com" boolean:false
The scrolling, mouse handling and rendering should theoretically have been improved but I have to say that I didn't notice much of a change.
Thanks a lot Please correct: s/-dest/--dest/
Rendering *is* better - at least judging by google maps.

How do I invoke an open full-screen by dbus?
__________________
Ernesto de Bernardis

 

The Following User Says Thank You to debernardis For This Useful Post:
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#147
Originally Posted by debernardis View Post
Thanks a lot Please correct: s/-dest/--dest/
Rendering *is* better - at least judging by google maps.

How do I invoke an open full-screen by dbus?
You are right - fixed "--dest"!

I forgot about the full-screen. On the next release I will have it always open on full screen. I think it makes sense, don't you?

BTW, I should have mentioned before that the second argument is for the user agent (true=iphone, false=default)
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases
 

The Following User Says Thank You to fcrochik For This Useful Post:
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#148
Bug: macuco2 shows a blank screen when I click most folders/tags in gmail other than Inbox.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 

The Following User Says Thank You to uvatbc For This Useful Post:
fcrochik's Avatar
Posts: 722 | Thanked: 1,223 times | Joined on Apr 2010 @ USA
#149
Originally Posted by uvatbc View Post
Bug: macuco2 shows a blank screen when I click most folders/tags in gmail other than Inbox.
I believe is an issue with not resetting the scroll position. At least looks like that on mine - if I scroll down on the blank screen I can see the contents and it works fine for the "groups" on the top of the page.

I will check and publish a new version. Thanks!
__________________

My maemo work:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Harmattan:
GeePS - native UI around google maps - GApp - access to optimized mobile "google apps".
Shutdown - shutdown and reboot with one click - QuickCall - one click call, skypeout and google voice integration using dial tones.
WakeOnLan - wake computers on your local network.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For Maemo/N900:
GApp - access to optimized mobile "google apps". - MobWebMail: browser optimized to access multiple gmail accounts
MyContacts: 75 Contacts on your desktop, ring tones per group and more - GeePS: native front-end for google maps
Macuco2 : web browser to access web sites optimized for the iphone - WakeOnLan: wake up computers on your local network
dbBrowser: Simple application to browse sqlite databases
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#150
Originally Posted by fcrochik View Post
if I scroll down on the blank screen I can see the contents and it works fine for the "groups" on the top of the page.
I tried that - but the results are not always consistent.
Anyways - waiting for your next build.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:33.