Re: [Elementary-dev-community] Dvelopment of existing elementary projects

2015-09-06 Thread Raphael Isemann
Hi,

you usually do this to get the trunk code into the current directory:

$ bzr branch lp:gala

Make your changes and test them, then a simple

$ bzr commit -m "I fixed a bug or something like this"

to commit everything locally

$ bzr push lp:~teemperor/gala/bug-fix-that-was-really-important

and this to push it to a branch inside the gala project.

Note that the branch gets created automatically. Also, the ~teemperor
part of the URL refers to your username. So if your lp username is
"django", you would push to

$ bzr push lp:~teemperor/gala/bug-fix-that-was-really-important

The "gala" in the url is the project name (lp:gala -> /gala/). The
last bit (bug-fix-that-was-really-important) is just a unique name
that you give to your new branch.

Now you can find that branch on the code subsection of the launchpad
side (for example here https://code.launchpad.net/gala ).
Then click on your branch and click "Propose to merge".

This is a helpful tutorial for handling bzr:

http://doc.bazaar.canonical.com/beta/en/mini-tutorial/index.html

We have another guide that describes this workflow in more detail, but
I can't find it at the moment. Maybe someone else knows where it is
hidden nowadays?


- Raphael Isemann

2015-09-06 15:13 GMT+02:00 Florian R. A. Angermeier <florian.angerme...@gmx.at>:
> Hello everyone!
>
> I have a question about the overall work flow when working on existing
> projects. How do I 'fork' the code base to fix a single bug or implement a
> new feature. On Github you can easily fork a Github repo using the web
> interface, clone it to your local machine, commit changes, push it back onto
> Github and request a merge of your own repo back into the original repo.
>
> Thanks in advance!
>
> Kind regards
> Florian
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Dvelopment of existing elementary projects

2015-09-06 Thread Raphael Isemann
Small correction, the second "bzr push
lp:~teemperor/gala/bug-fix-that-was-really-important" was supposed to
be "bzr push lp:~django/gala/bug-fix-that-was-really-important"

2015-09-06 15:29 GMT+02:00 Raphael Isemann <teempe...@gmail.com>:
> Hi,
>
> you usually do this to get the trunk code into the current directory:
>
> $ bzr branch lp:gala
>
> Make your changes and test them, then a simple
>
> $ bzr commit -m "I fixed a bug or something like this"
>
> to commit everything locally
>
> $ bzr push lp:~teemperor/gala/bug-fix-that-was-really-important
>
> and this to push it to a branch inside the gala project.
>
> Note that the branch gets created automatically. Also, the ~teemperor
> part of the URL refers to your username. So if your lp username is
> "django", you would push to
>
> $ bzr push lp:~teemperor/gala/bug-fix-that-was-really-important
>
> The "gala" in the url is the project name (lp:gala -> /gala/). The
> last bit (bug-fix-that-was-really-important) is just a unique name
> that you give to your new branch.
>
> Now you can find that branch on the code subsection of the launchpad
> side (for example here https://code.launchpad.net/gala ).
> Then click on your branch and click "Propose to merge".
>
> This is a helpful tutorial for handling bzr:
>
> http://doc.bazaar.canonical.com/beta/en/mini-tutorial/index.html
>
> We have another guide that describes this workflow in more detail, but
> I can't find it at the moment. Maybe someone else knows where it is
> hidden nowadays?
>
>
> - Raphael Isemann
>
> 2015-09-06 15:13 GMT+02:00 Florian R. A. Angermeier 
> <florian.angerme...@gmx.at>:
>> Hello everyone!
>>
>> I have a question about the overall work flow when working on existing
>> projects. How do I 'fork' the code base to fix a single bug or implement a
>> new feature. On Github you can easily fork a Github repo using the web
>> interface, clone it to your local machine, commit changes, push it back onto
>> Github and request a merge of your own repo back into the original repo.
>>
>> Thanks in advance!
>>
>> Kind regards
>> Florian
>>
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>>

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Hey :)

2014-12-21 Thread Raphael Isemann
You should use Freya :)
Am 21.12.2014 13:42 schrieb Daniel Maksymow maksym...@gmail.com:

 What should I do? while I am trying to compile patheon-app I get
 dependency problem:

 -- package 'gtk+-3.0=3.9.10' not found
 -- package 'granite=0.3.0' not found

 It looks like the new pathen is build on freya, but I am still use Luna
 should I install this new packages or upgrade to freya? and how can I do
 this?

 Daniel

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Hi!

2014-09-24 Thread Raphael Isemann
Wait, i think Shotwell and Photos (as the fork under the 
elementary-umbrella is named) are both active? Maybe i'm just 
misinformed here (Photos is not really my department).


Anyway, if you want to get your patch merges into Photos, you need to 
create a merge-proposal for this branch on launchpad: 
https://code.launchpad.net/~pantheon-photos/pantheon-photos/trunk
After you proposed your branch, you get feedback over the comments for 
your merge-proposal :)


Cheers,

Raphael

