summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1119 from endlessm/sdk/693P. F. Chimento2014-05-28
|\ | | | | | | | | Remove Endless Wikipedia library from SDK [endlessm/eos-sdk#693]
| * Remove Endless Wikipedia library from SDKRory MacQueen2014-05-27
|/ | | | [endlessm/eos-sdk#693]
* New translations from TransifexMatt Watson2014-05-26
|
* New translations from TransifexMatt Watson2014-05-19
|
* Merge pull request #1025 from endlessm/sdk/985P. F. Chimento2014-05-13
|\ | | | | [endlessm/eos-sdk#985]
| * Remove action buttonMatt Watson2014-05-13
| | | | | | | | | | Wasn't getting used in any apps so we are taking it out [endlessm/eos-sdk#985]
| * Remove action menuMatt Watson2014-05-13
| | | | | | | | | | Wasn't getting used in any apps so we are taking it out [endlessm/eos-sdk#985]
| * Remove splash page managerMatt Watson2014-05-13
| | | | | | | | | | Was not getting used in any apps so we are taking it out [endlessm/eos-sdk#985]
| * EosPageManager uses GtkStack properties directlyMatt Watson2014-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | Use the visible-child and visible-child-name properties of GtkStack in lieu of visible-page and visible-page-name. Use the transition-duration, transition-type and name properties of GtkStack instead of proxying in page manager with properties of that same name. The page manger becomes nothing more than a stack with custom child properties for use in EosWindow, and becomes a lot simpler. This breaks the page manager api and will require changes in the apps as well [endlessm/eos-sdk#985]
| * Pagemanager subclasses GtkStackMatt Watson2014-05-12
| | | | | | | | | | | | | | | | | | Rather than keeping an internal stack. This saves us from a lot of proxied container vfuncs, which had some bugs. Before we were avoiding doing this for adding persistent overlays above the pages, but don't think thats currently in the plans so we can take the simpler approach of subclassing GtkStack [endlessm/eos-sdk#985]
| * Remove the main area widgetMatt Watson2014-05-12
| | | | | | | | | | | | | | | | | | | | This has been totally unused in all our applications and has been having sizing problem with height for width and width for height request. We had grand plans for this, but since its unclear if there's a future in which this widget is used think it makes sense to remove [endlessm/eos-sdk#985]
* | New translations from TransifexMatt Watson2014-05-12
|/
* New translations from TransifexMatt Watson2014-05-05
|
* New translations from TransifexMatt Watson2014-04-28
|
* Merge pull request #955 from endlessm/sdk/953P. F. Chimento2014-04-23
|\ | | | | | | | | Fix testsuite [endlessm/eos-sdk#953]
| * Workaround gtk-doc tests interaction with parallel automake tests againDan Nicholson2014-04-23
| | | | | | | | | | | | | | | | | | With the gtk-doc update, GTKDOC_CHECK was changed so that it becomes a wrapper script called gtkdoc-check.test to be compatible with parallel automake tests. That means it should just be run directly from TESTS and we no longer need the dummy wrapper file. [endlessm/eos-sdk#953]
| * Use TESTS_ENVIRONMENT to support the automake on endlessDan Nicholson2014-04-23
| | | | | | | | | | | | | | | | AM_TESTS_ENVIRONMENT only began with automake-1.12, and we have 1.11.6 on endless. This meant that the DOC_MODULE wasn't actually being passed to the test. Just use the older TESTS_ENVIRONMENT. [endlessm/eos-sdk#953]
* | Merge pull request #941 from endlessm/sdk/940P. F. Chimento2014-04-23
|\ \ | |/ |/| | | | | Fix broken imports in sdk [endlessm/eos-sdk#940]
| * Fix broken imports in sdkMatt Watson2014-04-22
| | | | | | | | | | | | | | | | With new gjs 1.40 comes stricter imports. Need to make sure every file imports every module it uses. Also alphabetized the imports [endlessm/eos-sdk#940]
* | Merge pull request #945 from endlessm/sdk/944mattdangerw2014-04-23
|\ \ | |/ |/| Remove unused code that is causing segfault
| * Remove unused code that is causing segfaultRory MacQueen2014-04-23
|/ | | | | | | | We no longer user the custom URI scheme to load images so I removed the code that does that since it is now causing segfaults. [https://github.com/endlessm/eos-sdk/issues/944]
* New translations from TransifexMatt Watson2014-04-21
|
* New translations from TransifexMatt Watson2014-04-14
|
* New translations from TransifexMatt Watson2014-04-07
|
* Merge pull request #886 from endlessm/sdk/885P. F. Chimento2014-04-07
|\ | | | | | | | | Handled relative symlinks properly in getCurrentFileDir [endlessm/eos-sdk#885]
| * Handle relative symlinks properly in getCurrentFileDirMatt Watson2014-04-04
|/ | | | | | | g_file_read_link can return a relative path, we were evaluating that from the current working directory while can lead to getCurrentFileDir returning non existent paths [endlessm/eos-sdk#885]
* Merge pull request #876 from endlessm/sdk/873P. F. Chimento2014-04-03
|\ | | | | | | | | getCurrentFileDir follows symlinks [endlessm/eos-sdk#873]
| * getCurrentFileDir follows symlinksMatt Watson2014-04-03
| | | | | | | | | | | | Will return the actual dir of the real file calling, instead of the linked location. [endlessm/eos-sdk#873]
* | New translations from TransifexMatt Watson2014-03-31
|/
* New translations from TransifexMatt Watson2014-03-24
|
* New translations from TransifexMatt Watson2014-03-24
|
* Merge pull request #807 from endlessm/sdk/695mattdangerw2014-03-24
|\ | | | | Added category_back_button to POTFILES
| * Added category_back_button to POTFILESWill Greenberg2014-03-24
| | | | | | | | | | | | | | | | The string we want to translate got moved to another file some time ago, and we were relying on a version controlled .pot file until the automated Jenkins/TX job "corrected" things [endlessm/eos-sdk#695]
* | New translations from TransifexMatt Watson2014-03-17
| |
* | Merge pull request #768 from endlessm/shell/2026Cosimo Cecchi2014-03-17
|\ \ | |/ |/| Remove manual garbage collection
| * Remove manual garbage collectionPhilip Chimento2014-03-14
|/ | | | | | | It's not necessary anymore if we patch GJS so that the garbage collection runs at reasonable intervals. [endlessm/eos-shell#2026]
* New translations from TransifexMatt Watson2014-03-10
|
* Merge pull request #588 from endlessm/sdk/587Fernando Farfan2014-02-20
|\ | | | | Removed the commit-msg hook
| * Removed the commit-msg hookMatt Watson2014-02-19
|/ | | | | And the code to install it in autogen.sh [endlessm/eos-sdk#587]
* Merge pull request #550 from endlessm/issues/526Will Greenberg2014-02-07
|\ | | | | Issues/526
| * Padded category title and description to approximate designsMatt Watson2014-02-07
|/ | | | | | | | | | Designs specified everything in 32nds of the total window allocation, which there is no easy way to do at least with standard padding and margins. Used EM instead, which means the padding will scale with font size as the window gets bigger and smaller [endlessm/eos-sdk#526]
* Merge pull request #549 from endlessm/issues/533Will Greenberg2014-02-07
|\ | | | | Reorganize category page, add drop shadows
| * Reorganize category page, add drop shadowsRory MacQueen2014-02-07
|/ | | | | | | | | | | The code to build the category page was getting a little cluttered, to the point that it was hard to make changes. Restructured the gtk code to make it a bit cleaner, and added new drop shadows as per design -Rory & Matt [endlessm/eos-sdk#533]
* Merge pull request #555 from endlessm/issues/544mattdangerw2014-02-07
|\ | | | | Fix font size CSS decimal point
| * Fix font size CSS decimal pointPatrick Ward2014-02-07
| | | | | | | | | | | | Changed the decimal point of the font size's CSS to always use a '.' so that the metric decimal point ',' is never used. This makes sure that GTK's CSS parser will always be able to parse the font-size CSS. [endlessm/eos-sdk#544]
* | Merge pull request #553 from endlessm/issues/546Will Greenberg2014-02-06
|\ \ | | | | | | Dont block the default window-state-event handler
| * | Dont block the default window-state-event handlerMatt Watson2014-02-05
| | | | | | | | | | | | | | | | | | | | | We snoop on window state events to update the maximize button, but we were accidentally blocking the default handler. Semi maximizing wasn't working properly, maybe other things [endlessm/eos-sdk#546]
* | | Merge pull request #554 from endlessm/issues/548Will Greenberg2014-02-05
|\ \ \ | | | | | | | | Abort wiki app if json for personality not found
| * | | Abort wiki app if json for personality not foundMatt Watson2014-02-05
| |/ / | | | | | | | | | | | | | | | | | | Prints our a warning message about an unsupported personality. Before we would just try to run anyway and segfault. This is a bit nicer [endlessm/eos-sdk#548]
* | | Merge pull request #552 from endlessm/issues/551Will Greenberg2014-02-05
|\ \ \ | | | | | | | | Rounded corners on unmaximized top bar