summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added --warn-all flag to g-ir-scanner call.Matt Watson2013-05-16
| | | | Warns about any non introspectable functions in the public API.
* Merge pull request #73 from endlessm/issues/70P. F. Chimento2013-05-16
|\ | | | | Issues/70 [Depends on 58!]
| * Added javascript override to the page manager add functionmatt2013-05-16
|/ | | | | | Added the autotooling to get our overrides installing as well. [endlessm/eos-sdk#70]
* Merge pull request #68 from endlessm/issues/58P. F. Chimento2013-05-16
|\ | | | | Implement EosPageManager
| * Treat pages with no name as having name NULLP. F. Chimento2013-05-14
| | | | | | | | [endlessm/eos-sdk#58]
| * Use hash table to index pages by name and widgetmatt2013-05-14
| |
| * Implement EosPageManagerP. F. Chimento2013-05-13
| | | | | | | | | | | | | | Minimum functionality for EosPageManager. Currently uses a GtkNotebook internally until we decide what to do regarding GtkStack. (Philip; map/unmap Matt, Patrick)
* | Merge pull request #72 from endlessm/issues/63P. F. Chimento2013-05-15
|\ \ | | | | | | Changed topbar padding around minimize and close buttons
| * | Changed topbar padding around minimize and close buttons.matt2013-05-06
| | | | | | | | | | | | | | | Simplified the internal widgetry of the topbar a bit too. [endlessm/eos-sdk#63]
* | | Merge pull request #75 from endlessm/issues/74P. F. Chimento2013-05-13
|\ \ \ | |_|/ |/| | Switch order of header checks
| * | Switch order of header checksP. F. Chimento2013-05-13
|/ / | | | | | | [endlessm/eos-sdk#74]
* | Merge pull request #71 from endlessm/issues/18mattdangerw2013-05-07
|\ \ | |/ |/| Build Javascript API documentation
| * Build Javascript API documentationP. F. Chimento2013-05-06
|/ | | | | | | g-ir-doc-tool is buggy, and doesn't build very good documentation, but it is better than nothing. Building the JS documentation is turned off by default and turned on for 'make distcheck'. [endlessm/eos-sdk#18]
* Merge pull request #66 from endlessm/issues/65P. F. Chimento2013-05-04
|\ | | | | Add the "@EOS_SDK_LIBS@" term to the GTKDOCS generation. [#65]
| * Add the "@EOS_SDK_LIBS@" term to the GTKDOCS generation. [#65]Patrick Ward2013-05-03
|/ | | | [endlessm/eos-sdk#65]
* Merge pull request #56 from endlessm/issues/55P. F. Chimento2013-05-03
|\ | | | | Fix make distcheck
| * Fix make distcheckP. F. Chimento2013-05-02
| | | | | | | | | | | | Header file missing from a _SOURCES declaration, and wrong file name in POTFILES.in. [endlessm/eos-sdk#55]
* | Merge pull request #57 from endlessm/issues/49P. F. Chimento2013-05-03
|\ \ | | | | | | build: Enable -std=c99
| * | build: Enable -std=c99Emmanuele Bassi2013-05-02
|/ / | | | | | | | | | | | | | | | | | | | | | | So we can compile with C99 enabled; this requires checking that the version of the compiler supports the -std=c99 command line switch, which holds true for both GCC and CLang. The warnings/errors we enable through the --enable-strict-flags configure switch need to be amended so that we don't catch C99 valid constructs like declaration after statement and VLAs. [endlessm/eos-sdk#49]
* | Merge pull request #48 from endlessm/issues/7P. F. Chimento2013-05-02
|\ \ | |/ |/| Implements EosTopBar and integrates it in EosWindow
| * Fixes failing make check in the documentationFelipe Erias Morandeira2013-05-02
| | | | | | | | [endlessm/eos-sdk#7]
| * Implements EosTopBar and integrates it in EosWindowFelipe Erias Morandeira2013-05-02
| | | | | | | | [endlessm/eos-sdk#7]
* | Merge pull request #53 from endlessm/issues/52P. F. Chimento2013-05-02
|\ \ | | | | | | build: Use AC_CACHE_SAVE
| * | build: Use AC_CACHE_SAVEEmmanuele Bassi2013-05-01
|/ / | | | | | | | | | | | | | | The AC_CACHE_SAVE macro saves the state of the configure script, so that it can be restore from a known state without having to re-run all the checks. This should speed up the build. [endlessm/eos-sdk#52]
* | Merge pull request #42 from endlessm/issues/42P. F. Chimento2013-04-30
|\| | | | | Issues/42
| * Fix two-windows application testP. F. Chimento2013-04-30
| | | | | | | | Figured it out while testing [#42]
| * Crash on eos_window_new (NULL)P. F. Chimento2013-04-30
|/ | | | | | | Creating a window that is not tied to an application should be a serious programming error. [#42]
* Merge pull request #22 from endlessm#12P. F. Chimento2013-04-29
|\ | | | | | | Issues/12 EosWindow based on eos-weather/window.py
| * Testing and documentation improvements for EosWindowP. F. Chimento2013-04-25
| | | | | | | | [#12]
| * EosWindow is fullscreenP. F. Chimento2013-04-25
| | | | | | | | | | | | | | | | EosWindow maximizes itself on creation. This code does not enforce maximization or forbid the window from resizing, since that is the window manager's job. [#12]
| * Define G_LOG_DOMAINP. F. Chimento2013-04-24
| | | | | | | | | | | | | | | | | | Improvement to the build system: this allows you to turn on debug messages from the SDK by running G_MESSAGES_DEBUG=EndlessSDK ./myprogram Use G_MESSAGES_DEBUG=all to turn on messages from other libraries too.
* | Merge pull request #37 from endlessm/issues/35P. F. Chimento2013-04-25
|\ \ | |/ |/| Added commit-msg script for issue tracking which autogen installs.
| * Added commit-msg script for issues tracking which autogen installs.Matt Watson2013-04-25
|/ | | | [endlessm/eos-sdk#35]
* Merge pull request #24 from endlessm/issues/23P. F. Chimento2013-04-24
|\ | | | | Issues/23
| * Rename C source and header filesP. F. Chimento2013-04-24
|/ | | | | | For consistency with GTK, blah.[ch] should be named eosblah.[ch]. [#23]
* Merge pull request #15 from endlessm/issues/4P. F. Chimento2013-04-24
|\ | | | | Application class
| * Test fixture for testing an application windowP. F. Chimento2013-04-24
| | | | | | | | | | | | | | | | | | Test harness improvement: ADD_APP_WINDOW_TEST(test_path, test_func) creates an EosApplication and connects test_func() to the "startup" handler of the application, then runs it. Commented out /application/two-windows test, because it's apparently not deterministic.
| * Application classP. F. Chimento2013-04-24
| | | | | | | | | | | | | | | | | | Add an EosApplication class. Functionality: - present main application window when activated - warn if more than one application window is added Also add a stub EosWindow class that overrides GtkWindow's "application" property to be a construct-only property. [#4]
* | Merge pull request #27 from endlessm/issues/26P. F. Chimento2013-04-24
|\ \ | | | | | | Issues/26
| * | Run tests verboselyP. F. Chimento2013-04-22
| | | | | | | | | | | | | | | | | | | | | Without the verbose flag, gtester just says "1 test passed" or "1 test failed", which is not very informative. [#26]
| * | Avoid warnings on Automake 1.12P. F. Chimento2013-04-22
| | | | | | | | | | | | | | | | | | | | | Use AM_PROG_AR, AM_PROG_CC_C_O, and -Wno-portability to avoid warnings on Automake 1.12 [#26]
| * | Build library before docsP. F. Chimento2013-04-22
|/ / | | | | | | | | | | | | Build system improvement. Otherwise building docs fails on a clean checkout. [#26]
* | Merge pull request #3 from ptomato/issues/1-build-systemP. F. Chimento2013-04-17
|\| | | | | Build system
| * Document build process in README.mdPhilip Chimento2013-04-17
| | | | | | | | [#1]
| * Enable GObject introspectionPhilip Chimento2013-04-17
| | | | | | | | | | | | | | After running 'make install', run test/smoke-tests/introspection.js (and its Python counterpart) to test whether the GIR has been installed correctly. [#1]
| * Autogenerate documentation with Gtk-docPhilip Chimento2013-04-17
| | | | | | | | | | | | | | | | Run './configure --enable-gtk-doc' to turn on building documentation, or use --disable-gtk-doc to disable it (for faster builds.) It builds as part of the regular 'make' invocation, though you can use 'make docs' to build only the documentation. [#1]
| * Add test frameworkPhilip Chimento2013-04-17
| | | | | | | | | | | | | | There are automated tests which run when you do 'make check', and also smoke tests which demonstrate one piece of functionality, which can be used as a sort of sanity check or demo. [#1]
| * Internationalize the shared libraryP. F. Chimento2013-04-17
| | | | | | | | | | | | Add infrastructure for translating the single string in the shared library. [#1]
| * Skeleton build system to build a shared libraryPhilip Chimento2013-04-17
|/ | | | | | Builds a dummy shared library that exports one symbol for testing, eos_hello_sample_function(). [#1]
* Initial commitKyle2012-12-13