Am Mi, 24. Sep, 2014 um 5:49 schrieb Tobia Tesan 
tobia.te...@gmail.com:
[Disclaimer: I sent this exact email to shotwell-list, and the it has 
been pointed out to me that it is probably better suited for this ML, 
since, I learn, Shotwell will be maintained by the Elementary team in 
the future]


Hi, I'm Tobia, from Italy.
I'm studying for my BS in CS, have previously worked for a couple of 
companies - mainly web portals and stuff - and was a GSOC student for 
the ScummVM project last year.
I think Shotwell is an important piece of software and looks 
interesting to hack on, I'd like to contribute a little in my spare 
time.
Disclaimer: I'm no ace, my purpouse would be in no small part to get 
some exercise and learn stuff.


I've started with attacking this one (really simple) ticket to get my 
feet wet - you can find the link to the proposed patch in the 
comments: https://bugzilla.gnome.org/show_bug.cgi?id=717960


Is there anything you can suggest?
Interesting tickets to try and fix, IRC channels and pages to keep an 
eye on, suggestions?


Thanks!

--
Tobia Tesan
tobia.te...@gmail.com
We took a perfectly useless psychopath like Valentine, and turned him
 into a successful executive. And during the same time, we turned an
 honest, hard-working man into a violent, deranged, would-be killer!
-- Trading Places

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Translation Freeze?

2014-08-12 Thread Raphael Isemann

Hi,

we are currently only in a soft feature-freeze but i think we can start 
to flag certain applications as safe-for-translations to make the 
life of the translator-teams easier.


I'll bug cody/dan/etc. what they think about that and then we will see 
further.


Cheers,

Raphael Isemann

Am Di, 12. Aug, 2014 um 11:38 schrieb MinSik CHO mscho...@gmail.com:
Hi. This is MinSik CHO, the admin of elementary os Korean 
translator’s team.
Since Freya Beta has been released out, we are planning to trigger 
concentrated work on completing the translation for Freya.
Is there any fixed translation freeze date? (I’m afraid there may 
not be, as there isn’t deadlines for elementary OS itself)
Also, could someone update the python code that generates html page 
about the completeness of translation? It was very useful in keeping 
our translation organized.

Thanks
MinSik CHO
 
___

Have a Nice Day!
청심국제고등학교 조민식입니다.
Honor Committee HS2 International Member
Facebook: mscho527
LP: https://launchpad.net/~mscho527
우분투 한국 로코팀 (ubuntu-ko), Elementary OS 한국어 
번역팀 (elementary-l10n-ko), 우분투 한국어 번역팀 
(ubuntu-ko-l10n), 런치패드 한국어 번역팀 (lp-ko-l10n)에서 
활동 중이며, ADW.Launcher (org.adw.launcher)와 Desk Notes 
(com.houmiak.desknotes) 애플리케이션을 번역하였습니다.
특히, Elementary OS 한국어 번역팀에서는 Team Owner이자 
Administrator로 활동하고 있습니다.
 
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/fix-1329550 into lp:pantheon-terminal

2014-08-09 Thread Raphael Isemann
The proposal to merge 
lp:~elementary-dev-community/pantheon-terminal/fix-1329550 into 
lp:pantheon-terminal has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/fix-1329550/+merge/229683
-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/fix-1329550/+merge/229683
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/fix-1329550.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/fix-1329550 into lp:pantheon-terminal

2014-08-05 Thread Raphael Isemann
Review: Needs Fixing

1. Instead of 

43  stdout.printf (pantheon-terminal: ERROR:  + e.message + \n);
44   
45  return 0;

use

error (e.message);

2. Not sure about the relevant part in the code, but the dark GTK+ theme isn't 
active when you start the About-Dialog from the quicklist and no 
terminal-instance is already running. In this case the about-window uses the 
normal GTK+ theme (so, a white window in elementary).
-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/fix-1329550/+merge/229683
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/fix-1329550.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Fwd: Google+

2014-03-26 Thread Raphael Isemann
Hangouts on the top-right for chatting with people in real-time. It's
IIRC not using Jabber or any open protocol, so you have to stick with
the official google-apps or that webinterface.

G+ is otherwise just using Circles (=Collection of People) for
everything. A community is a Circle where everyone can join when he
wants and there are private cicles for you where you can put people
into. If you send any message you can specify which circles are able
to read that message (as in Family, WeirdoPeople, Xyz) and everyone
that is in one of those Circles sees it.

There is a elementary-community that is a good start.

- Raphael


2014-03-26 17:47 GMT+01:00 Sergey Shnatsel Davidoff ser...@elementaryos.org:
 Okay, where can I find an intro to 2014? We have a more or less defined
 workflow here, but I for one have no idea how G+ works and what it provides
 (any real-time conversations?).

 I made an honest attempt to get into G+ by myself, but all I get is this:
 http://i.imgur.com/nKI4Enq.png
 http://i.imgur.com/AemwVwF.png
 I have no idea what is all this stuff about and what to do with it.

 Also, once we flesh out the intro to G+ workflow, it might be a good idea to
 write that down in the website. At least I get How do I get involved?
 emails on a regular basis and that indicates that the website doesn't
 provide that info.
 --
 Sergey Shnatsel Davidoff

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Fwd: Google+

