summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #365 from endlessm/issues/361mattdangerw2013-10-22
|\ | | | | wikipedia: Use Lato fonts
| * wikipedia: Use Lato fontsPhilip Chimento2013-10-18
| | | | | | | | | | | | | | | | | | Fonts are changed according to the conversion table. It turns out that what we thought was the "Benton Sans correction" does not only apply to Benton Sans - I think it is due to GTK's lack of baseline alignment, something that has been rectified in GTK 3.10. [endlessm/eos-sdk#361]
* | Merge pull request #363 from endlessm/issues/362mattdangerw2013-10-21
|\ \ | | | | | | 'bold' is a 'font-weight' value
| * | 'bold' is a 'font-weight' valuePhilip Chimento2013-10-17
| |/ | | | | | | | | | | Not 'font-style' [endlessm/eos-sdk#362]
* | Merge pull request #153 from endlessm/issues/152P. F. Chimento2013-10-18
|\ \ | |/ |/| #152 'eos-application-manifest' tool with subcommands
| * 'eos-application-manifest' tool with subcommandsPhilip Chimento2013-10-18
|/ | | | | | | | This is the framework for an 'eos-application-manifest' tool with subcommands as in git. Currently the 'help' and 'version' subcommands are implemented. [endlessm/eos-sdk#152]
* Merge pull request #359 from endlessm/issues/358P. F. Chimento2013-10-16
|\ | | | | #358 Themed sdk topbar with the lato font
| * Themed sdk topbar with the lato fontMatt Watson2013-10-15
| | | | | | | | | | | | | | So the font on all the topbar buttons should have a common look and feel. Still not foolproof, star selecting widgets inside an app's css and changing the font family will override this [endlessm/eos-sdk#358]
* | Merge pull request #355 from endlessm/issues/352Fernando Farfan2013-10-16
|\ \ | | | | | | Arrow on sidebar button is always there.
| * | Arrow on sidebar button is always there.Rory MacQueen2013-10-11
| |/ | | | | | | | | | | | | | | Previously, the arrow on the sidebar back button for the article page would only appear on hover. Now it appears always, as per design request. [endlessm/eos-sdk#352]
* | Merge pull request #356 from endlessm/issues/1157P. F. Chimento2013-10-16
|\ \ | |/ |/| [endlessm/eos-shell#1157] Look for personality file in /etc/EndlessOS
| * Look for personality file in /etc/EndlessOSJohn Hiesey2013-10-16
|/ | | | | | | The personality file is moving to /etc/EndlessOS/personality.txt for OSTree, since /usr/share is read-only. [endlessm/eos-shell#1157]
* Merge pull request #354 from endlessm/issues/353Cosimo Cecchi2013-10-11
|\ | | | | Issues/353
| * Add eos_flexy_grid_cell_get_selected to docsPhilip Chimento2013-10-11
| | | | | | | | [endlessm/eos-sdk#353]
| * Remove redundant declaration now that get_selected() is publicCosimo Cecchi2013-10-11
| | | | | | | | [endlessm/eos-sdk#353]
| * flexygrid: Emit ::cell-selected on leave-notifyEmmanuele Bassi2013-10-11
| | | | | | | | | | | | | | | | We need to emit the ::cell-selected signal also in case we are unsetting the currently selected cell without setting a new one - e.g. when the pointer leaves the FlexyGrid widget. [endlessm/eos-sdk#353]
| * Mark FlexyGridCell.get_selected() as publicEmmanuele Bassi2013-10-10
|/ | | | It already is a public symbol, it's not not declared in the header file.
* Use a fake PID in Javascript tests' app IDsPhilip Chimento2013-10-09
| | | | | | | The Posix module is not available yet in our current version of GJS, so there is no way to get a real PID in the Javascript tests. Fake it with a random number (GLib.random_int(), uniformly distributed between 0..2^32-1)
* Identify app ID for tests with getpid()Philip Chimento2013-10-09
| | | | | | In order to prevent collisions between configuration directories, the test applications get unique IDs from not just g_get_real_time(), but also getpid()
* Merge pull request #346 from endlessm/issues/345rmacqueen2013-10-08
|\ | | | | Domain wiki apps use language code
| * Domain wiki apps use language codeRory MacQueen2013-10-08
|/ | | | | | | | Previously, domain wiki apps were not sensitive to the language their articles were in. Now, they get that language from the JSON file name and use that to tell nodejs which language database to use [endlessm/eos-sdk#345]
* Fix the buildCosimo Cecchi2013-10-07
| | | | Add a missing include that was breaking the build.
* Merge pull request #342 from endlessm/issues/326P. F. Chimento2013-10-07
|\ | | | | #326 Add function to retrieve the system personality
| * Fixes after code reviewEmmanuele Bassi2013-10-07
| | | | | | | | [endlessm/eos-sdk#326]
| * Add function to retrieve the system personalityEmmanuele Bassi2013-10-07
| | | | | | | | | | | | | | | | | | We will use it in the app store, and other applications, to determine the content to be displayed. [endlessm/eos-sdk#326] [endlessm/eos-sdk#326]
* | Forgot to rename eos.css.inPhilip Chimento2013-10-07
| | | | | | | | Pushing directly to dev, because it is holding up the build.
* | Merge pull request #341 from endlessm/issues/340mattdangerw2013-10-07
|\ \ | |/ |/| Use AC_CONFIG_LINKS to copy file into builddir
| * Use AC_CONFIG_LINKS to copy file into builddirPhilip Chimento2013-10-04
|/ | | | | | | | | | | | | Instead of a hacky blah: blah.in cp $< $@ rule. Also, a stamp file turns out to be necessary for building documentation if it is included in the distribution; if an up-to-date copy of the documentation is unpacked into the source tree during make distcheck, then it does not get remade in the build directory because it is up-to-date. That causes make distcheck to fail later on, because it can't copy the documentation from the build tree into the dist tree. [endlessm/eos-sdk#340]
* Add README.md to distPhilip Chimento2013-10-04
|
* Use ustar format for tarballsPhilip Chimento2013-10-04
| | | | | This is necessary because Jenkins' temp directory names will cause file paths longer than 99 characters.
* Merge pull request #338 from endlessm/issues/337Daniel Drake2013-10-04
|\ | | | | Remove screen-size test
| * Remove screen-size testPhilip Chimento2013-10-04
|/ | | | | | | | | This test does not apply anymore; previously we set the size of an EosWindow explicitly to be the screen size, but now we just call gtk_window_maximize(). A window manager is free to ignore this call, so we cannot reliably test for it -- e.g. in Jenkins' xvfb environment. [endlessm/eos-sdk#337]
* Merge pull request #336 from endlessm/issues/334P. F. Chimento2013-10-04
|\ | | | | #334 As root, 'make check' must succeed
| * As root, 'make check' must succeedPhilip Chimento2013-10-04
|/ | | | | | | The test that checks that EosApplication fails when the user config dir is not writable, is now disabled if UID == 0 or EUID == 0. [endlessm/eos-sdk#334]
* Merge pull request #329 from endlessm/issues/321P. F. Chimento2013-10-03
|\ | | | | #321 Put local typelib and lib directories in test environment
| * Put local typelib and lib directories in test environmentPhilip Chimento2013-10-02
| | | | | | | | | | | | | | | | When running the tests, we want them to pick up the local copies of Endless-0.typelib and libendless-0.so instead of the installed copies. The tests now also run properly when there are no installed copies. [endlessm/eos-sdk#321]
* | Merge pull request #323 from endlessm/issues/301P. F. Chimento2013-10-01
|\ \ | |/ |/| #301 Topbar back button on category page
| * Styled top bar back buttonRory MacQueen2013-10-01
| | | | | | | | | | | | | | | | | | | | Previously, the back button on the top window bar was not styled correctly according to designs. This commit changes the BackButton widget to now suclass Endless Asset Button and have the right styling. [endlessm/eos-sdk#301]
| * Gave category page back button a nameRory MacQueen2013-10-01
|/ | | | | | | | | Previously this asset button did not have a name and we were just styling it by styling the Gjs AssetButton. However, this will not work when we want to add other asset buttons with different styling, so giving it its own name [endlessm/eos-sdk#301]
* Merge pull request #319 from endlessm/issues/318mattdangerw2013-09-30
|\ | | | | Fix make distcheck
| * Fix make distcheckPhilip Chimento2013-09-30
| | | | | | | | | | | | | | Specify all .html build products of the WebHelper documentation, and clean up the build output a little bit on the terminal. [endlessm/eos-sdk#318]
* | Merge pull request #320 from endlessm/window-closeP. F. Chimento2013-09-30
|\ \ | |/ |/| Window close
| * Remove unused argumentsEmmanuele Bassi2013-09-28
| | | | | | | | | | Also, do not cast from the macro otherwise, once we drop the macro, we'll have to modify the call site to do the cast anyway.
| * Use gtk_widget_get_toplevel()Emmanuele Bassi2013-09-27
| |
| * Let GTK emit the GtkWidget::delete-eventEmmanuele Bassi2013-09-27
|/ | | | | Emitting the ::delete-event signal ourselves is not supported, and will inevitably lead to undefined behaviour.
* Merging translations from TransifexPhilip Chimento2013-09-26
| | | | For 2013-09-27 release
* Merge pull request #317 from endlessm/issues/270P. F. Chimento2013-09-26
|\ | | | | #270 [wikipedia] Back button on category page
| * Added back button to categories pageRory MacQueen2013-09-26
| | | | | | | | | | | | | | | | | | Designers wanted a back button the categories page to make it easier for users to navigate back to the home page. This button is an asset button from our SDK. [endlessm/eos-sdk#270]
| * Renamed TextButton to ListTextButton so that we can have other textbuttonsRory MacQueen2013-09-26
| |
| * Reorganized widget layout for the category pageRory MacQueen2013-09-26
| | | | | | | | | | | | | | | | | | | | | | We were encountering a bizarre bug where the textview would enlarge when you click the button on the category page. It seems to be due to the set_size_request call on the textview or containing widget. To correct, I took out that set_size_request call and instead subclassed the textview to override the get_preferred_width function. The button image is a placeholder till we get the right asset from design.