Branch: refs/heads/master Home: https://github.com/yast/yast-ruby-bindings Commit: 5f8399ff65650ec8fb9a01718380149016e72acb https://github.com/yast/yast-ruby-bindings/commit/5f8399ff65650ec8fb9a017183... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M src/binary/Yast.cc Log Message: ----------- add ui initialization if none is started for testing purpose Commit: 62fbe2de41950f3db27f9636d23389c5e3b4eb17 https://github.com/yast/yast-ruby-bindings/commit/62fbe2de41950f3db27f9636d2... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M src/binary/CMakeLists.txt Log Message: ----------- link also ui plugin Commit: fce61ea15eea1782f6193735989ba50a243511f6 https://github.com/yast/yast-ruby-bindings/commit/fce61ea15eea1782f619373598... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M src/CMakeLists.txt M src/binary/CMakeLists.txt Log Message: ----------- fix scr initialization Commit: 11eeffb00acbe0214a1c61c2633e62288d1c4913 https://github.com/yast/yast-ruby-bindings/commit/11eeffb00acbe0214a1c61c263... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-04-10 (Fri, 10 Apr 2015) Changed paths: M src/binary/CMakeLists.txt Log Message: ----------- link yastx with more libraries especially py2scr which contains the component creator for SCR Commit: 347506fa098e9f847d95cf28754c2ff5dff62751 https://github.com/yast/yast-ruby-bindings/commit/347506fa098e9f847d95cf2875... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-04-10 (Fri, 10 Apr 2015) Changed paths: M package/yast2-ruby-bindings.spec Log Message: ----------- linker: disable --as-needed Otherwise yastx.so is missing libraries like libpy2scr. This is the same workaround as in yast2-core.rpm. We should really merge the libraries that are mutually dependent. Commit: b82cc0b929acd609446f4ade19bab060793cc54f https://github.com/yast/yast-ruby-bindings/commit/b82cc0b929acd609446f4ade19... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-04-10 (Fri, 10 Apr 2015) Changed paths: M CONTRIBUTING.md M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec M src/ruby/yast/rspec.rb A src/ruby/yast/rspec/matchers.rb A tests/ruby/rspec_matchers_spec.rb Log Message: ----------- Merge branch 'master' into init_ui Commit: 04b23218131051023ac68edf2d45cee3213af4bb https://github.com/yast/yast-ruby-bindings/commit/04b23218131051023ac68edf2d... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-04-24 (Fri, 24 Apr 2015) Changed paths: M src/binary/Yast.cc Log Message: ----------- always use the ncurses ui FIXME, add an API for specifying the frontend Commit: 5b5ca4897613193bc7219baaa6c1c97ba0ef2dbe https://github.com/yast/yast-ruby-bindings/commit/5b5ca4897613193bc7219baaa6... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-15 (Fri, 15 May 2015) Changed paths: M src/binary/Yast.cc Log Message: ----------- API for choosing the UI frontend Commit: 744f9cd39332eb43bb604a9a4b4edd5f323de4cf https://github.com/yast/yast-ruby-bindings/commit/744f9cd39332eb43bb604a9a4b... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-15 (Fri, 15 May 2015) Changed paths: M src/binary/Yast.cc Log Message: ----------- ui_finalizer to call shutdownThreads on the derived object Commit: e7ed9ff3260dad369793e805a90313b779e0b1bf https://github.com/yast/yast-ruby-bindings/commit/e7ed9ff3260dad369793e805a9... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-18 (Mon, 18 May 2015) Changed paths: M src/ruby/yast.rb A src/ruby/yast/ui.rb Log Message: ----------- Define a finalizer for ui. Commit: 3b9e250c95d1d8cee06e35735e64470f2c0b4a4d https://github.com/yast/yast-ruby-bindings/commit/3b9e250c95d1d8cee06e35735e... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-18 (Mon, 18 May 2015) Changed paths: M package/yast2-ruby-bindings.spec M src/binary/CMakeLists.txt Log Message: ----------- Disable as-needed portably so that Travis/Ubuntu works too. Commit: 505cca07ea1133c8d027362888f30125d9932a91 https://github.com/yast/yast-ruby-bindings/commit/505cca07ea1133c8d027362888... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-18 (Mon, 18 May 2015) Changed paths: M src/binary/Yast.cc Log Message: ----------- Better names and documentation for Yast.ui_component Commit: 16601f75e9bee26b2ffee16c47b366a15833c0a3 https://github.com/yast/yast-ruby-bindings/commit/16601f75e9bee26b2ffee16c47... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-18 (Mon, 18 May 2015) Changed paths: M src/binary/Yast.cc Log Message: ----------- Example for Yast.ui_component Commit: a99ffa96f9ee31bf51bcda9cbedb4a8d066daa6c https://github.com/yast/yast-ruby-bindings/commit/a99ffa96f9ee31bf51bcda9cbe... Author: Martin Vidner <mvidner@suse.cz> Date: 2015-05-18 (Mon, 18 May 2015) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec Log Message: ----------- version + changelog Commit: 7e0aed6647b082c9a9b7d503f8c6aa45be231066 https://github.com/yast/yast-ruby-bindings/commit/7e0aed6647b082c9a9b7d503f8... Author: Martin Vidner <martin@vidner.net> Date: 2015-05-18 (Mon, 18 May 2015) Changed paths: M package/yast2-ruby-bindings.changes M package/yast2-ruby-bindings.spec M src/CMakeLists.txt M src/binary/CMakeLists.txt M src/binary/Yast.cc M src/ruby/yast.rb A src/ruby/yast/ui.rb Log Message: ----------- Merge pull request #142 from yast/init_ui Init the UI without y2base (bsc#922023) Compare: https://github.com/yast/yast-ruby-bindings/compare/b5035d2d2923...7e0aed6647...