2014-03-26 Thread Raphael Isemann
I agree with Cassidy: Hangouts makes it easier to catch people like
Dan and get a quick reply. The IRC-memo-system was just a humongous
and ugly hack that didn't worked out. It's a good (but not perfect)
thing between writing a actual mail and dropping a message to IRC.

The mailing-list itself is also quite horrible: You have to join
Launchpad, work around those annoying anti-spam measures, join the LP
group and the navigation in the Archive has a horrible interface and
needs a few minutes to update itself.

G+ provides at least a half-way working way of seeing replies (well,
it depends on having all replies in a list instead of a tree / needs
to execute JS to view plain-text / also closed source).

I'm still looking forward the elementary.io-service that allows to use
Jabber (is that still planned?)

- Raphael

2014-03-26 21:13 GMT+01:00 Cassidy James cass...@elementaryos.org:
 Sergey,

 That isn't to say that we're not using IRC or the ML anymore, but if
 you're wondering why they are much quieter, now you know. So if you're not
 following the elementary community on G+, you should definitely do that. And
 if you have email notifications turned off for launchpad, you should create
 some mail filters instead.

 Also, there are sections within the community; use them. Dan isn't saying
 we're moving 100% of communication and interaction to Google+, he's saying
 we've naturally started using it more and at the same time have gotten more
 efficient with Launchpad. It happens that most developers are on Google+
 already, so it has become an easy way to get in contact with them.

 Regards,
 Cassidy James

 On Mar 26, 2014 2:34 PM, Sergey Shnatsel Davidoff
 ser...@elementaryos.org wrote:

 Here's the elementary page:
 https://plus.google.com/114635553671833442612/

 And here's its associated community:
 https://plus.google.com/communities/104613975513761463450


 You mean there's no way to keep up with internal elementary posts without
 sifting through tons of weird unrelated clutter in
 https://plus.google.com/communities/104613975513761463450 ?

 I guess my real question is: after migrating to G+ what do you use instead
 of IRC's group chat?
 I have a basic idea of how to work in a group chat, but so far I can't
 even understand what did you ditch it for.
 --
 Sergey Shnatsel Davidoff

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Porting to Debian as GSoC project

2014-03-13 Thread Raphael Isemann
Awesomesauce! :)

- Raphael

2014-03-13 21:23 GMT+01:00 Sergey Shnatsel Davidoff ser...@elementaryos.org:
 Just a quick update: Debian developer Paul Tagliamonte took great interested
 in the idea and matched me with a mentor, so we now have a mentor for the
 project!

 I've applied for the project as a student. Fingers crossed...

 --
 Sergey Shnatsel Davidoff

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] Porting to Debian as GSoC project

2014-02-25 Thread Raphael Isemann
Hey guys/girls,

there is a chance that Debian is doing the porting-work of the
apps/shell as a GSoC project:
https://wiki.debian.org/SummerOfCode2014/ProjectProposals/PackageElementarySoftware

I talked to the nice folks in #debian-soc and it seems that the we
need to fix (at least) two problems to make this idea a possible
candidate for their SoC:

* The idea needs an mentor, which should be a Debian-Developer. So if
you are a DD or you know someone who is a DD and wants to help us,
then feel free to reply :)

* The ported packages also need debian-maintainers. I think some
volunteers from our maintainers and some people from the community can
do that.

Feel free to share your opinion on the topic.

Also a big thanks to Cameron Norman that added the idea to the wiki
and already packaged the icon-theme!

- Raphael

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] elementary, ubuntu, and debian

2014-02-05 Thread Raphael Isemann
As we are on the topic: What bugs are left before one could run the
whole elementary software stack on debian? I think the indicators
where one major problem. Would be cool if someone (*looks at
shnatsel*) could write up what is missing and we file some bugs with a
debian tag. Mainly because it is asked quite often and it would be
cool if we could redirect people to a bug-collection with some good
bug-descriptions.

Regarding all that topic about NSA and so on, you might want to check
out this talk too:
http://media.ccc.de/browse/congress/2013/30C3_-_5713_-_en_-_saal_2_-_201312301130_-_to_protect_and_infect_part_2_-_jacob.html

- Raphael

2014-02-05 Sergey Shnatsel Davidoff ser...@elementaryos.org:
 Tristan, it's not that simple and fact is, Debian or even the upstream
 projects are unlikely to be NSA-proof. You should really watch the recording
 of NSA operation ORCHESTRA keynote from FOSDEM as soon as it's uploaded.

 --
 Sergey Shnatsel Davidoff

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Anyone coming to FOSDEM 2014?

2014-02-05 Thread Raphael Isemann
Hasn't the ZTE Open a higher-clocked chip of the Desire C and it seem
to performs worse than the Android with the bloaty Sense-UI-stack?
Don't want to start a flamewar but 99% of the Firefox OS talk is
currently circlejerking ;)

- Raphael

