Merge lp:~vikoadi/pantheon-photos/no-shotwell into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Viko Adi Rahmawan
Status: Merged
Approved by: Danielle Foré
Approved revision: 2779
Merged at revision: 2847
Proposed branch: lp:~vikoadi/pantheon-photos/no-shotwell
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 1065 lines (+175/-175)
37 files modified
Makefile (+71/-71)
misc/org.pantheon.photos-extras.gschema.xml (+2/-2)
misc/org.pantheon.photos.gschema.xml (+38/-38)
misc/pantheon-photos-viewer.desktop.head (+1/-1)
misc/pantheon-photos-viewer.desktop.tail (+1/-1)
misc/pantheon-photos.appdata.xml (+1/-1)
misc/pantheon-photos.desktop.head (+1/-1)
misc/pantheon-photos.desktop.tail (+1/-1)
plugins/shotwell-publishing-extras/TumblrPublishing.vala (+1/-1)
plugins/shotwell-publishing-extras/YandexPublishing.vala (+1/-1)
plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala (+1/-1)
plugins/shotwell-publishing/FacebookPublishing.vala (+1/-1)
plugins/shotwell-publishing/FlickrPublishing.vala (+1/-1)
plugins/shotwell-publishing/PicasaPublishing.vala (+1/-1)
plugins/shotwell-publishing/PiwigoPublishing.vala (+1/-1)
plugins/shotwell-publishing/YouTubePublishing.vala (+1/-1)
plugins/shotwell-publishing/shotwell-publishing.vala (+1/-1)
plugins/shotwell-transitions/BlindsEffect.vala (+1/-1)
plugins/shotwell-transitions/ChessEffect.vala (+1/-1)
plugins/shotwell-transitions/CircleEffect.vala (+1/-1)
plugins/shotwell-transitions/CirclesEffect.vala (+1/-1)
plugins/shotwell-transitions/ClockEffect.vala (+1/-1)
plugins/shotwell-transitions/CrumbleEffect.vala (+1/-1)
plugins/shotwell-transitions/FadeEffect.vala (+1/-1)
plugins/shotwell-transitions/SlideEffect.vala (+1/-1)
plugins/shotwell-transitions/SquaresEffect.vala (+1/-1)
plugins/shotwell-transitions/StripesEffect.vala (+1/-1)
plugins/shotwell-transitions/shotwell-transitions.vala (+1/-1)
samples/simple-plugin/simple-plugin.vala (+1/-1)
src/AppDirs.vala (+11/-11)
src/Application.vala (+2/-2)
src/UnityProgressBar.vala (+1/-1)
src/config/GSettingsEngine.vala (+4/-4)
src/plugins/StandardHostInterface.vala (+4/-4)
src/publishing/Publishing.vala (+4/-4)
src/slideshow/Slideshow.vala (+10/-10)
src/slideshow/TransitionEffects.vala (+2/-2)
To merge this branch: bzr merge lp:~vikoadi/pantheon-photos/no-shotwell
Reviewer Review Type Date Requested Status
Danielle Foré testing Approve
elementary Apps team Pending
Review via email: mp+278257@code.launchpad.net

Commit message

rename all shotwell installable files into pantheon-photos

Description of the change

rename all shotwell installable file into pantheon-photos
the goal is to make pantheon-photos installable side by side with shotwell

To post a comment you must log in.
Revision history for this message
Shawn McTear (syst3mfailur3) wrote :

I'm not a part of the dev team so I could be wrong about this, wouldn't it make more sense to change "org.yorba.pantheon-photos" to "org.pantheon.photos"?

2777. By Viko Adi Rahmawan

replace yorba.pantheon-photos into pantheon.photos

2778. By Viko Adi Rahmawan

rename plugins id too

2779. By Viko Adi Rahmawan

replace remaining yorba

Revision history for this message
Viko Adi Rahmawan (vikoadi) wrote :

replace yorba.pantheon-photos into pantheon.photos

Revision history for this message
Danielle Foré (danrabbit) wrote :

Looks like (excluding po files) there are still quite a few instances of shotwell. Not sure how much you want to fully eradicate or not, but grep -r "shotwell" shows a lot. Just from testing here, it looks like I can install Photos and Shotwell side-by-side without issues :) So if that is the full scope of this branch, I would say it works as expected.

