Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe
Commit message (Collapse)AuthorAgeFilesLines
* refactoring based on lasted commits upstreamWalter Bender2013-06-0918-238/+222
|
* resync to latest version of patches submitted to sugar upstream on githubWalter Bender2013-05-126-189/+144
|
* cleanup based on feedback from dnarvaezWalter Bender2013-04-036-32/+178
|
* adding support for webservices from ~/.sugarWalter Bender2013-03-312-22/+36
|
* use LGPL to be consistent with other sugar librariesWalter Bender2013-03-303-49/+43
|
* resync to latest patchesWalter Bender2013-03-303-44/+14
|
* clean up of comment codeWalter Bender2013-03-303-30/+58
|
* cleanup based on dnarvaez reviewWalter Bender2013-03-281-30/+43
|
* no need to maintain two different subclasses for MenuItemWalter Bender2013-03-281-31/+2
|
* Merge branch 'master' of git.sugarlabs.org:+redwood-city/sugar/social-sugarWalter Bender2013-03-283-8/+27
|\
| * Use menu palette for refresh buttonsWalter Bender2013-03-262-9/+26
| |
| * Check documents_path is not NoneMartin Abente Lahaye2013-03-231-1/+2
| | | | | | | | IGNORE IT, FIXED IN UPSTREAM
| * Verify documents_path is not NoneMartin Abente Lahaye2013-03-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | documents_path can be None under some circumstances, IE when not set. Verify that documents_path is not None, otherwise it raises an unhandled exception, causing Journal-item's palette to fail (can not be seen). IGNORE IT, FIXED IN UPSTREAM
* | Add comments box to expanded entryWalter Bender2013-03-281-1/+137
| |
* | Make separate method for _write_entry so code can be used multiple timesWalter Bender2013-03-281-8/+11
| |
* | Pass a widget to _create_scrollable so code can be used for multiple widgetsWalter Bender2013-03-281-19/+29
| |
* | reset to HEADWalter Bender2013-03-281-187/+33
|/
* cleared up problem with updatesWalter Bender2013-02-161-17/+8
|
* Check if a module has get_account before trying to call itRaul Gutierrez Segales2013-02-161-1/+2
| | | | | | | I don't think this should really happen, cause we only should be grabbing files that *have* get_account. Lets just guard ourselves against modules that are missing get_account.
* fix typo preventing updatesWalter Bender2013-02-151-1/+1
|
* properly enable comments update callbackWalter Bender2013-02-151-5/+10
|
* fix typo in Col labelWalter Bender2013-02-131-1/+1
|
* refactoring of comments codeWalter Bender2013-02-131-100/+136
|
* more consolidation of comment managementWalter Bender2013-02-072-23/+41
|
* saving comments as json; displaying comments in a TreeViewWalter Bender2013-02-062-24/+111
|
* move comments to comment boxWalter Bender2013-02-041-0/+18
|
* minor fixes and a major refactoring of signals for alertsWalter Bender2013-02-042-2/+43
|
* access icon_search_pathWalter Bender2013-02-031-1/+3
|
* add extension/web/*/icons to iconthemeWalter Bender2013-02-032-6/+9
|
* moving icons to extensions; making fb a subdirWalter Bender2013-02-031-11/+15
|
* Merge branch 'master' of git.sugarlabs.org:+redwood-city/sugar/social-sugarWalter Bender2013-02-0310-531/+43
|\
| * Make FacebookOnlineAccount an extension and move the OnlineAccount*Raul Gutierrez Segales2013-02-0310-531/+43
| | | | | | | | stuff into jarabe/web
* | add share menus to copy to paletteWalter Bender2013-02-031-0/+4
|/
* add_icon_path method to prototypeWalter Bender2013-02-031-0/+6
|
* move Share on menu items to Copy to menuWalter Bender2013-02-031-28/+4
|
* [sharing] Add's 'Share to Facebook' capabilityRaul Gutierrez Segales2013-02-037-5/+658
| | | | | | | | | This also sets the foundations for adding sharing capabilities for other services out there. I guess this is mainly RFC for now, some thinking is needed for the whole workflow of sharing out and into the Journal.
* main.py: fix startup messagesfSimon Schampijer2013-01-221-1/+1
|
* Factor out intro window creationDaniel Narvaez2013-01-221-3/+6
| | | | | | To simplify main a bit more Acked-by: Simon Schampijer <simon@laptop.org>
* Rework how we select the Xcursor themeDaniel Narvaez2013-01-221-10/+4
| | | | | | | | | | | | | | | | | Metacity reads the default theme from gsettings and we were trying to override it at lower level, causing race conditions. Now we are just setting the cursor-theme gsetting, so that metacity setup the Sugar theme for us. Distributions which are shipping both GNOME and Sugar should make sure to set XDG_CONFIG_HOME for either of the desktops to point to a non default location, so that the settings are not conflicting. It's necessary in this case if you don't want to get the Sugar cursors in GNOME, but it seems like a sane approach in general. We are sharing several components with GNOME which are (or might in the future) use GNOME gsettings. Acked-by: Simon Schampijer <simon@laptop.org>
* Move metacity invocation into the python codeDaniel Narvaez2013-01-221-34/+69
| | | | | | | | | | So that the sugar script only setup environment variables and all the rest is in main.py. This avoids the confusion about putting stuff in the one or the other script. Ideally we would get rid of the bash script completely, but it would not be possible to source the debug and i18n files from python. Acked-by: Simon Schampijer <simon@laptop.org>
* Move window manager handling up in the file, fix two underscroes for callbacksSimon Schampijer2013-01-221-14/+11
|
* Rename set to setup for consistencyDaniel Narvaez2013-01-221-4/+4
| | | | Acked-by: Simon Schampijer <simon@laptop.org>
* Cleanup a bit the xcursor hackDaniel Narvaez2013-01-221-7/+1
| | | | | | | No need to echo display and no need to set it again before starting the wm. Acked-by: Simon Schampijer <simon@laptop.org>
* Setup logging as soon as possibleDaniel Narvaez2013-01-221-11/+10
| | | | | | So that we don't lose any traceback Acked-by: Simon Schampijer <simon@laptop.org>
* Setup icon theme in set_themeDaniel Narvaez2013-01-221-3/+3
| | | | Acked-by: Simon Schampijer <simon@laptop.org>
* Factor out setup_locale functionDaniel Narvaez2013-01-221-10/+14
| | | | | | Simplifies the messy main. Acked-by: Simon Schampijer <simon@laptop.org>
* Unsplit a couple of very small methodsDaniel Narvaez2013-01-221-9/+4
| | | | | | They just makes the code more difficult to read. Acked-by: Simon Schampijer <simon@laptop.org>
* Move all the imports at the topDaniel Narvaez2013-01-221-27/+22
| | | | | | | | It improves readability a lot and I don't think it should affect startup time. If there is something expensive at module loading, it should be removed there. Acked-by: Simon Schampijer <simon@laptop.org>
* Move the various init method calls inside mainDaniel Narvaez2013-01-221-6/+5
| | | | | | | Scattered around code is hard to find and doesn't really improve readability. Acked-by: Simon Schampijer <simon@laptop.org>
* Do not exceed 80 colsDaniel Narvaez2013-01-221-6/+8
| | | | Acked-by: Simon Schampijer <simon@laptop.org>