User:Mohammad7410

(Work on maemo)
 
(12 intermediate revisions not shown)
Line 3: Line 3:
* Garage user page: [https://garage.maemo.org/users/mohammad7410/ mohammad7410]
* Garage user page: [https://garage.maemo.org/users/mohammad7410/ mohammad7410]
* Bugzilla - My bug reports: [https://bugs.maemo.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailreporter1=1&emailtype1=exact&email1=mohammad7410@hotmail.com&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Mohammad Abu-Garbeyyeh]
* Bugzilla - My bug reports: [https://bugs.maemo.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailreporter1=1&emailtype1=exact&email1=mohammad7410@hotmail.com&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Mohammad Abu-Garbeyyeh]
-
* IRC Nickname: MohammadAG | MohammadAG51
+
* IRC Nickname: MohammadAG | MohammadAG51 on [http://webchat.freenode.net/ Freenode]
 +
* Twitter [http://twitter.com/MohammadAG MohammadAG] - I haven't been on twitter much ever since I left Symbian.
 +
* PSN ID: MohammadAG
-
* PSN ID: MohammadAG
+
==Ubuntu on the N900==
 +
 
 +
See main page here [http://wiki.maemo.org/User:Mohammad7410/Ubuntu Ubuntu on the N900]
 +
 
 +
 
 +
 
 +
==Random notes==
 +
 
 +
sed script to add spaces before each line in a file, thanks to [http://maemo.org/profile/view/joerg_rw/ joerg_rw] [http://mg.pov.lt/maemo-irclog/%23maemo.2010-04-19.log.html#t2010-04-19T02:13:48]
 +
cat icon|sed 's/^/ /' > iconedited
 +
 
 +
 
 +
==Packaging==
 +
 
 +
I've written a small wiki page on how to package apps for maemo, it might be easier to understand than the main Packaging tutorial found on the wiki, it can be found here [http://wiki.maemo.org/User:Mohammad7410/Packaging]
 +
 
 +
 
 +
==Work on maemo==
 +
 
 +
This list isn't complete as I never logged what I did.
 +
* hildon-desktop with faster scrolling [http://talk.maemo.org/showthread.php?t=60599]
 +
* hildon-status-menu with 6 rows instead of 5 [http://talk.maemo.org/showpost.php?p=884348&postcount=8]
 +
* h-e-n GUI (GUI ONLY!) [http://talk.maemo.org/showthread.php?t=65232]
 +
* PSFreedom UI (again, UI only!) [http://talk.maemo.org/showthread.php?p=811829]
 +
* Maemo 5 Community SSU (not yet announced officially) [http://lists.maemo.org/pipermail/maemo-developers/2010-November/027830.html]
 +
* man-db on the N900 [http://talk.maemo.org/showthread.php?p=703347]
 +
* aptitude package manager [http://maemo.org/packages/view/aptitude/] (needs library fix(!))
 +
* Synaptic package manager [http://maemo.org/packages/view/synaptic/]
 +
* Ubuntu on the N900 [http://talk.maemo.org/showthread.php?p=745610] (status = Stalled)
 +
* Flashing KB LED Patterns [http://talk.maemo.org/showthread.php?t=52239]
 +
* hildon-status-menu in portrait mode [http://talk.maemo.org/showthread.php?t=66586]
 +
* Basic QtBrowser [http://gitorious.org/qtbrowser/qtbrowser]
 +
 
 +
==Qt examples==
 +
 
 +
I'd like to thank whoever helped me with Qt; alterego, Venemo, and w00t :)
 +
 
 +
I've written some (one, for now) examples on Qt apps, you can find them here (licensed under GPLv3):
 +
 
 +
'''Qt Countdown''', a UI, with a label in the centre, and a status bar that shows the status of the countdown, the label is updated with a countdown from 10 to 0 [http://mohammadag.xceleo.org/Qt-examples/Countdown.tar.gz]

Latest revision as of 21:08, 5 December 2010


Contents

[edit] Ubuntu on the N900

See main page here Ubuntu on the N900


[edit] Random notes

sed script to add spaces before each line in a file, thanks to joerg_rw [1]

cat icon|sed 's/^/ /' > iconedited


[edit] Packaging

I've written a small wiki page on how to package apps for maemo, it might be easier to understand than the main Packaging tutorial found on the wiki, it can be found here [2]


[edit] Work on maemo

This list isn't complete as I never logged what I did.

  • hildon-desktop with faster scrolling [3]
  • hildon-status-menu with 6 rows instead of 5 [4]
  • h-e-n GUI (GUI ONLY!) [5]
  • PSFreedom UI (again, UI only!) [6]
  • Maemo 5 Community SSU (not yet announced officially) [7]
  • man-db on the N900 [8]
  • aptitude package manager [9] (needs library fix(!))
  • Synaptic package manager [10]
  • Ubuntu on the N900 [11] (status = Stalled)
  • Flashing KB LED Patterns [12]
  • hildon-status-menu in portrait mode [13]
  • Basic QtBrowser [14]

[edit] Qt examples

I'd like to thank whoever helped me with Qt; alterego, Venemo, and w00t :)

I've written some (one, for now) examples on Qt apps, you can find them here (licensed under GPLv3):

Qt Countdown, a UI, with a label in the centre, and a status bar that shows the status of the countdown, the label is updated with a countdown from 10 to 0 [15]