summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* eos-application-manifest: Install subcommands in $libexecdirPhilip Chimento2013-12-09
| | | | | | | $libexecdir/eos-application-manifest, instead of $datadir/eos-application-manifest [endlessm/eos-sdk#154]
* Merge pull request #430 from endlessm/issues/421P. F. Chimento2013-12-09
|\ | | | | #421 Use the new way to define private gobject data
| * Use the new way to define private gobject dataMatt Watson2013-12-09
|/ | | | | Simpler and has a nicer memory layout. Needed glib 2.38 to do this. [endlessm/eos-sdk#421]
* Merge pull request #426 from endlessm/issues/425Rory MacQueen2013-12-05
|\ | | | | Only reset Adwaita for widgets inside an EosWindow
| * Only reset Adwaita for widgets inside an EosWindowMatt Watson2013-12-04
| | | | | | | | | | | | This way popups will still have the Adwaita theme, instead of looking mainly black [endlessm/eos-sdk#425]
* | Merge pull request #381 from endlessm/issues/376Rory MacQueen2013-12-05
|\ \ | | | | | | Issues/376
| * | Category button sizing for gtk 3.10Matt Watson2013-12-05
| | | | | | | | | | | | | | | | | | | | | | | | Another one. This one for gtk 3.10. With the new Gtk version, overriding get_preferred_width to handle overlong titles can mess up the height allocation when labels wrap. Specifying width for height management for the button fixed this [endlessm/eos-sdk#376]
| * | Fix wiki apps title category button sizingMatt Watson2013-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this the size request of the title category button is set based on the toplevels allocation. This broke when EosWindow's size request was fixed. Having some sort of container or bind constraint that allocated things based on percentages is the eventual solution here. For now I used a column homogeneous grid where each column was a percentage of the allocation. A little gross, but works fine, and our wiki apps handle resizing much better than they did before now [endlessm/eos-sdk#376] [endlessm/eos-sdk#376]
| * | Fixed size request of eos-windowMatt Watson2013-12-05
| | | | | | | | | | | | | | | | | | | | | Since the entire main area of the window is actually in the "over" layer of an overlay, we needed a size group to make sure the background widget underneath had the right size request. [endlessm/eos-sdk#376]
* | | Merge pull request #428 from endlessm/issues/417P. F. Chimento2013-12-05
|\ \ \ | |/ / |/| | #417 Removed PStack from sdk
| * | Removed PStack from sdkMatt Watson2013-12-05
| |/ | | | | | | | | | | | | We used this for our page manager, now we can just use GtkStack with Gtk 3.10 [endlessm/eos-sdk#417]
* | Merge pull request #422 from endlessm/issues/420mattdangerw2013-12-04
|\ \ | | | | | | Remove {GTK,GLIB}_CHECK_VERSION
| * | Remove {GTK,GLIB}_CHECK_VERSIONPhilip Chimento2013-12-03
| |/ | | | | | | | | | | | | This removes all conditionally compiled parts for GTK < 3.10 and GLib < 2.38. [endlessm/eos-sdk#420]
* | Merge pull request #424 from endlessm/issues/407P. F. Chimento2013-12-04
|\ \ | |/ |/| #407 category button bug
| * Add category button mouseover arrow in overlayMatt Watson2013-12-04
| | | | | | | | | | | | | | | | No longer set the arrow images opacity, which seemed to be the root a visual bug. The overlay also means the arrow will always appear in the right of the category button and not be cut off even if the label is overlong [endlessm/eos-sdk#407]
| * Simplified category buttonMatt Watson2013-12-04
|/ | | | | | Subclass button, so we don't need our own event boxes and event handling [endlessm/eos-sdk#407]
* Merge pull request #416 from endlessm/issues/357mattdangerw2013-12-02
|\ | | | | Issues/357
| * Handle relative path in XDG_CONFIG_HOMEPhilip Chimento2013-11-27
| | | | | | | | | | | | | | | | Playing with XDG_CONFIG_HOME in the previous commit showed that one test failed if it was a relative path. Luckily that is a bug in the test and not in the code. [endlessm/eos-sdk#357]
| * Set XDG_CONFIG_HOME to a temporary directoryPhilip Chimento2013-11-27
| | | | | | | | | | | | | | | | | | This works around the race condition in GIO (https://bugzilla.gnome.org/show_bug.cgi?id=719455) while having the added benefit of not cluttering one's own config directory with a bunch of files every time the tests are run. [endlessm/eos-sdk#357]
| * Revert "Disable intermittent tests"Philip Chimento2013-11-27
|/ | | | This reverts commit a8848c6c4461ef25211c9dea6e5c65029c6f91da.
* Merge pull request #415 from matthewarkin/issues/414P. F. Chimento2013-11-25
|\ | | | | #414 Wikipedia Tooltip CSS
| * Wikipedia Tooltipmatthewarkin2013-11-22
| | | | | | | | | | blackish background per cosimo
* | Merge pull request #411 from endlessm/issues/410mattdangerw2013-11-19
|\ \ | |/ |/| Disable intermittent tests
| * Disable intermittent testsPhilip Chimento2013-11-19
|/ | | | | | | The three test programs that fail intermittently must be disabled until after the Echo release. [endlessm/eos-sdk#410]
* Merge pull request #409 from endlessm/issues/408P. F. Chimento2013-11-18
|\ | | | | #408 Freed cairo context for BoxWithBg widget
| * Freed cairo context for BoxWithBg widgetMatt Watson2013-11-18
|/ | | | | | | This widget was used on the category page. Without the call to $dispose there's a large memory leak each time the category page is displayed on screen. [endlessm/eos-sdk#408]
* Merge pull request #406 from endlessm/issues/402rmacqueen2013-11-18
|\ | | | | Domain specific apps no longer must specify links
| * Domain specific apps no longer must specify linksWill2013-11-15
| | | | | | | | | | | | | | | | Refactored the process of settings which articles should be linked such that, if no linked articles JSON is specified, the view will behave as if hide_links were set to true [endlessm/eos-sdk#402]
* | Merge to and from TransifexPhilip Chimento2013-11-15
| |
* | Merge pull request #404 from endlessm/issues/403P. F. Chimento2013-11-15
|\ \ | |/ |/| #403 better fix for memory leak
| * Dispose cairo context in vfunc_drawMatt Watson2013-11-15
| | | | | | | | | | | | For our category buttons, otherwise the context and all associated resources are never freed [endlessm/eos-sdk#403]
| * Revert quick fix for memory leakMatt Watson2013-11-14
|/ | | | This reverts commit e7dc5aa70b27f3251ef82ce91d05dea770a0e7ac.
* Merge pull request #400 from endlessm/issues/399mattdangerw2013-11-12
|\ | | | | Partly revert "Only load category button images when needed"
| * Partly revert "Only load category button images when needed"Philip Chimento2013-11-12
|/ | | | | | | This reverts part of commit [ddcbb17]. It is a workaround for a GJS bug and should itself be reverted later. [endlessm/eos-sdk#399]
* Merge pull request #396 from endlessm/issues/394rmacqueen2013-11-07
|\ | | | | Add word wrap on category titles
| * Add word wrap widths to the front page categoriesPhilip Chimento2013-11-07
| | | | | | | | | | | | | | | | | | | | - Fonts are changed to be 150px and 48px for ODROID's 1920x1080 resolution - Word-wrapping widths are set to approximately reproduce the deck [endlessm/eos-sdk#394] [endlessm/eos-sdk#394]
| * Add word wrap on category titlesRory MacQueen2013-11-07
|/ | | | [endlessm/eos-sdk#394]
* Merge pull request #392 from endlessm/issues/349P. F. Chimento2013-11-06
|\ | | | | #349 Only load category button images when needed
| * Only load category button images when neededMatt Watson2013-11-06
|/ | | | | | | | Before we were loading them every time size_allocate was called, even if the widget was not even realized. Now just check during draw if the pixbuf needs to be reloaded. Also draw the pixbuf directly with cairo which cuts down on widget hierarchy. [endlessm/eos-sdk#349]
* Merge pull request #391 from endlessm/issues/390P. F. Chimento2013-11-06
|\ | | | | #390 Fixed bug in asset button image loading
| * Fixed bug in asset button image loadingMatt Watson2013-11-06
|/ | | | | | If loading a file for one of the states of the asset button failed we would call close on an undefined object, which caused a crash. [endlessm/eos-sdk#390]
* Merge pull request #387 from endlessm/issues/386P. F. Chimento2013-11-04
|\ | | | | #386 Load articles by Id
| * Don't pass lang parameter to query anymorePhilip Chimento2013-11-04
| | | | | | | | | | | | Also, call the query parameter appname instead of app_name [endlessm/eos-sdk#386]
| * Intercept requests to /wiki/[title]Rory MacQueen2013-11-04
| | | | | | | | | | | | | | | | Previously we were not interecepting requests to /wiki/[title] in wikipedia webview, which meant that when we refresh to online, all links would not work. [endlessm/eos-sdk#386]
| * Load articles by IdRory MacQueen2013-11-04
| | | | | | | | | | | | | | Previously we were loading articles in domain specific apps by title. Now, we are loading by Id, which is the suffix of the url. [endlessm/eos-sdk#386]
* | Merge pull request #389 from endlessm/issues/388Cosimo Cecchi2013-11-04
|\| | | | | Fix build
| * Fix buildPhilip Chimento2013-11-04
|/ | | | | | ArticleModel now has an extra required construct parameter: "source". [endlessm/eos-sdk#388]
* Merge to and from TransifexPhilip Chimento2013-11-01
|
* Merge pull request #384 from endlessm/issues/383rmacqueen2013-11-01
|\ | | | | Issues/383
| * Query articles with the 'source' parameterPhilip Chimento2013-10-31
| | | | | | | | | | | | | | | | We need to pass the 'source' parameter to NodeJS to indicate the source database that an article comes from. This should later be replaced by indicating this information in the database name. [endlessm/eos-sdk#383]