2014-02-05 Sergey Shnatsel Davidoff ser...@elementaryos.org:
 Oh, I also got to toy with ZTE OPEN running Firefox OS. That thing is
 impressive for its specs. Can't wait till Firefox OS hits the local market,
 Android monopoly on low-end smartphones where it performs even worse than
 usual is upsetting.

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] elementary, ubuntu, and debian

2014-02-05 Thread Raphael Isemann
Sounds like a bug for me. As we are anyway need a better way of
getting the wallpaper and it's properties, we can also fix that. The
only thing is that i'm not sure if it's still valid. I think arch
doesn't ship a patched accountservice/gnome-settings-daemon and i
remember i have a login-wallpaper on my arch-installation. Feel free
to file a bug and link to this mail in the archive :)

- Raphael

2014-02-05 Pim Vullers p...@vullersmail.nl:
 On 02/05/2014 07:32 PM, Daniel Foré wrote:
 That's not a bad idea even for just being able to package pantheon on
 Debian. I wonder if we can get someone with a Debian system to try
 installing Pantheon and see what issues they encounter

 Packaging Pantheon isn't the big problem as far as I can see (from my
 experience in packaging it for Gentoo Linux). The main problem with
 pantheon is it's dependency on some Ubuntu specific patches for Gnome
 libraries. For example, the user-specific background feature of the
 pantheon-greeter depends on a patched version of accountsservice and
 gnome-settings-daemon to work (these are the hard parts to figure out).

 For this reason I'm now also trying to maintain these Gnome packages
 with Ubuntu patches in my repository. Furthermore the dependency of
 Gnome (and core components like gnome-settings-daemon) on systemd causes
 some issues (media-keys not working proberly, logoff/shutdown/reboot not
 working, etc.).

 So aside from being able to install Pantheon on debian, I see most
 issues in the system integration and the full user experience (including
 installer etc.) as the main problem.

 Kind regards,
 Pim Vullers

 On Wed, Feb 5, 2014 at 10:23 AM, Raphael Isemann teempe...@gmail.com
 mailto:teempe...@gmail.com wrote:

 As we are on the topic: What bugs are left before one could run the
 whole elementary software stack on debian? I think the indicators
 where one major problem. Would be cool if someone (*looks at
 shnatsel*) could write up what is missing and we file some bugs with a
 debian tag. Mainly because it is asked quite often and it would be
 cool if we could redirect people to a bug-collection with some good
 bug-descriptions.

 Regarding all that topic about NSA and so on, you might want to check
 out this talk too:
 
 http://media.ccc.de/browse/congress/2013/30C3_-_5713_-_en_-_saal_2_-_201312301130_-_to_protect_and_infect_part_2_-_jacob.html


 - Raphael

 2014-02-05 Sergey Shnatsel Davidoff ser...@elementaryos.org:
  Tristan, it's not that simple and fact is, Debian or even the
 upstream
  projects are unlikely to be NSA-proof. You should really watch the
 recording
  of NSA operation ORCHESTRA keynote from FOSDEM as soon as it's
 uploaded.
 
  --
  Sergey Shnatsel Davidoff
 
  --
  Mailing list: https://launchpad.net/~elementary-dev-community
  Post to : elementary-dev-community@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~elementary-dev-community
  More help : https://help.launchpad.net/ListHelp
 

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help : https://help.launchpad.net/ListHelp






 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] GSoC (again)

2014-02-04 Thread Raphael Isemann
Hi everybody,

Google started accepting applications for GSoC today and i wanted to
get some feedback if there is interest in participating (in the
community and in the team)?

For those we are new, we already applied last year but we weren't
accepted. I bring the topic up as we got a lot of media coverage since
the Luna-release and it's probably worth another try.

Deadline is next Friday and i'm currently stuck in exams till this
friday, so don't expect a lot of input from my side in the next three
days. I'll be back full-time on Saturday/Sunday.

- Raphael Isemann

-

Paperwork from last work:
* Our letter of application from last year that is currently not open
for everyone. Feel free to drop a mail if you want to take a look at
it [1]

* Ideas page from last year [2]

[1] 
https://docs.google.com/document/d/1-4l33Ln7EZoAEjLF8wsvqiNU6SDOcM9BW9R2dh62thg/edit?usp=sharing

[2] 
https://docs.google.com/document/d/1Nv_KzCUjfQIP0C6n593LPBE1gkCuNNI1SCO7vvw8njw/edit

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Popovers in GTK

2014-01-23 Thread Raphael Isemann
When 3.12 really fixes the headerbar problem with the global menu (see [1])
then i'm 100% in favor of GTK+ 3.12.

- Raphael
[1] http://imgur.com/9d7HF4q

