summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added more verbose message to jhbuild updateSrdjan Grubor2014-01-16
|
* Reverted the default user to be endlessSrdjan Grubor2014-01-16
|
* Added dev folder to desktop iconsSrdjan Grubor2014-01-16
|
* Added checking of the API keySrdjan Grubor2014-01-16
|
* Made jhbuild update the modules with the right keySrdjan Grubor2014-01-16
|
* Added API key auth for jhbuild checkouts as wellSrdjan Grubor2014-01-16
|
* Added authentication for jhbuildSrdjan Grubor2014-01-16
|
* Removed out hosts file since we dynamically generate oneSrdjan Grubor2014-01-16
|
* Added a more descriptive message to installation of dependencies taskSrdjan Grubor2014-01-16
|
* Fixed issue with jhbuild needing a 'y' input to install dependenciesSrdjan Grubor2014-01-16
|
* Made some advancements in getting jhbuild to install dependenciesSrdjan Grubor2014-01-16
|
* Added more code to get jhbuild installed properly and set the apt cache a ↵Srdjan Grubor2014-01-16
| | | | bit higher. Still needs work
* Added code that can run sudo tasks and install turbine/transifex clientSrdjan Grubor2014-01-16
|
* Initial addition of ansible scriptsSrdjan Grubor2014-01-16
|
* Merge to and from TransifexPhilip Chimento2013-12-20
|
* Merge pull request #452 from endlessm/issues/451P. F. Chimento2013-12-18
|\ | | | | #451 Changed our color defines in css to not conflict with Adwaita
| * Changed our color defines in css to not conflict with AdwaitaMatt Watson2013-12-18
|/ | | | | | Our dialog boxes are still adwaita themed, so we need to not change their color defines [endlessm/eos-sdk#451]
* Merge pull request #447 from endlessm/issues/446P. F. Chimento2013-12-17
|\ | | | | #446 Set wiki background window to be black
| * Set wiki background window to be blackMatt Watson2013-12-17
| | | | | | | | | | | | Changes the color of the gaps between categories to black, to match the specs [endlessm/eos-sdk#446]
* | Merge pull request #445 from endlessm/semicolon-fixWill Greenberg2013-12-17
|\ \ | |/ |/| Semicolon fix for docs Makefiles
| * Semicolon fix for docs MakefilesMatt Watson2013-12-17
| | | | | | | | Causes an error in the newer version of automake
* | Merge pull request #423 from endlessm/issues/28P. F. Chimento2013-12-17
|\ \ | |/ |/| #28 Remove internal child code
| * Set background color and import window border CSSPhilip Chimento2013-12-17
| | | | | | | | | | | | | | | | | | | | | | | | This sets the background color to a dark gray and imports the CSS styling for the window border and shadow, because switching to client-side decorations made the window background completely transparent. The resize grip is invisible because that's what the default in eos-theme was, but the window can still be resized. [endlessm/eos-sdk#28]
| * Remove internal child codePhilip Chimento2013-12-17
|/ | | | | | | | | | GTK 3.10 has gtk_window_set_titlebar(), so we can remove a lot of code that was necessary for treating the top bar as an internal child and dragging the window by its top bar. By setting the 'decorated' flag again, this also solves #375. [endlessm/eos-sdk#28]
* Merge pull request #443 from endlessm/issues/427Fernando Farfan2013-12-16
|\ | | | | Issues/427
| * Moved category page back to the leftMatt Watson2013-12-12
| | | | | | | | | | | | | | Per Dalio's request. Hard coded to 40px pixels so not very adaptable. Tried to imitate the specs on basecamp. This button was supposed to appear on the left of page and not centered in the open space there. [endlessm/eos-sdk#427]
| * Force fill alignment of our AssetButton internalsMatt Watson2013-12-12
|/ | | | | | | | | | | | | Gtk 3.10 switched to baseline alignment for Gtk.Button label and image widget. Which is not what we want. So I forall through the internals and set the valign to fill (same as 3.8). This isn't pretty, but unless Gtk provides some public API for controlling our alignment, the only alternative is to use our own box with our own internal widgets in AssetButton. Which would be a lot of code duplicated from Gtk.Button [endlessm/eos-sdk#427]
* Merge pull request #192 from endlessm/issues/191P. F. Chimento2013-12-10
|\ | | | | #191 EosWindow's maximum size is the screen size
| * Added nicer warning message when clamping size requestMatt Watson2013-12-10
| | | | | | | | [endlessm/eos-sdk#191]
| * Clamp minimal size request for windows to fit inside screenMatt Watson2013-12-10
| | | | | | | | | | | | | | | | This clamping code should not be used in anything production. If you see a warning about your minimal size request being to large fix the size request [endlessm/eos-sdk#191]
| * Warn when window minimal size is greater than screen sizeMatt Watson2013-12-10
| | | | | | | | | | | | test/smoke-tests/large-content.js shows the warnings in action [endlessm/eos-sdk#191]
* | Merge pull request #431 from endlessm/issues/335P. F. Chimento2013-12-10
|\ \ | | | | | | #335 Integrated JSON extraction utility
| * | Integrated JSON extraction utilityFernando2013-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The utility used in eos-english and eos-programming-app was integrated and installed as part of the SDK CR comments addressed include: - Integrated new facilities available on GTK - Removed duplicate prototype declaration - Reformatted CLEANFILES var declaration - Used configure.ac to get @PACKAGE_VERSION@ - Added version() and usage() utilities [endlessm/eos-sdk#335]
* | | Merge pull request #434 from endlessm/issues/432Rory MacQueen2013-12-10
|\ \ \ | |/ / |/| | Use System.exit() and System.programInvocationName
| * | Use System.exit() and System.programInvocationNamePhilip Chimento2013-12-09
| |/ | | | | | | | | | | | | In GJS >= 1.38, these facilities are available. This removes the workarounds that we had for lack of these facilities. [endlessm/eos-sdk#432]
* | Merge pull request #322 from endlessm/issues/154P. F. Chimento2013-12-09
|\ \ | |/ |/| #154 eos-application-manifest init
| * eos-application-manifest: Fix import path in testPhilip Chimento2013-12-09
| | | | | | | | | | | | All unit test files must import things relative to $(top_srcdir). [endlessm/eos-sdk#154]
| * Subcommand 'eos-application-manifest init'Philip Chimento2013-12-09
| | | | | | | | | | | | | | | | | | This implements the 'init' subcommand of the application manifest tool, which creates a new manifest in the current directory. [endlessm/eos-sdk#154] [endlessm/eos-sdk#154]
| * eos-application-manifest: Fix bug in help formattingPhilip Chimento2013-12-09
| | | | | | | | [endlessm/eos-sdk#154]
| * 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]