review: Approve (testing)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2015-08-16 08:05:52 +0000
+++ Makefile 2015-11-26 01:54:51 +0000
@@ -1,6 +1,6 @@
1PROGRAM = shotwell1PROGRAM = pantheon-photos
2PROGRAM_THUMBNAILER = shotwell-video-thumbnailer2PROGRAM_THUMBNAILER = pantheon-photos-video-thumbnailer
3PROGRAM_MIGRATOR = shotwell-settings-migrator3PROGRAM_MIGRATOR = pantheon-photos-settings-migrator
44
5VERSION = 0.1.15VERSION = 0.1.1
6GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}')6GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}')
@@ -27,7 +27,7 @@
2727
28-include configure.mk28-include configure.mk
29ifndef LIBEXECDIR29ifndef LIBEXECDIR
30LIBEXECDIR=$(PREFIX)/libexec/shotwell30LIBEXECDIR=$(PREFIX)/libexec/pantheon-photos
31endif31endif
3232
33CORE_SUPPORTED_LANGUAGES=$(shell cat po/LINGUAS)33CORE_SUPPORTED_LANGUAGES=$(shell cat po/LINGUAS)
@@ -146,14 +146,14 @@
146 trash.ui 146 trash.ui
147147
148SYS_INTEGRATION_FILES = \148SYS_INTEGRATION_FILES = \
149 shotwell.appdata.xml \149 pantheon-photos.appdata.xml \
150 shotwell.desktop.head \150 pantheon-photos.desktop.head \
151 shotwell.desktop.tail \151 pantheon-photos.desktop.tail \
152 shotwell-viewer.desktop.head \152 pantheon-photos-viewer.desktop.head \
153 shotwell-viewer.desktop.tail \153 pantheon-photos-viewer.desktop.tail \
154 org.yorba.shotwell.gschema.xml \154 org.pantheon.photos.gschema.xml \
155 org.yorba.shotwell-extras.gschema.xml \155 org.pantheon.photos-extras.gschema.xml \
156 shotwell.convert156 pantheon-photos.convert
157157
158SCHEMA_FILES := $(shell ls misc/*.gschema.xml)158SCHEMA_FILES := $(shell ls misc/*.gschema.xml)
159159
@@ -305,7 +305,7 @@
305DIRECT_EDIT_DESKTOP_APP_SHORT_NAME="Photo Viewer"305DIRECT_EDIT_DESKTOP_APP_SHORT_NAME="Photo Viewer"
306DIRECT_EDIT_DESKTOP_APP_FULL_NAME="Photo Viewer"306DIRECT_EDIT_DESKTOP_APP_FULL_NAME="Photo Viewer"
307DIRECT_EDIT_DESKTOP_APPLICATION_CLASS="Photo Viewer"307DIRECT_EDIT_DESKTOP_APPLICATION_CLASS="Photo Viewer"
308TEMPORARY_DESKTOP_FILES = misc/shotwell.desktop misc/shotwell-viewer.desktop308TEMPORARY_DESKTOP_FILES = misc/pantheon-photos.desktop misc/pantheon-photos-viewer.desktop
309309
310# Process the units310# Process the units
311UNIT_MKS := $(foreach unit,$(UNITS),src/$(unit)/mk/$(notdir $(unit)).mk)311UNIT_MKS := $(foreach unit,$(UNITS),src/$(unit)/mk/$(notdir $(unit)).mk)
@@ -441,45 +441,45 @@
441 cp $(DIST_TAR_XZ) $(PACKAGE_ORIG_XZ)441 cp $(DIST_TAR_XZ) $(PACKAGE_ORIG_XZ)
442 rm -f $(DIST_TAR_XZ)442 rm -f $(DIST_TAR_XZ)
443443
444misc/shotwell.desktop: misc/shotwell.desktop.head misc/shotwell.desktop.tail $(EXPANDED_CORE_PO_FILES)444misc/pantheon-photos.desktop: misc/pantheon-photos.desktop.head misc/pantheon-photos.desktop.tail $(EXPANDED_CORE_PO_FILES)
445 cp misc/shotwell.desktop.head misc/shotwell.desktop445 cp misc/pantheon-photos.desktop.head misc/pantheon-photos.desktop
446 @ $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack \446 @ $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack \
447 LANGUAGE=$(lang) gettext --domain=shotwell $(DESKTOP_APP_FULL_NAME)` \447 LANGUAGE=$(lang) gettext --domain=shotwell $(DESKTOP_APP_FULL_NAME)` \
448 >> misc/shotwell.desktop ; \448 >> misc/pantheon-photos.desktop ; \
449 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) \449 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) \
450 gettext --domain=shotwell $(DESKTOP_APPLICATION_CLASS)` >> misc/shotwell.desktop ; \450 gettext --domain=shotwell $(DESKTOP_APPLICATION_CLASS)` >> misc/pantheon-photos.desktop ; \
451 echo Comment[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \451 echo Comment[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
452 --domain=shotwell $(DESKTOP_APPLICATION_COMMENT)` >> misc/shotwell.desktop ; \452 --domain=shotwell $(DESKTOP_APPLICATION_COMMENT)` >> misc/pantheon-photos.desktop ; \
453 echo Keywords[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \453 echo Keywords[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
454 --domain=shotwell $(DESKTOP_APP_KEYWORDS)` >> misc/shotwell.desktop ;) 454 --domain=shotwell $(DESKTOP_APP_KEYWORDS)` >> misc/pantheon-photos.desktop ;)
455 cat misc/shotwell.desktop.tail >> misc/shotwell.desktop455 cat misc/pantheon-photos.desktop.tail >> misc/pantheon-photos.desktop
456ifndef DISABLE_DESKTOP_VALIDATE456ifndef DISABLE_DESKTOP_VALIDATE
457 @ desktop-file-validate misc/shotwell.desktop 1>misc/shotwell.desktop.errors 2>&1; \457 @ desktop-file-validate misc/pantheon-photos.desktop 1>misc/pantheon-photos.desktop.errors 2>&1; \
458 if test -s misc/shotwell.desktop.errors; then \458 if test -s misc/pantheon-photos.desktop.errors; then \
459 echo -e "\nThe file misc/shotwell.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/shotwell.desktop.errors for details."; \459 echo -e "\nThe file misc/pantheon-photos.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/pantheon-photos.desktop.errors for details."; \
460 exit 1; \460 exit 1; \
461 else rm -f misc/shotwell.desktop.errors; \461 else rm -f misc/pantheon-photos.desktop.errors; \
462 fi462 fi
463endif463endif
464 464
465misc/shotwell-viewer.desktop: misc/shotwell-viewer.desktop.head misc/shotwell-viewer.desktop.tail $(EXPANDED_CORE_PO_FILES)465misc/pantheon-photos-viewer.desktop: misc/pantheon-photos-viewer.desktop.head misc/pantheon-photos-viewer.desktop.tail $(EXPANDED_CORE_PO_FILES)
466 cp misc/shotwell-viewer.desktop.head misc/shotwell-viewer.desktop466 cp misc/pantheon-photos-viewer.desktop.head misc/pantheon-photos-viewer.desktop
467 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \467 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
468 --domain=shotwell $(DIRECT_EDIT_DESKTOP_APP_FULL_NAME)` >> misc/shotwell-viewer.desktop ; \468 --domain=shotwell $(DIRECT_EDIT_DESKTOP_APP_FULL_NAME)` >> misc/pantheon-photos-viewer.desktop ; \
469 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \469 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
470 --domain=shotwell $(DIRECT_EDIT_DESKTOP_APPLICATION_CLASS)` >> misc/shotwell-viewer.desktop ;)470 --domain=shotwell $(DIRECT_EDIT_DESKTOP_APPLICATION_CLASS)` >> misc/pantheon-photos-viewer.desktop ;)
471 cat misc/shotwell-viewer.desktop.tail >> misc/shotwell-viewer.desktop471 cat misc/pantheon-photos-viewer.desktop.tail >> misc/pantheon-photos-viewer.desktop
472ifndef DISABLE_DESKTOP_VALIDATE472ifndef DISABLE_DESKTOP_VALIDATE
473 @ desktop-file-validate misc/shotwell-viewer.desktop 1>misc/shotwell-viewer.desktop.errors 2>&1; \473 @ desktop-file-validate misc/pantheon-photos-viewer.desktop 1>misc/pantheon-photos-viewer.desktop.errors 2>&1; \
474 if test -s misc/shotwell-viewer.desktop.errors; then \474 if test -s misc/pantheon-photos-viewer.desktop.errors; then \
475 echo -e S"\nThe file misc/shotwell-viewer.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/shotwell-viewer.desktop.errors for details."; \475 echo -e S"\nThe file misc/pantheon-photos-viewer.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/pantheon-photos-viewer.desktop.errors for details."; \
476 exit 1; \476 exit 1; \
477 else rm -f misc/shotwell-viewer.desktop.errors; \477 else rm -f misc/pantheon-photos-viewer.desktop.errors; \
478 fi478 fi
479endif479endif
480480
481.PHONY: desktop481.PHONY: desktop
482desktop: misc/shotwell.desktop misc/shotwell-viewer.desktop482desktop: misc/pantheon-photos.desktop misc/pantheon-photos-viewer.desktop
483483
484.PHONY: dist484.PHONY: dist
485dist:485dist:
@@ -501,30 +501,30 @@
501 mkdir -p $(DESTDIR)$(LIBEXECDIR)501 mkdir -p $(DESTDIR)$(LIBEXECDIR)
502 $(INSTALL_PROGRAM) $(THUMBNAILER_BIN) $(DESTDIR)$(LIBEXECDIR)502 $(INSTALL_PROGRAM) $(THUMBNAILER_BIN) $(DESTDIR)$(LIBEXECDIR)
503 $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(LIBEXECDIR)503 $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(LIBEXECDIR)
504 mkdir -p $(DESTDIR)$(PREFIX)/share/shotwell/icons504 mkdir -p $(DESTDIR)$(PREFIX)/share/pantheon-photos/icons
505 $(INSTALL_DATA) icons/* $(DESTDIR)$(PREFIX)/share/shotwell/icons505 $(INSTALL_DATA) icons/* $(DESTDIR)$(PREFIX)/share/pantheon-photos/icons
506 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/actions/506 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/actions/
507 $(INSTALL_DATA) icons/pin-toolbar.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/actions/507 $(INSTALL_DATA) icons/pin-toolbar.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/actions/
508 mkdir -p $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas508 mkdir -p $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
509 $(INSTALL_DATA) misc/org.yorba.shotwell.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas509 $(INSTALL_DATA) misc/org.pantheon.photos.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
510 $(INSTALL_DATA) misc/org.yorba.shotwell-extras.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas510 $(INSTALL_DATA) misc/org.pantheon.photos-extras.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
511ifndef DISABLE_SCHEMAS_COMPILE511ifndef DISABLE_SCHEMAS_COMPILE
512 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas512 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
513endif513endif
514ifndef DISABLE_GSETTINGS_CONVERT_INSTALL514ifndef DISABLE_GSETTINGS_CONVERT_INSTALL
515 mkdir -p $(DESTDIR)/usr/share/GConf/gsettings515 mkdir -p $(DESTDIR)/usr/share/GConf/gsettings
516 $(INSTALL_DATA) misc/shotwell.convert $(DESTDIR)/usr/share/GConf/gsettings516 $(INSTALL_DATA) misc/pantheon-photos.convert $(DESTDIR)/usr/share/GConf/gsettings
517endif517endif
518ifndef DISABLE_ICON_UPDATE518ifndef DISABLE_ICON_UPDATE
519 -gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || :519 -gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || :
520endif520endif
521 mkdir -p $(DESTDIR)$(PREFIX)/share/shotwell/ui521 mkdir -p $(DESTDIR)$(PREFIX)/share/pantheon-photos/ui
522 $(INSTALL_DATA) ui/* $(DESTDIR)$(PREFIX)/share/shotwell/ui522 $(INSTALL_DATA) ui/* $(DESTDIR)$(PREFIX)/share/pantheon-photos/ui
523 mkdir -p $(DESTDIR)$(PREFIX)/share/applications523 mkdir -p $(DESTDIR)$(PREFIX)/share/applications
524 mkdir -p $(DESTDIR)$(PREFIX)/share/appdata524 mkdir -p $(DESTDIR)$(PREFIX)/share/appdata
525 $(INSTALL_DATA) misc/shotwell.desktop $(DESTDIR)$(PREFIX)/share/applications525 $(INSTALL_DATA) misc/pantheon-photos.desktop $(DESTDIR)$(PREFIX)/share/applications
526 $(INSTALL_DATA) misc/shotwell-viewer.desktop $(DESTDIR)$(PREFIX)/share/applications526 $(INSTALL_DATA) misc/pantheon-photos-viewer.desktop $(DESTDIR)$(PREFIX)/share/applications
527 $(INSTALL_DATA) misc/shotwell.appdata.xml $(DESTDIR)$(PREFIX)/share/appdata527 $(INSTALL_DATA) misc/pantheon-photos.appdata.xml $(DESTDIR)$(PREFIX)/share/appdata
528ifndef DISABLE_DESKTOP_UPDATE528ifndef DISABLE_DESKTOP_UPDATE
529 -update-desktop-database || :529 -update-desktop-database || :
530endif530endif
@@ -533,28 +533,28 @@
533 $(INSTALL_DATA) apport/shotwell.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks533 $(INSTALL_DATA) apport/shotwell.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks
534endif534endif
535ifndef DISABLE_HELP_INSTALL535ifndef DISABLE_HELP_INSTALL
536 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C536 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C
537 $(INSTALL_DATA) $(EXPANDED_HELP_FILES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C537 $(INSTALL_DATA) $(EXPANDED_HELP_FILES) $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C
538 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures538 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C/figures
539 $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures539 $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C/figures
540endif540endif
541 -$(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \541 -$(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \
542 $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \542 $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \
543 $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)543 $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/pantheon-photos.mo`)
544 mkdir -p $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin544 mkdir -p $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
545 $(INSTALL_PROGRAM) $(PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin545 $(INSTALL_PROGRAM) $(PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
546ifdef PLUGINS_RC546ifdef PLUGINS_RC
547 $(INSTALL_DATA) $(PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin547 $(INSTALL_DATA) $(PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
548endif548endif
549ifndef DISABLE_EXTRA_PLUGINS_INSTALL549ifndef DISABLE_EXTRA_PLUGINS_INSTALL
550 $(INSTALL_PROGRAM) $(EXTRA_PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin550 $(INSTALL_PROGRAM) $(EXTRA_PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
551ifdef EXTRA_PLUGINS_RC551ifdef EXTRA_PLUGINS_RC
552 $(INSTALL_DATA) $(EXTRA_PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin552 $(INSTALL_DATA) $(EXTRA_PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
553endif553endif
554endif554endif
555ifdef INSTALL_HEADERS555ifdef INSTALL_HEADERS
556 mkdir -p $(DESTDIR)$(PREFIX)/include/shotwell/plugins556 mkdir -p $(DESTDIR)$(PREFIX)/include/pantheon-photos/plugins
557 $(INSTALL_DATA) $(PLUGIN_HEADER) $(DESTDIR)$(PREFIX)/include/shotwell/plugins557 $(INSTALL_DATA) $(PLUGIN_HEADER) $(DESTDIR)$(PREFIX)/include/pantheon-photos/plugins
558 mkdir -p $(DESTDIR)$(PREFIX)/share/vala/vapi558 mkdir -p $(DESTDIR)$(PREFIX)/share/vala/vapi
559 $(INSTALL_DATA) $(PLUGIN_VAPI) $(DESTDIR)$(PREFIX)/share/vala/vapi559 $(INSTALL_DATA) $(PLUGIN_VAPI) $(DESTDIR)$(PREFIX)/share/vala/vapi
560 $(INSTALL_DATA) $(PLUGIN_DEPS) $(DESTDIR)$(PREFIX)/share/vala/vapi560 $(INSTALL_DATA) $(PLUGIN_DEPS) $(DESTDIR)$(PREFIX)/share/vala/vapi
@@ -569,37 +569,37 @@
569 rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_MIGRATOR)569 rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_MIGRATOR)
570 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_THUMBNAILER)570 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_THUMBNAILER)
571 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_MIGRATOR)571 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_MIGRATOR)
572 rm -fr $(DESTDIR)$(PREFIX)/share/shotwell572 rm -fr $(DESTDIR)$(PREFIX)/share/pantheon-photos
573 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/shotwell.svg573 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/pantheon-photos.svg
574 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/shotwell.svg574 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/pantheon-photos.svg
575 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps/shotwell.svg575 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps/pantheon-photos.svg
576 rm -f $(DESTDIR)$(PREFIX)/share/applications/shotwell.desktop576 rm -f $(DESTDIR)$(PREFIX)/share/applications/pantheon-photos.desktop
577 rm -f $(DESTDIR)$(PREFIX)/share/applications/shotwell-viewer.desktop577 rm -f $(DESTDIR)$(PREFIX)/share/applications/pantheon-photos-viewer.desktop
578 rm -f $(DESTDIR)$(PREFIX)/share/appdata/shotwell.appdata.xml578 rm -f $(DESTDIR)$(PREFIX)/share/appdata/pantheon-photos.appdata.xml
579ifndef DISABLE_DESKTOP_UPDATE579ifndef DISABLE_DESKTOP_UPDATE
580 -update-desktop-database || :580 -update-desktop-database || :
581endif581endif
582ifndef DISABLE_HELP_INSTALL582ifndef DISABLE_HELP_INSTALL
583 rm -rf $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell583 rm -rf $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos
584endif584endif
585ifdef ENABLE_APPORT_HOOK_INSTALL585ifdef ENABLE_APPORT_HOOK_INSTALL
586 rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py586 rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py
587endif587endif
588 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)588 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/pantheon-photos.mo`)
589 rm -rf $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin589 rm -rf $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
590ifdef INSTALL_HEADERS590ifdef INSTALL_HEADERS
591 rm -rf $(DESTDIR)$(PREFIX)/include/shotwell591 rm -rf $(DESTDIR)$(PREFIX)/include/pantheon-photos
592 rm -f $(foreach vapi,$(PLUGIN_VAPI),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(vapi)))592 rm -f $(foreach vapi,$(PLUGIN_VAPI),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(vapi)))
593 rm -f $(foreach dep,$(PLUGIN_DEPS),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(dep)))593 rm -f $(foreach dep,$(PLUGIN_DEPS),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(dep)))
594 rm -f $(DESTDIR)$(PREFIX)/$(LIB)/pkgconfig/$(PC_FILE)594 rm -f $(DESTDIR)$(PREFIX)/$(LIB)/pkgconfig/$(PC_FILE)
595endif595endif
596 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.yorba.shotwell.gschema.xml596 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.pantheon.photos.gschema.xml
597 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.yorba.shotwell-extras.gschema.xml597 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.pantheon.photos-extras.gschema.xml
598ifndef DISABLE_SCHEMAS_COMPILE598ifndef DISABLE_SCHEMAS_COMPILE
599 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas599 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
600endif600endif
601ifndef DISABLE_GSETTINGS_CONVERT_INSTALL601ifndef DISABLE_GSETTINGS_CONVERT_INSTALL
602 rm -f $(DESTDIR)/usr/share/GConf/gsettings/shotwell.convert602 rm -f $(DESTDIR)/usr/share/GConf/gsettings/pantheon-photos.convert
603endif603endif
604604
605$(PC_FILE): $(PC_INPUT) $(MAKE_FILES)605$(PC_FILE): $(PC_INPUT) $(MAKE_FILES)
@@ -659,7 +659,7 @@
659docs:659docs:
660# valadoc complains if the directory already exists660# valadoc complains if the directory already exists
661 @rm -rf docs661 @rm -rf docs
662 valadoc --directory=docs --package-name=shotwell-plugin-dev --package-version=$(VERSION) --verbose \662 valadoc --directory=docs --package-name=pantheon-photos-plugin-dev --package-version=$(VERSION) --verbose \
663 --no-protected \663 --no-protected \
664 $(foreach def,$(DEFINES),--define=$(def)) \664 $(foreach def,$(DEFINES),--define=$(def)) \
665 $(foreach pkg,$(VALA_PKGS),--pkg=$(pkg)) \665 $(foreach pkg,$(VALA_PKGS),--pkg=$(pkg)) \
666666
=== renamed file 'misc/org.yorba.shotwell-extras.gschema.xml' => 'misc/org.pantheon.photos-extras.gschema.xml'
--- misc/org.yorba.shotwell-extras.gschema.xml 2012-09-26 22:57:58 +0000
+++ misc/org.pantheon.photos-extras.gschema.xml 2015-11-26 01:54:51 +0000
@@ -1,6 +1,6 @@
1<schemalist>1<schemalist>
22
3<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-yandex-fotki" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-yandex-fotki/">3 <schema id="org.pantheon.org-pantheon-photos-publishing-yandex-fotki" path="/org/pantheon/photos/sharing/org-pantheon-photos-publishing-yandex-fotki/">
4 <key name="auth-token" type="s">4 <key name="auth-token" type="s">
5 <default>""</default>5 <default>""</default>
6 <summary>authentication token</summary>6 <summary>authentication token</summary>
@@ -8,7 +8,7 @@
8 </key>8 </key>
9</schema>9</schema>
1010
11<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-tumblr" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-tumblr/">11<schema id="org.pantheon.photos.sharing.org-pantheon-photos-publishing-tumblr" path="/org/pantheon/photos/sharing/org-pantheon-photos-publishing-tumblr/">
12 <key name="token" type="s">12 <key name="token" type="s">
13 <default>""</default>13 <default>""</default>
14 <summary>Token</summary>14 <summary>Token</summary>
1515
=== renamed file 'misc/org.yorba.shotwell.gschema.xml' => 'misc/org.pantheon.photos.gschema.xml'
--- misc/org.yorba.shotwell.gschema.xml 2015-09-07 18:27:19 +0000
+++ misc/org.pantheon.photos.gschema.xml 2015-11-26 01:54:51 +0000
@@ -1,22 +1,22 @@
1<schemalist>1<schemalist>
22
3<schema id="org.yorba.shotwell" path="/org/yorba/shotwell/">3<schema id="org.pantheon.photos" path="/org/pantheon/photos/">
4 <child name="preferences" schema="org.yorba.shotwell.preferences" />4 <child name="preferences" schema="org.pantheon.photos.preferences" />
5 <child name="sharing" schema="org.yorba.shotwell.sharing" />5 <child name="sharing" schema="org.pantheon.photos.sharing" />
6 <child name="video" schema="org.yorba.shotwell.video" />6 <child name="video" schema="org.pantheon.photos.video" />
7 <child name="printing" schema="org.yorba.shotwell.printing" />7 <child name="printing" schema="org.pantheon.photos.printing" />
8 <child name="plugins" schema="org.yorba.shotwell.plugins" />8 <child name="plugins" schema="org.pantheon.photos.plugins" />
9</schema>9</schema>
1010
11<schema id="org.yorba.shotwell.preferences" path="/org/yorba/shotwell/preferences/">11<schema id="org.pantheon.photos.preferences" path="/org/pantheon/photos/preferences/">
12 <child name="ui" schema="org.yorba.shotwell.preferences.ui" />12 <child name="ui" schema="org.pantheon.photos.preferences.ui" />
13 <child name="slideshow" schema="org.yorba.shotwell.preferences.slideshow" />13 <child name="slideshow" schema="org.pantheon.photos.preferences.slideshow" />
14 <child name="window" schema="org.yorba.shotwell.preferences.window" />14 <child name="window" schema="org.pantheon.photos.preferences.window" />
15 <child name="files" schema="org.yorba.shotwell.preferences.files" />15 <child name="files" schema="org.pantheon.photos.preferences.files" />
16 <child name="editing" schema="org.yorba.shotwell.preferences.editing" />16 <child name="editing" schema="org.pantheon.photos.preferences.editing" />
17</schema>17</schema>
1818
19<schema id="org.yorba.shotwell.preferences.ui" path="/org/yorba/shotwell/preferences/ui/">19<schema id="org.pantheon.photos.preferences.ui" path="/org/pantheon/photos/preferences/ui/">
20 <key name="display-basic-properties" type="b">20 <key name="display-basic-properties" type="b">
21 <default>true</default>21 <default>true</default>
22 <summary>display basic properties</summary>22 <summary>display basic properties</summary>
@@ -156,7 +156,7 @@
156 </key>156 </key>
157</schema>157</schema>
158158
159<schema id="org.yorba.shotwell.preferences.slideshow" path="/org/yorba/shotwell/preferences/slideshow/">159<schema id="org.pantheon.photos.preferences.slideshow" path="/org/pantheon/photos/preferences/slideshow/">
160 <key name="delay" type="d">160 <key name="delay" type="d">
161 <default>3.0</default>161 <default>3.0</default>
162 <summary>delay</summary>162 <summary>delay</summary>
@@ -182,7 +182,7 @@
182 </key>182 </key>
183</schema>183</schema>
184184
185<schema id="org.yorba.shotwell.preferences.window" path="/org/yorba/shotwell/preferences/window/">185<schema id="org.pantheon.photos.preferences.window" path="/org/pantheon/photos/preferences/window/">
186 <key name="library-maximize" type="b">186 <key name="library-maximize" type="b">
187 <default>false</default>187 <default>false</default>
188 <summary>maximize library window</summary>188 <summary>maximize library window</summary>
@@ -226,7 +226,7 @@
226 </key>226 </key>
227</schema>227</schema>
228228
229<schema id="org.yorba.shotwell.preferences.files" path="/org/yorba/shotwell/preferences/files/">229<schema id="org.pantheon.photos.preferences.files" path="/org/pantheon/photos/preferences/files/">
230 <key name="import-dir" type="s">230 <key name="import-dir" type="s">
231 <default>""</default>231 <default>""</default>
232 <summary>import directory</summary>232 <summary>import directory</summary>
@@ -270,7 +270,7 @@
270 </key>270 </key>
271</schema>271</schema>
272272
273<schema id="org.yorba.shotwell.crop-settings" path="/org/yorba/shotwell/crop-settings/">273<schema id="org.pantheon.photos.crop-settings" path="/org/pantheon/photos/crop-settings/">
274 <key name="last-crop-menu-choice" type="i">274 <key name="last-crop-menu-choice" type="i">
275 <default>1</default>275 <default>1</default>
276 <summary>Most-recently-used crop aspect ratio menu choice.</summary>276 <summary>Most-recently-used crop aspect ratio menu choice.</summary>
@@ -288,7 +288,7 @@
288 </key>288 </key>
289</schema>289</schema>
290290
291<schema id="org.yorba.shotwell.preferences.editing" path="/org/yorba/shotwell/preferences/editing/">291<schema id="org.pantheon.photos.preferences.editing" path="/org/pantheon/photos/preferences/editing/">
292 <key name="external-photo-editor" type="s">292 <key name="external-photo-editor" type="s">
293 <default>""</default>293 <default>""</default>
294 <summary>external photo editor</summary>294 <summary>external photo editor</summary>
@@ -302,7 +302,7 @@
302 </key>302 </key>
303</schema>303</schema>
304304
305<schema id="org.yorba.shotwell.sharing" path="/org/yorba/shotwell/sharing/">305<schema id="org.pantheon.photos.sharing" path="/org/pantheon/photos/sharing/">
306 <key name="last-used-service" type="s">306 <key name="last-used-service" type="s">
307 <default>""</default>307 <default>""</default>
308 <summary>last used publishing service</summary>308 <summary>last used publishing service</summary>
@@ -315,13 +315,13 @@
315 <description>A numeric code representing the last service to which photos were published</description>315 <description>A numeric code representing the last service to which photos were published</description>
316 </key>316 </key>
317 317
318 <child name="facebook" schema="org.yorba.shotwell.sharing.facebook" />318 <child name="facebook" schema="org.pantheon.photos.sharing.facebook" />
319 <child name="flickr" schema="org.yorba.shotwell.sharing.flickr" />319 <child name="flickr" schema="org.pantheon.photos.sharing.flickr" />
320 <child name="picasa" schema="org.yorba.shotwell.sharing.picasa" />320 <child name="picasa" schema="org.pantheon.photos.sharing.picasa" />
321 <child name="youtube" schema="org.yorba.shotwell.sharing.youtube" />321 <child name="youtube" schema="org.pantheon.photos.sharing.youtube" />
322</schema>322</schema>
323323
324<schema id="org.yorba.shotwell.sharing.facebook" path="/org/yorba/shotwell/sharing/facebook/">324<schema id="org.pantheon.photos.sharing.facebook" path="/org/pantheon/photos/sharing/facebook/">
325 <key name="access-token" type="s">325 <key name="access-token" type="s">
326 <default>""</default>326 <default>""</default>
327 <summary>access token</summary>327 <summary>access token</summary>
@@ -353,7 +353,7 @@
353 </key>353 </key>
354</schema>354</schema>
355355
356<schema id="org.yorba.shotwell.sharing.flickr" path="/org/yorba/shotwell/sharing/flickr/">356<schema id="org.pantheon.photos.sharing.flickr" path="/org/pantheon/photos/sharing/flickr/">
357 <key name="access-phase-token" type="s">357 <key name="access-phase-token" type="s">
358 <default>""</default>358 <default>""</default>
359 <summary>OAuth Access Phase Token</summary>359 <summary>OAuth Access Phase Token</summary>
@@ -391,7 +391,7 @@
391 </key>391 </key>
392</schema>392</schema>
393393
394<schema id="org.yorba.shotwell.sharing.picasa" path="/org/yorba/shotwell/sharing/picasa/">394<schema id="org.pantheon.photos.sharing.picasa" path="/org/pantheon/photos/sharing/picasa/">
395 <key name="refresh-token" type="s">395 <key name="refresh-token" type="s">
396 <default>""</default>396 <default>""</default>
397 <summary>refresh token</summary>397 <summary>refresh token</summary>
@@ -417,7 +417,7 @@
417 </key>417 </key>
418</schema>418</schema>
419419
420<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-piwigo" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-piwigo/">420<schema id="org.pantheon.photos.sharing.org-pantheon-photos-publishing-piwigo" path="/org/pantheon/photos/sharing/org-pantheon-photos-publishing-piwigo/">
421 <key name="url" type="s">421 <key name="url" type="s">
422 <default>""</default>422 <default>""</default>
423 <summary>Piwigio URL</summary>423 <summary>Piwigio URL</summary>
@@ -479,7 +479,7 @@
479 </key>479 </key>
480</schema>480</schema>
481481
482<schema id="org.yorba.shotwell.sharing.youtube" path="/org/yorba/shotwell/sharing/youtube/">482<schema id="org.pantheon.photos.sharing.youtube" path="/org/pantheon/photos/sharing/youtube/">
483 <key name="refresh-token" type="s">483 <key name="refresh-token" type="s">
484 <default>""</default>484 <default>""</default>
485 <summary>refresh token</summary>485 <summary>refresh token</summary>
@@ -487,7 +487,7 @@
487 </key>487 </key>
488</schema>488</schema>
489489
490<schema id="org.yorba.shotwell.dataimports" path="/org/yorba/shotwell/dataimports/">490<schema id="org.pantheon.photos.dataimports" path="/org/pantheon/photos/dataimports/">
491 <key name="last-used-dataimports-service" type="s">491 <key name="last-used-dataimports-service" type="s">
492 <default>""</default>492 <default>""</default>
493 <summary>last used import service</summary>493 <summary>last used import service</summary>
@@ -495,7 +495,7 @@
495 </key>495 </key>
496</schema>496</schema>
497497
498<schema id="org.yorba.shotwell.video" path="/org/yorba/shotwell/video/">498<schema id="org.pantheon.photos.video" path="/org/pantheon/photos/video/">
499 <key name="interpreter-state-cookie" type="i">499 <key name="interpreter-state-cookie" type="i">
500 <default>-1</default>500 <default>-1</default>
501 <summary>interpreter state cookie</summary>501 <summary>interpreter state cookie</summary>
@@ -503,7 +503,7 @@
503 </key>503 </key>
504</schema>504</schema>
505505
506<schema id="org.yorba.shotwell.printing" path="/org/yorba/shotwell/printing/">506<schema id="org.pantheon.photos.printing" path="/org/pantheon/photos/printing/">
507 <key name="content-layout" type="i">507 <key name="content-layout" type="i">
508 <default>3</default>508 <default>3</default>
509 <summary>content layout mode</summary>509 <summary>content layout mode</summary>
@@ -565,11 +565,11 @@
565 </key>565 </key>
566</schema>566</schema>
567567
568<schema id="org.yorba.shotwell.plugins" path="/org/yorba/shotwell/plugins/" >568<schema id="org.pantheon.photos.plugins" path="/org/pantheon/photos/plugins/" >
569 <child name="enable-state" schema="org.yorba.shotwell.plugins.enable-state" />569 <child name="enable-state" schema="org.pantheon.photos.plugins.enable-state" />
570</schema>570</schema>
571571
572<schema id="org.yorba.shotwell.plugins.enable-state" path="/org/yorba/shotwell/plugins/enable-state/" >572<schema id="org.pantheon.photos.plugins.enable-state" path="/org/pantheon/photos/plugins/enable-state/" >
573 <key name="publishing-facebook" type="b">573 <key name="publishing-facebook" type="b">
574 <default>true</default>574 <default>true</default>
575 <summary>enable facebook publishing plugin</summary>575 <summary>enable facebook publishing plugin</summary>
576576
=== renamed file 'misc/shotwell-viewer.desktop.head' => 'misc/pantheon-photos-viewer.desktop.head'
--- misc/shotwell-viewer.desktop.head 2014-09-04 12:31:29 +0000
+++ misc/pantheon-photos-viewer.desktop.head 2015-11-26 01:54:51 +0000
@@ -2,7 +2,7 @@
2Version=1.02Version=1.0
3Name=Photo Viewer3Name=Photo Viewer
4GenericName=Photo Viewer4GenericName=Photo Viewer
5Exec=shotwell %f5Exec=pantheon-photos %f
6Icon=multimedia-photo-viewer6Icon=multimedia-photo-viewer
7Terminal=false7Terminal=false
8NoDisplay=true8NoDisplay=true
99
=== renamed file 'misc/shotwell-viewer.desktop.tail' => 'misc/pantheon-photos-viewer.desktop.tail'
--- misc/shotwell-viewer.desktop.tail 2014-09-04 12:31:29 +0000
+++ misc/pantheon-photos-viewer.desktop.tail 2015-11-26 01:54:51 +0000
@@ -1,3 +1,3 @@
1[Desktop Action AboutDialog]1[Desktop Action AboutDialog]
2Name=About Photos2Name=About Photos
3Exec=shotwell --about
4\ No newline at end of file3\ No newline at end of file
4Exec=pantheon-photos --about
55
=== renamed file 'misc/shotwell.appdata.xml' => 'misc/pantheon-photos.appdata.xml'
--- misc/shotwell.appdata.xml 2013-10-02 00:04:14 +0000
+++ misc/pantheon-photos.appdata.xml 2015-11-26 01:54:51 +0000
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2013 Yorba Foundation (shotwell@yorba.org) -->2<!-- Copyright 2013 Yorba Foundation (shotwell@yorba.org) -->
3<application>3<application>
4 <id type="desktop">shotwell.desktop</id>4 <id type="desktop">pantheon-photos.desktop</id>
5 <licence>CC0</licence>5 <licence>CC0</licence>
6 <summary>Popular photo manager</summary>6 <summary>Popular photo manager</summary>
7 <description>7 <description>
88
=== renamed file 'misc/shotwell.convert' => 'misc/pantheon-photos.convert'
=== renamed file 'misc/shotwell.desktop.head' => 'misc/pantheon-photos.desktop.head'
--- misc/shotwell.desktop.head 2014-12-11 18:40:52 +0000
+++ misc/pantheon-photos.desktop.head 2015-11-26 01:54:51 +0000
@@ -4,7 +4,7 @@
4GenericName=Photo Manager4GenericName=Photo Manager
5Comment=Organize your photos5Comment=Organize your photos
6Keywords=album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;organize;photo;photographs;photos;picture;pictures;photography;print;publish;rotate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;6Keywords=album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;organize;photo;photographs;photos;picture;pictures;photography;print;publish;rotate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;
7Exec=shotwell %U7Exec=pantheon-photos %U
8Icon=multimedia-photo-manager8Icon=multimedia-photo-manager
9Terminal=false9Terminal=false
10Type=Application10Type=Application
1111
=== renamed file 'misc/shotwell.desktop.tail' => 'misc/pantheon-photos.desktop.tail'
--- misc/shotwell.desktop.tail 2014-09-04 12:20:54 +0000
+++ misc/pantheon-photos.desktop.tail 2015-11-26 01:54:51 +0000
@@ -1,3 +1,3 @@
1[Desktop Action AboutDialog]1[Desktop Action AboutDialog]
2Name=About Photos2Name=About Photos
3Exec=shotwell --about
4\ No newline at end of file3\ No newline at end of file
4Exec=pantheon-photos --about
55
=== modified file 'plugins/shotwell-publishing-extras/TumblrPublishing.vala'
--- plugins/shotwell-publishing-extras/TumblrPublishing.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing-extras/TumblrPublishing.vala 2015-11-26 01:54:51 +0000
@@ -23,7 +23,7 @@
23 }23 }
2424
25 public unowned string get_id () {25 public unowned string get_id () {
26 return "org.yorba.shotwell.publishing.tumblr";26 return "org.pantheon.photos.publishing.tumblr";
27 }27 }
2828
29 public unowned string get_pluggable_name () {29 public unowned string get_pluggable_name () {
3030
=== modified file 'plugins/shotwell-publishing-extras/YandexPublishing.vala'
--- plugins/shotwell-publishing-extras/YandexPublishing.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing-extras/YandexPublishing.vala 2015-11-26 01:54:51 +0000
@@ -10,7 +10,7 @@
10 }10 }
1111
12 public unowned string get_id () {12 public unowned string get_id () {
13 return "org.yorba.shotwell.publishing.yandex-fotki";13 return "org.pantheon.photos.publishing.yandex-fotki";
14 }14 }
1515
16 public unowned string get_pluggable_name () {16 public unowned string get_pluggable_name () {
1717
=== modified file 'plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala'
--- plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala 2015-11-26 01:54:51 +0000
@@ -23,7 +23,7 @@
23 }23 }
2424
25 public unowned string get_id () {25 public unowned string get_id () {
26 return "org.yorba.shotwell.publishing.extras";26 return "org.pantheon.photos.publishing.extras";
27 }27 }
2828
29 public unowned Spit.Pluggable[]? get_pluggables () {29 public unowned Spit.Pluggable[]? get_pluggables () {
3030
=== modified file 'plugins/shotwell-publishing/FacebookPublishing.vala'
--- plugins/shotwell-publishing/FacebookPublishing.vala 2015-06-06 17:11:18 +0000
+++ plugins/shotwell-publishing/FacebookPublishing.vala 2015-11-26 01:54:51 +0000
@@ -20,7 +20,7 @@
20 }20 }
2121
22 public unowned string get_id () {22 public unowned string get_id () {
23 return "org.yorba.shotwell.publishing.facebook";23 return "org.pantheon.photos.publishing.facebook";
24 }24 }
2525
26 public unowned string get_pluggable_name () {26 public unowned string get_pluggable_name () {
2727
=== modified file 'plugins/shotwell-publishing/FlickrPublishing.vala'
--- plugins/shotwell-publishing/FlickrPublishing.vala 2015-03-13 11:01:50 +0000
+++ plugins/shotwell-publishing/FlickrPublishing.vala 2015-11-26 01:54:51 +0000
@@ -22,7 +22,7 @@
22 }22 }
2323
24 public unowned string get_id () {24 public unowned string get_id () {
25 return "org.yorba.shotwell.publishing.flickr";25 return "org.pantheon.photos.publishing.flickr";
26 }26 }
2727
28 public unowned string get_pluggable_name () {28 public unowned string get_pluggable_name () {
2929
=== modified file 'plugins/shotwell-publishing/PicasaPublishing.vala'
--- plugins/shotwell-publishing/PicasaPublishing.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing/PicasaPublishing.vala 2015-11-26 01:54:51 +0000
@@ -20,7 +20,7 @@
20 }20 }
2121
22 public unowned string get_id () {22 public unowned string get_id () {
23 return "org.yorba.shotwell.publishing.picasa";23 return "org.pantheon.photos.publishing.picasa";
24 }24 }
2525
26 public unowned string get_pluggable_name () {26 public unowned string get_pluggable_name () {
2727
=== modified file 'plugins/shotwell-publishing/PiwigoPublishing.vala'
--- plugins/shotwell-publishing/PiwigoPublishing.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing/PiwigoPublishing.vala 2015-11-26 01:54:51 +0000
@@ -20,7 +20,7 @@
20 }20 }
2121
22 public unowned string get_id () {22 public unowned string get_id () {
23 return "org.yorba.shotwell.publishing.piwigo";23 return "org.pantheon.photos.publishing.piwigo";
24 }24 }
2525
26 public unowned string get_pluggable_name () {26 public unowned string get_pluggable_name () {
2727
=== modified file 'plugins/shotwell-publishing/YouTubePublishing.vala'
--- plugins/shotwell-publishing/YouTubePublishing.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing/YouTubePublishing.vala 2015-11-26 01:54:51 +0000
@@ -20,7 +20,7 @@
20 }20 }
2121
22 public unowned string get_id () {22 public unowned string get_id () {
23 return "org.yorba.shotwell.publishing.youtube";23 return "org.pantheon.photos.publishing.youtube";
24 }24 }
2525
26 public unowned string get_pluggable_name () {26 public unowned string get_pluggable_name () {
2727
=== modified file 'plugins/shotwell-publishing/shotwell-publishing.vala'
--- plugins/shotwell-publishing/shotwell-publishing.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-publishing/shotwell-publishing.vala 2015-11-26 01:54:51 +0000
@@ -31,7 +31,7 @@
31 }31 }
3232
33 public unowned string get_id () {33 public unowned string get_id () {
34 return "org.yorba.shotwell.publishing.core_services";34 return "org.pantheon.photos.publishing.core_services";
35 }35 }
3636
37 public unowned Spit.Pluggable[]? get_pluggables () {37 public unowned Spit.Pluggable[]? get_pluggables () {
3838
=== modified file 'plugins/shotwell-transitions/BlindsEffect.vala'
--- plugins/shotwell-transitions/BlindsEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/BlindsEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.blinds";16 return "org.pantheon.photos.transitions.blinds";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/ChessEffect.vala'
--- plugins/shotwell-transitions/ChessEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/ChessEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.chess";16 return "org.pantheon.photos.transitions.chess";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/CircleEffect.vala'
--- plugins/shotwell-transitions/CircleEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/CircleEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.circle";16 return "org.pantheon.photos.transitions.circle";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/CirclesEffect.vala'
--- plugins/shotwell-transitions/CirclesEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/CirclesEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.circles";16 return "org.pantheon.photos.transitions.circles";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/ClockEffect.vala'
--- plugins/shotwell-transitions/ClockEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/ClockEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.clock";16 return "org.pantheon.photos.transitions.clock";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/CrumbleEffect.vala'
--- plugins/shotwell-transitions/CrumbleEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/CrumbleEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.crumble";16 return "org.pantheon.photos.transitions.crumble";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/FadeEffect.vala'
--- plugins/shotwell-transitions/FadeEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/FadeEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.fade";16 return "org.pantheon.photos.transitions.fade";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/SlideEffect.vala'
--- plugins/shotwell-transitions/SlideEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/SlideEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.slide";16 return "org.pantheon.photos.transitions.slide";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/SquaresEffect.vala'
--- plugins/shotwell-transitions/SquaresEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/SquaresEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.squares";16 return "org.pantheon.photos.transitions.squares";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/StripesEffect.vala'
--- plugins/shotwell-transitions/StripesEffect.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/StripesEffect.vala 2015-11-26 01:54:51 +0000
@@ -13,7 +13,7 @@
13 }13 }
1414
15 public override unowned string get_id () {15 public override unowned string get_id () {
16 return "org.yorba.shotwell.transitions.stripes";16 return "org.pantheon.photos.transitions.stripes";
17 }17 }
1818
19 public override unowned string get_pluggable_name () {19 public override unowned string get_pluggable_name () {
2020
=== modified file 'plugins/shotwell-transitions/shotwell-transitions.vala'
--- plugins/shotwell-transitions/shotwell-transitions.vala 2014-08-08 21:13:09 +0000
+++ plugins/shotwell-transitions/shotwell-transitions.vala 2015-11-26 01:54:51 +0000
@@ -33,7 +33,7 @@
33 }33 }
3434
35 public unowned string get_id () {35 public unowned string get_id () {
36 return "org.yorba.shotwell.transitions";36 return "org.pantheon.photos.transitions";
37 }37 }
3838
39 public unowned Spit.Pluggable[]? get_pluggables () {39 public unowned Spit.Pluggable[]? get_pluggables () {
4040
=== modified file 'samples/simple-plugin/simple-plugin.vala'
--- samples/simple-plugin/simple-plugin.vala 2014-08-08 21:13:09 +0000
+++ samples/simple-plugin/simple-plugin.vala 2015-11-26 01:54:51 +0000
@@ -22,7 +22,7 @@
2222
23 // Every module needs to have a unique ID.23 // Every module needs to have a unique ID.
24 public unowned string get_id () {24 public unowned string get_id () {
25 return "org.yorba.shotwell.samples.simple-plugin";25 return "org.pantheon.photos.samples.simple-plugin";
26 }26 }
2727
28 public unowned Spit.Pluggable[]? get_pluggables () {28 public unowned Spit.Pluggable[]? get_pluggables () {
2929
=== renamed file 'settings-migrator/shotwell-settings-migrator' => 'settings-migrator/pantheon-photos-settings-migrator'
=== modified file 'src/AppDirs.vala'
--- src/AppDirs.vala 2014-08-08 21:13:09 +0000
+++ src/AppDirs.vala 2015-11-26 01:54:51 +0000
@@ -5,7 +5,7 @@
5 */5 */
66
7class AppDirs {7class AppDirs {
8 private const string DEFAULT_DATA_DIR = "shotwell";8 private const string DEFAULT_DATA_DIR = "pantheon-photos";
99
10 private static File exec_dir;10 private static File exec_dir;
11 private static File data_dir = null;11 private static File data_dir = null;
@@ -181,7 +181,7 @@
181181
182 public static File get_temp_dir () {182 public static File get_temp_dir () {
183 if (tmp_dir == null) {183 if (tmp_dir == null) {
184 tmp_dir = File.new_for_path (DirUtils.mkdtemp (Environment.get_tmp_dir () + "/shotwell-XXXXXX"));184 tmp_dir = File.new_for_path (DirUtils.mkdtemp (Environment.get_tmp_dir () + "/pantheon-photos-XXXXXX"));
185185
186 try {186 try {
187 if (!tmp_dir.query_exists (null))187 if (!tmp_dir.query_exists (null))
@@ -230,14 +230,14 @@
230 public static File get_resources_dir () {230 public static File get_resources_dir () {
231 File? install_dir = get_install_dir ();231 File? install_dir = get_install_dir ();
232232
233 return (install_dir != null) ? install_dir.get_child ("share").get_child ("shotwell")233 return (install_dir != null) ? install_dir.get_child ("share").get_child ("pantheon-photos")
234 : get_exec_dir ();234 : get_exec_dir ();
235 }235 }
236236
237 public static File get_lib_dir () {237 public static File get_lib_dir () {
238 File? install_dir = get_install_dir ();238 File? install_dir = get_install_dir ();
239239
240 return (install_dir != null) ? install_dir.get_child (Resources.LIB).get_child ("shotwell")240 return (install_dir != null) ? install_dir.get_child (Resources.LIB).get_child ("pantheon-photos")
241 : get_exec_dir ();241 : get_exec_dir ();
242 }242 }
243243
@@ -246,24 +246,24 @@
246 }246 }
247247
248 public static File get_user_plugins_dir () {248 public static File get_user_plugins_dir () {
249 return get_home_dir ().get_child (".gnome2").get_child ("shotwell").get_child ("plugins");249 return get_home_dir ().get_child (".gnome2").get_child ("pantheon-photos").get_child ("plugins");
250 }250 }
251251
252 public static File? get_log_file () {252 public static File? get_log_file () {
253 if (Environment.get_variable ("SHOTWELL_LOG_FILE") != null) {253 if (Environment.get_variable ("PANTHEON_PHOTOS_LOG_FILE") != null) {
254 if (Environment.get_variable ("SHOTWELL_LOG_FILE") == ":console:") {254 if (Environment.get_variable ("PANTHEON_PHOTOS_LOG_FILE") == ":console:") {
255 return null;255 return null;
256 } else {256 } else {
257 return File.new_for_path (Environment.get_variable ("SHOTWELL_LOG_FILE"));257 return File.new_for_path (Environment.get_variable ("PANTHEON_PHOTOS_LOG_FILE"));
258 }258 }
259 } else {259 } else {
260 return File.new_for_path (Environment.get_user_cache_dir ()).260 return File.new_for_path (Environment.get_user_cache_dir ()).
261 get_child ("shotwell").get_child ("shotwell.log");261 get_child ("pantheon-photos").get_child ("pantheon-photos.log");
262 }262 }
263 }263 }
264264
265 public static File get_thumbnailer_bin () {265 public static File get_thumbnailer_bin () {
266 const string filename = "shotwell-video-thumbnailer";266 const string filename = "pantheon-photos-video-thumbnailer";
267 File f = File.new_for_path (AppDirs.get_libexec_dir ().get_path () + "/thumbnailer/" + filename);267 File f = File.new_for_path (AppDirs.get_libexec_dir ().get_path () + "/thumbnailer/" + filename);
268 if (!f.query_exists ()) {268 if (!f.query_exists ()) {
269 // If we're running installed.269 // If we're running installed.
@@ -273,7 +273,7 @@
273 }273 }
274274
275 public static File get_settings_migrator_bin () {275 public static File get_settings_migrator_bin () {
276 const string filename = "shotwell-settings-migrator";276 const string filename = "pantheon-photos-settings-migrator";
277 File f = File.new_for_path (AppDirs.get_libexec_dir ().get_path () + "/settings-migrator/" + filename);277 File f = File.new_for_path (AppDirs.get_libexec_dir ().get_path () + "/settings-migrator/" + filename);
278 if (!f.query_exists ()) {278 if (!f.query_exists ()) {
279 // If we're running installed.279 // If we're running installed.
280280
=== modified file 'src/Application.vala'
--- src/Application.vala 2014-12-17 23:41:07 +0000
+++ src/Application.vala 2015-11-26 01:54:51 +0000
@@ -58,7 +58,7 @@
58 exec_name = GETTEXT_PACKAGE;58 exec_name = GETTEXT_PACKAGE;
59 application_id = "org.elementaryos.pantheon-photos-direct";59 application_id = "org.elementaryos.pantheon-photos-direct";
60 app_icon = "multimedia-photo-viewer";60 app_icon = "multimedia-photo-viewer";
61 app_launcher = "shotwell-viewer.desktop";61 app_launcher = "pantheon-photos-viewer.desktop";
62 program_name = _("Photo Viewer");62 program_name = _("Photo Viewer");
63 Gtk.Settings.get_default().set("gtk-application-prefer-dark-theme", true);63 Gtk.Settings.get_default().set("gtk-application-prefer-dark-theme", true);
64 flags = GLib.ApplicationFlags.HANDLES_OPEN | GLib.ApplicationFlags.NON_UNIQUE;64 flags = GLib.ApplicationFlags.HANDLES_OPEN | GLib.ApplicationFlags.NON_UNIQUE;
@@ -70,7 +70,7 @@
70 exec_name = GETTEXT_PACKAGE;70 exec_name = GETTEXT_PACKAGE;
71 application_id = "org.elementaryos.pantheon-photos";71 application_id = "org.elementaryos.pantheon-photos";
72 app_icon = "multimedia-photo-manager";72 app_icon = "multimedia-photo-manager";
73 app_launcher = "shotwell.desktop";73 app_launcher = "pantheon-photos.desktop";
74 program_name = _(build_release_name);74 program_name = _(build_release_name);
75 flags = GLib.ApplicationFlags.HANDLES_OPEN | GLib.ApplicationFlags.HANDLES_COMMAND_LINE;75 flags = GLib.ApplicationFlags.HANDLES_OPEN | GLib.ApplicationFlags.HANDLES_COMMAND_LINE;
76 }76 }
7777
=== modified file 'src/UnityProgressBar.vala'
--- src/UnityProgressBar.vala 2014-08-08 21:13:09 +0000
+++ src/UnityProgressBar.vala 2015-11-26 01:54:51 +0000
@@ -7,7 +7,7 @@
7#if UNITY_SUPPORT7#if UNITY_SUPPORT
8public class UnityProgressBar : Object {8public class UnityProgressBar : Object {
99
10 private static Unity.LauncherEntry l = Unity.LauncherEntry.get_for_desktop_id ("shotwell.desktop");10 private static Unity.LauncherEntry l = Unity.LauncherEntry.get_for_desktop_id ("pantheon-photos.desktop");
11 private static UnityProgressBar? visible_uniprobar;11 private static UnityProgressBar? visible_uniprobar;
1212
13 private double progress;13 private double progress;
1414
=== modified file 'src/config/GSettingsEngine.vala'
--- src/config/GSettingsEngine.vala 2015-09-07 18:27:19 +0000
+++ src/config/GSettingsEngine.vala 2015-11-26 01:54:51 +0000
@@ -5,7 +5,7 @@
5 */5 */
66
7public class GSettingsConfigurationEngine : ConfigurationEngine, GLib.Object {7public class GSettingsConfigurationEngine : ConfigurationEngine, GLib.Object {
8 private const string ROOT_SCHEMA_NAME = "org.yorba.shotwell";8 private const string ROOT_SCHEMA_NAME = "org.pantheon.photos";
9 private const string PREFS_SCHEMA_NAME = ROOT_SCHEMA_NAME + ".preferences";9 private const string PREFS_SCHEMA_NAME = ROOT_SCHEMA_NAME + ".preferences";
10 private const string UI_PREFS_SCHEMA_NAME = PREFS_SCHEMA_NAME + ".ui";10 private const string UI_PREFS_SCHEMA_NAME = PREFS_SCHEMA_NAME + ".ui";
11 private const string SLIDESHOW_PREFS_SCHEMA_NAME = PREFS_SCHEMA_NAME + ".slideshow";11 private const string SLIDESHOW_PREFS_SCHEMA_NAME = PREFS_SCHEMA_NAME + ".slideshow";
@@ -263,7 +263,7 @@
263 if (cleaned_id == null)263 if (cleaned_id == null)
264 cleaned_id = "default";264 cleaned_id = "default";
265265
266 cleaned_id = cleaned_id.replace ("org.yorba.shotwell.", "");266 cleaned_id = cleaned_id.replace ("org.pantheon.photos.", "");
267 cleaned_id = cleaned_id.replace (".", "-");267 cleaned_id = cleaned_id.replace (".", "-");
268268
269 return cleaned_id;269 return cleaned_id;
@@ -275,7 +275,7 @@
275 cleaned_id = "default";275 cleaned_id = "default";
276 cleaned_id = cleaned_id.replace (".", "-");276 cleaned_id = cleaned_id.replace (".", "-");
277277
278 return "org.yorba.shotwell.%s.%s".printf (domain, cleaned_id);278 return "org.pantheon.photos.%s.%s".printf (domain, cleaned_id);
279 }279 }
280280
281 private static string make_gsettings_key (string gconf_key) {281 private static string make_gsettings_key (string gconf_key) {
@@ -463,7 +463,7 @@
463 try {463 try {
464 Process.spawn_command_line_sync (cmd_line);464 Process.spawn_command_line_sync (cmd_line);
465 } catch (Error err) {465 } catch (Error err) {
466 message ("Error running shotwell-settings-migrator: %s", err.message);466 message ("Error running pantheon-photos-settings-migrator: %s", err.message);
467 }467 }
468 }468 }
469469
470470
=== modified file 'src/plugins/StandardHostInterface.vala'
--- src/plugins/StandardHostInterface.vala 2014-08-08 21:13:09 +0000
+++ src/plugins/StandardHostInterface.vala 2015-11-26 01:54:51 +0000
@@ -23,16 +23,16 @@
23 // special case: legacy plugins (Web publishers moved into SPIT) have special names23 // special case: legacy plugins (Web publishers moved into SPIT) have special names
24 // new plugins will use their full ID24 // new plugins will use their full ID
25 switch (id) {25 switch (id) {
26 case "org.yorba.shotwell.publishing.facebook":26 case "org.pantheon.photos.publishing.facebook":
27 return "facebook";27 return "facebook";
2828
29 case "org.yorba.shotwell.publishing.picasa":29 case "org.pantheon.photos.publishing.picasa":
30 return "picasa";30 return "picasa";
3131
32 case "org.yorba.shotwell.publishing.flickr":32 case "org.pantheon.photos.publishing.flickr":
33 return "flickr";33 return "flickr";
3434
35 case "org.yorba.shotwell.publishing.youtube":35 case "org.pantheon.photos.publishing.youtube":
36 return "youtube";36 return "youtube";
3737
38 default:38 default:
3939
=== modified file 'src/publishing/Publishing.vala'
--- src/publishing/Publishing.vala 2014-08-08 21:13:09 +0000
+++ src/publishing/Publishing.vala 2015-11-26 01:54:51 +0000
@@ -8,10 +8,10 @@
88
9public void init () throws Error {9public void init () throws Error {
10 string[] core_ids = new string[0];10 string[] core_ids = new string[0];
11 core_ids += "org.yorba.shotwell.publishing.facebook";11 core_ids += "org.pantheon.photos.publishing.facebook";
12 core_ids += "org.yorba.shotwell.publishing.picasa";12 core_ids += "org.pantheon.photos.publishing.picasa";
13 core_ids += "org.yorba.shotwell.publishing.flickr";13 core_ids += "org.pantheon.photos.publishing.flickr";
14 core_ids += "org.yorba.shotwell.publishing.youtube";14 core_ids += "org.pantheon.photos.publishing.youtube";
1515
16 Plugins.register_extension_point (typeof (Spit.Publishing.Service), _ ("Publishing"),16 Plugins.register_extension_point (typeof (Spit.Publishing.Service), _ ("Publishing"),
17 Resources.PUBLISH, core_ids);17 Resources.PUBLISH, core_ids);
1818
=== modified file 'src/slideshow/Slideshow.vala'
--- src/slideshow/Slideshow.vala 2014-08-08 21:13:09 +0000
+++ src/slideshow/Slideshow.vala 2015-11-26 01:54:51 +0000
@@ -8,16 +8,16 @@
88
9public void init () throws Error {9public void init () throws Error {
10 string[] core_ids = new string[0];10 string[] core_ids = new string[0];
11 core_ids += "org.yorba.shotwell.transitions.crumble";11 core_ids += "org.pantheon.photos.transitions.crumble";
12 core_ids += "org.yorba.shotwell.transitions.fade";12 core_ids += "org.pantheon.photos.transitions.fade";
13 core_ids += "org.yorba.shotwell.transitions.slide";13 core_ids += "org.pantheon.photos.transitions.slide";
14 core_ids += "org.yorba.shotwell.transitions.blinds";14 core_ids += "org.pantheon.photos.transitions.blinds";
15 core_ids += "org.yorba.shotwell.transitions.circle";15 core_ids += "org.pantheon.photos.transitions.circle";
16 core_ids += "org.yorba.shotwell.transitions.circles";16 core_ids += "org.pantheon.photos.transitions.circles";
17 core_ids += "org.yorba.shotwell.transitions.clock";17 core_ids += "org.pantheon.photos.transitions.clock";
18 core_ids += "org.yorba.shotwell.transitions.stripes";18 core_ids += "org.pantheon.photos.transitions.stripes";
19 core_ids += "org.yorba.shotwell.transitions.squares";19 core_ids += "org.pantheon.photos.transitions.squares";
20 core_ids += "org.yorba.shotwell.transitions.chess";20 core_ids += "org.pantheon.photos.transitions.chess";
2121
22 Plugins.register_extension_point (typeof (Spit.Transitions.Descriptor), _ ("Slideshow Transitions"),22 Plugins.register_extension_point (typeof (Spit.Transitions.Descriptor), _ ("Slideshow Transitions"),
23 Resources.ICON_SLIDESHOW_EXTENSION_POINT, core_ids);23 Resources.ICON_SLIDESHOW_EXTENSION_POINT, core_ids);
2424
=== modified file 'src/slideshow/TransitionEffects.vala'
--- src/slideshow/TransitionEffects.vala 2014-08-08 21:13:09 +0000
+++ src/slideshow/TransitionEffects.vala 2015-11-26 01:54:51 +0000
@@ -273,7 +273,7 @@
273}273}
274274
275public class NullTransitionDescriptor : Object, Spit.Pluggable, Spit.Transitions.Descriptor {275public class NullTransitionDescriptor : Object, Spit.Pluggable, Spit.Transitions.Descriptor {
276 public const string EFFECT_ID = "org.yorba.shotwell.transitions.null";276 public const string EFFECT_ID = "org.pantheon.photos.transitions.null";
277277
278 public int get_pluggable_interface (int min_host_version, int max_host_version) {278 public int get_pluggable_interface (int min_host_version, int max_host_version) {
279 return Spit.Transitions.CURRENT_INTERFACE;279 return Spit.Transitions.CURRENT_INTERFACE;
@@ -325,7 +325,7 @@
325 }325 }
326}326}
327public class RandomEffectDescriptor : Object, Spit.Pluggable, Spit.Transitions.Descriptor {327public class RandomEffectDescriptor : Object, Spit.Pluggable, Spit.Transitions.Descriptor {
328 public const string EFFECT_ID = "org.yorba.shotwell.transitions.random";328 public const string EFFECT_ID = "org.pantheon.photos.transitions.random";
329329
330 public int get_pluggable_interface (int min_host_version, int max_host_version) {330 public int get_pluggable_interface (int min_host_version, int max_host_version) {
331 return Spit.Transitions.CURRENT_INTERFACE;331 return Spit.Transitions.CURRENT_INTERFACE;

Subscribers

People subscribed via source and target branches