Am 23.01.2014 16:33 schrieb Daniel Foré dan...@elementaryos.org:

 Hey Cody,

 Yes those are entirely theme related and fixable. My only hesitation is
 introducing fixes for 3.12 that may break 3.10 unless we're sure we're
 targeting 3.12
 Cheers,

 Daniel Foré
 elementaryos.org


 On Thu, Jan 23, 2014 at 7:04 AM, Cody Garver c...@elementaryos.orgwrote:

 I've been using the PPA for a while and the only bugs I've observed are
 theme related like ugly notebooks and boxes around headerbar close and
 maximize buttons. At least I assume those are theme related.

 I don't know if you've mentioned it before, but another benefit of 3.12
 is headerbars can have more than just the close button.

 Sent from my iPhone

 On Jan 23, 2014, at 8:54 AM, Daniel Foré dan...@elementaryos.org
 wrote:

  Hey dudes,

 As you may know, popovers have landed in GTK!
 http://blogs.gnome.org/mclasen/2014/01/22/and-now-popovers/

 AFAIK, this means they will be available in GTK 3.12, which is imo yet
 another reason to reach for GTK 3.12 by default in Isis. If I understand
 correctly, the gnome team staging PPA for 14.04 is being set up such that
 we should be able to get packages for 3.12

 This would imply another deprecated widget in Granite since the GTK
 widget should be able to do everything that our widget does and hopefully
 doesn't have the quirky bugs that our widget has.

 So, basically I think we should probably make a decision about whether we
 intend to ship GTK 3.12 in Isis or not.

 --
 Best Regards,

 Daniel Foré

 elementaryos.org

  --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp



 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] The elementary documentation weekend!

2013-11-06 Thread Raphael Isemann
Yeah, even more customization guides are not worth the ink, but people
could collect the already existing ones together (so, posting them on
the gdoc and make sure that the author is using the CC-BY) and maybe
we can make one structured document out of it.

to the HIG: Maybe pics of good and bad interfaces (but nothing that
makes people cringe). I think using screenshots of some elementary
applications as a example.

@voldyman: I think there are some HACKING files in some projects. I
think it's a good idea to have them in all projects (maybe describing
how to compile/test and giving a short overview how the project is
build). I'll see if i can make a example for the greeter.
I think the best way to write documentation in the source is making a
short description for every class - what the class does and where it
is used. Also all variables/functions that are not obvious.



2013/11/6 Sergey Shnatsel Davidoff ser...@elementaryos.org:
 I know of one item I'd really like to see documented because I don't
 understand it without docs. It's our CMake commands and config options. I
 never knew some projects have make valadocs command and nobody seems to
 know why it fails and what dependencies it's missing. It'd also be nice to
 include -DCMAKE_BUILD_TYPE=Debug and related generic trickery in the guide.

 Regarding the HIG, it'd be nice to include code examples/templates
 implementing the guidelines, where applicable.

 --
 Sergey Shnatsel Davidoff

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna on ARM

2013-08-27 Thread Raphael Isemann
I attached a branch without gl before the arm-curious people build a stake
for me ;). Not intended for merging, just for testing.


2013/8/27 Sergey Shnatsel Davidoff ser...@elementaryos.org

 Hey guys,

 Just a heads-up regarding ARM support in Luna: our stable PPA got armhf
 enablement recently and everything (except Pantheon Greeter, see
 https://bugs.launchpad.net/pantheon-greeter/+bug/1214833) should run fine
 on ARM, at least in theory. You'd need decent GPU drivers though, because
 Gala requires hardware acceleration, and software rendering on ARM is in a
 pitiful state.

 However, our OS-specific patches repository did not get ARM enablement,
 and it's unlikely to get it anytime soon because we patched some really
 heavyweight things like Qt, which take way more time to build than
 Canonical's armhf enablement conditions require. This means we can't make
 OS images for ARM, but you can still install the apps on an existing Ubuntu
 installation. You'll miss out on the leaner and faster core, which is a
 pity (and doubly so on a resource-constrained system), but at least there's
 a chance of finding an OS image that works for your ARM hardware in case of
 Ubuntu and almost no chance for any other distro.

 Enthusiasts can still build ARM images by themselves if they have the
 hardware to run the build process or if they know their way around QEMU
 chroots (along the lines of https://wiki.debian.org/ArmHardFloatChrootand
 https://wiki.debian.org/QemuUserEmulation but for Ubuntu). They'd have to
 use something like apt-build to update to later versions of our patched
 packages, but such updates will probably be rare and all in all it should
 work.

 --
 Sergey Shnatsel Davidoff
 OS architect @ elementary

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] Luna +1's Name and Some Other Stuff

2013-08-16 Thread Raphael Isemann
Isis is AFAIK used by some people as a synonym for Transpluto, so a purely
hypothetical part of the space-and-stuff-people-group is also happy with
that name. You guys/girls understand? Purely hypothetical. Hehe... So yes,
i applaud for Isis and my great pun.


2013/8/16 Avi Romanoff a...@elementaryos.org

 As I've said before, +1 for Isis :)

 I can just hear the multitudes saying WHAT??? BUT I THOUGHT THE NAMING
 SCHEME WAS BASED ON PLANTS AND SPACE AND STUFF!

 It will be good to set the record straight ;)


 On Fri, Aug 16, 2013 at 4:37 PM, Allen Lowe lallenl...@gmail.com wrote:

 Isis sounds great to me!


 On Fri, Aug 16, 2013 at 1:50 PM, A. Xylon V. avlabs...@gmail.comwrote:

 Just to clarify on my last mail, Iris is the Greek Goddess of the
 Rainbow. And, well, elementary is colourful :)
  On Aug 16, 2013 8:45 PM, A. Xylon V. avlabs...@gmail.com wrote:

 I don't like isis. What about Iris?
 On Aug 16, 2013 8:33 PM, Albert Abril albert.ab...@gmail.com wrote:

 Hi all,

 I'm new at the maillist,
 but just wanna say that I like a lot the name of Isis.

 Bests,
 Albert.


 On 16 August 2013 21:27, Cassidy James cass...@elementaryos.orgwrote:

 I like the sound of Isis. :)

 Regards,
 Cassidy James

 --
 Sent from *elementary OS* http://elementaryos.org/.


 On Fri, Aug 16, 2013 at 2:16 PM, Mario Guerriero 
 mefri...@gmail.comwrote:

 Isis is fine for me.
 —
 Sent from Mailbox https://www.dropbox.com/mailbox for iPhone


 On Fri, Aug 16, 2013 at 9:15 PM, alienus alie...@riseup.net wrote:

 Yes, the codename is great, and thanks for the other news.
 All seems very good.

 Keep up the good work.

 Best regards.

 --alienus

 Le 16/08/2013 21:13, Alfredo Hernández a écrit :
  +1 for Isis, it feels completely right for elementaryOS.
 
  On 16 Aug 2013 21:09, Daniel Foré dan...@elementaryos.org
  mailto:dan...@elementaryos.org wrote:
 
  Hey dudes (and hopefully a few dudettes these days),
 
  First of all, congratulations to all of you on 100k+ downloads in
  the first week. That is freaking killer. We're getting rave
 reviews
  and (despite bug #1 being closed) we keep hearing from tons of
  people that are first-time Linux users coming from Windows and Mac
  OS. If you haven't been in contact with this positive energy yet,
 I
  encourage you to hit up youtube for an ego boost. Now down to
 business!
 
  I'm writing to announce the codename of the next elementary
 release:
  Wanking Wallaby
 
  Jk. What is this, Ubuntu?
 
  I'm leaning strongly towards Isis for this one. It's short (2
  syllables), should be generally pretty easy to pronounce, etc.
 Isis
  is the egyptian mother god of the throne, friend of slaves,
  sinners, artisans, and the downtrodden. You can read up more
 about
  her here: http://en.wikipedia.org/wiki/Isis
 
  Munchor says I should go full Hitler and not allow any arguments,
  but if you think the name totally sucks you can definitely say
 that.
  If not, let's go with it! (And even if so, we'll probably still go
  with it!)
 
  Also, I think in general most of us think it would be the best
 idea
  to release Isis (see, I'm already going with it) as closely as
  possible to Ubuntu 14.04. We have a lot to prove about our ability
  to provide updates in a timely manner and we're getting some
  negative feedback from developers/nerds about our 12.04 base. So
  let's address that and make sure that elementary is the best open
  platform for both users and developers (and I guess nerds too).
 
  Cody is currently working on updating Congrego to spit out some
  super bleeding edge Saucy-based builds. If any of you are already
 on
  Saucy, you know how broken Pantheon currently is. Indicators and
  Plugs are huge problems that we need to address. We're considering
  moving both of these into lib peas plugins for Wingpanel and
  Switchboard (respectively). Any feedback on that plan is very
 welcome.
 
  In general, the first priority for Isis is going to be updating
 all
  of our apps to compile/run with the latest libraries. You should
  know that Midori with the latest webkitGTK is amazing. I'm working
  on porting eGtk and it's going pretty swell. You should also know
  that all the fancy libaccounts stuff is now available for someone
 to
  start playing with so we can get sweet online integration. I
 believe
  that Clutter with the touch-related bits is also available so that
  is also very exciting for those of use that have a multi-touch
  trackpad available.
 
  Anyways, let's get rolling on this cycle. We have 8 months to
 become
  even more awesome.
 
  For the greater glorification of our Holy Mother Isis,
 
  Daniel Foré
 
  elementaryos.org http://elementaryos.org
 
  --
  Mailing list: https://launchpad.net/~elementary-dev-community
  Post to : elementary-dev-community@lists.launchpad.net
  mailto:elementary-dev-community@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~elementary-dev-community
  More help : https://help.launchpad.net/ListHelp
 
 
 


 --
 Mailing 

[Elementary-dev-community] Twitter-tracker for bug-fixes is live!

2013-03-28 Thread Raphael Isemann
Hi everyone,

to give everyone a few minutes of internet-fame in the future (and
encourage bug-fixing ;-) ), i made an twitter-account that tweets who fixed
what bug in nearly real-time (about 15 minutes maximal time-difference):
https://twitter.com/elementaryfixes

It runs this weekend on my laptop and may misses some bug-fixes (especially
if it is night here in germany and i loose internet) but after the weekend
it should run 24/7 and run flawless.

Sourcecode under GPL will follow ASAP when i removed my login-credentials
from the source and moved it into an config-file.

- Raphael Teemperor Isemann
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] The future of appcenter

2013-03-26 Thread Raphael Isemann
@Goncalo Margalho, calm down. There is no decision made at the moment or
anything like that. I also don't think that Strobl wanted to nuke your part
of the discussion with a i'll make some proof-of-concept-code. If we have
code to talk about, we just have a better foundation for a discussion,
don't mind him.

Before you go crazy here with that stuff, you should first answer that:

What do you guys want from AppCenter? A user opens it and then he sees the
newest/hottest/whatever apps with some infos (my guess)? Define what
exactly is your target when proposing a radical change to a project (So far
no one has answered shnatsel's question about the problem you see in the
current AppCenter).

Someone want a webpage instead of AppCenter (if i read that correctly)?
Why?

You should first answer that before going into technical details.

2013/3/26 Chris Timberlake gam...@gmail.com

 The first decision needs to be What is AppCenter? Is it going to be an
 App Store or is it going to be just an App Center as it is now? That
 decision changes the course of the project forever. An AppStore is a huge
 undertaking that should be planned now.


 On Tue, Mar 26, 2013 at 5:51 AM, Joshua Strobl truthfroml...@gmail.comwrote:

 As I said, these decisions need to be a group consensus. We're not going
 to be the next Canonical.


 On Tue, Mar 26, 2013 at 5:49 AM, Goncalo Margalho g...@margalho.info
 wrote:

 If you do everything on your own deciding everything, there's no need to
 follow that.
 Saying that. Good luck with the AppCenter ;)


  On Tue, Mar 26, 2013 at 12:43 PM, Joshua Strobl truthfroml...@gmail.com
  wrote:

 There is a limiting factor on what we can implement from third parties.
 For instance, with Ubuntu Reviews API, we (along with everyone else) has
 read-only access, therefore we are not able to apply our own ratings and
 reviews (obviously a write process). This is already going to be covered in
 the API, I'll be pushing out code by the end of the week (hopefully) that
 will handle a portion of this.

 The general idea is to either completely pull all the reviews / ratings
 from Ubuntu, pretty much regarding every application (although I'd prefer
 we only limit to applications that are actually popular) and store them in
 our own database. This will ensure that any breaking changes that occur in
 Ubuntu's Reviews API do not affect AppCenter, since the reviews are stored
 with us anyways. Another idea would be to continue pulling reviews /
 ratings from Ubuntu's Reviews API and only store reviews / ratings by
 elementary OS users.

 It is really up to group consensus. This isn't so much about rewriting
 things, its more like leveraging existing APIs to get a good jumpstart on
 an AppCenter.

 I would appreciate if you'd follow
 https://bugs.launchpad.net/appcenter/+bug/1091406, as I'll be posting
 details, potentially initial JSON formatted string files (for showing how
 some of the data will be structured when being requested via an HTTP
 Request) and at some point I'll link to the repo for the API.

 - Joshua Strobl

 On Tue, Mar 26, 2013 at 3:29 AM, Goncalo Margalho g...@margalho.info
 wrote:

 So we are going to rewrite it? Why in linux community people like to
 rewrite things? We need to plan stuff to work on in and then implement.
 Here, everyone likes just to implement. Why dont we think about the future.
 Use our brains to build something that it will stay like this?
 On Mar 26, 2013 10:07 AM, Sergey Shnatsel Davidoff 
 ser...@elementaryos.org wrote:

 2013/3/26 Goncalo Margalho g...@margalho.info

 I think that the AppCenter now is just a wrapper of packagekit, i
 mean, instead of using apt you use AppCenter, how do you add reviews?
 paying apps etc?


 No, it's not. PackageKit API does not provide application screenshots,
 for example. They're fetched on-demand from
 http://screenshots.ubuntu.com/ or http://screenshots.debian.org/(they're 
 the same website anyway).

 As for paid apps, there's a staggering number of possibilities. Ideally
 we'd use something distribution- and vendor-independent, and I have a few
 ideas on how to achieve that. But IMO it's too early to discuss
 implementing paid apps yet. We'll design the architecture for that when we
 get there.

 --
 Sergey Shnatsel Davidoff
 OS architect @ elementary



 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp




 --
 *--**--**
 Chris Timberlake*
 Technical Architect
 Phone: 515-707-5109
 gam...@gmail.com

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: 

[Elementary-dev-community] Code-Review/MergeProps notifications in IRC and/or ML

2013-03-26 Thread Raphael Isemann
Hi everyone,

just wanted to throw the idea into the room that a bot maybe could make
some short messages in #elementary-dev or a dedicated IRC-channel when a
merge-proposal get's made to get more people into code reviews (and also to
make merge-proposals to get a faster feedback).

I think there are some programs out there that could do the job so i don't
think it is so much work.

Opinions on that?

- Raphael Teemperor Isemann
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] Google Summer of Code Application

2013-03-20 Thread Raphael Isemann
Hi everyone!

I think our Google Summer of Code Application [1] is more or less finished,
so take a look and write me anything that bugs you about the current draft!
Otherwise i'll send it to the Google-guys on Friday :)

[1]
https://docs.google.com/document/d/1-4l33Ln7EZoAEjLF8wsvqiNU6SDOcM9BW9R2dh62thg/edit?usp=sharing

- Raphael Teemperor Isemann
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] cmake, vala and internationalization

2013-03-17 Thread Raphael Isemann
You can't make a merge proposal to +junk branches AFAIK.

- Teemperor

2013/3/17 Victor Eduardo victoredua...@gmail.com:
 Hi Sergio,

 Thank you for your time and work.

 You can find the most recent version of our CMake modules at
 lp:~elementary-apps/+junk/cmake-modules.

 It would be great if you could create a merge proposal for your
 modifications to Translations.cmake into the branch mentioned above. We'd
 review it as soon as possible. If you have no time for that, just let us
 know and we'll take care of manually merging the changes.

 Best Regards,
 Victor.



 On Sat, Mar 16, 2013 at 1:40 PM, Sergio Costas rasters...@gmail.com wrote:

 Hi all:

 I'm working on a project to easily generate the CMake scripts for any
 Vala project, and found that the CMake Vala scripts for
 internationalization has two little bugs:

   * uses the C language for processing the vala source code, when the C#
 would be better
   * it doesn't check the glade's .ui files

 I modified the Translations.cmake file to support both things (and still
 can search .c files too), but I'm not sure where should I upload the
 diff. The github repo from Jakob Westhoff seems to be outdated compared
 to the file available at http://ubuntuone.com/p/1F3R/

 Thanks.

 --
 Nos leemos
  RASTER(Linux user #228804)
 ras...@rastersoft.com  http://www.rastersoft.com


 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp



 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] AppCenter 0.1 pre-release testing

2013-03-15 Thread Raphael Isemann
Can you try to run appcenter -r (takes some time) then try to start it?

- Raphael Teemperor Isemann

2013/3/15 Dani Pratomo elementaryi...@gmail.com:
 Hi Mario,

 I installed appcenter but there are zero apps in each categories.

 --
 Mailing list: https://launchpad.net/~elementary-dev-community
 Post to : elementary-dev-community@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~elementary-dev-community
 More help   : https://help.launchpad.net/ListHelp


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] elementary OS Luna FAQ/guide

2012-12-06 Thread Raphael Isemann
Hi everyone,

i made an little guide for luna, mainly for fixes and customization
that is quite often requested by users. I hope this can help people
giving support to give better answers, as i try to keep them updated
and tested and now not everyone has to keep up with the development on
those questions :).

Please all complaints to the comments on google docs, as i get
notifications there and i try to fix everything ASAP. Also the
document should be editable by the elementary-council additionally.

Link to the document:
https://docs.google.com/document/d/1lTFBfM5OQBszeEQ7r6SJ8xZW440hxlhhMhnyiXLrKk4/edit#

All glory regarding this document to shnatsel the lion king which
delighted myself with his knowledge (yeah shnatsel, you didn't expect
that i really write that, didn't you?).

-Raphael Teemperor Isemann

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] elementary System Monitor Announcement

2012-10-27 Thread Raphael Isemann

Hi folks,

i'm nearly finished my work on the gnome-system-monitor to make the GUI 
and behaviour suitable for elementary:


Screenshot:
http://i46.tinypic.com/el1vte.png

Changelog:

- nearly all the featurs of the vanille system monitor
- removed menubar
- Monitor now save which tab was opened the last time
- switched to granite where possible

Current Bugs/Missing features:
- No About or Settings-Dialog accessable due to missing 
Appmenu-Button


The host is currently hosted here:
https://code.launchpad.net/~teemperor/+junk/e-system-monitor 
https://code.launchpad.net/%7Eteemperor/+junk/e-system-monitor
(i'll push it to an own project soon for a ppa when the rest of the 
features are implemented and i have time)


Question to the design-team: Where to place that Appmenu-Button?


Thanks to Tom Beckmann for the help on compiling that monster with 
granite which made me crazy.


-Raphael
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] elementary System Monitor Announcement

2012-10-27 Thread Raphael Isemann

Hi folks,

i'm nearly finished my work on the gnome-system-monitor to make the GUI 
and behaviour suitable for elementary:


Screenshot:
http://i46.tinypic.com/el1vte.png

Changelog:

- nearly all the featurs of the vanille system monitor
- removed menubar
- Monitor now save which tab was opened the last time
- switched to granite where possible

Current Bugs/Missing features:
- No About or Settings-Dialog accessable due to missing 
Appmenu-Button


The host is currently hosted here:
https://code.launchpad.net/~teemperor/+junk/e-system-monitor 
https://code.launchpad.net/%7Eteemperor/+junk/e-system-monitor
(i'll push it to an own project soon for a ppa when the rest of the 
features are implemented and i have time)


Question to the design-team: Where to place that Appmenu-Button?


Thanks to Tom Beckmann for the help on compiling that monster with 
granite which made me crazy.


-Raphael

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp