[glom] Created tag 1.31.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Created tag 1.31.2
- Date: Thu, 25 Feb 2016 20:09:58 +0000 (UTC)
The unsigned tag '1.31.2' was created.
Tagger: Murray Cumming <murrayc murrayc com>
Date: Thu Feb 25 21:09:45 2016 +0100
1.31.2
Changes since the last tag '1.31.1':
Daniel Mustieles (3):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Marek Černocký (2):
Updated Czech translation
Updated Czech translation
Mario Blättermann (7):
Updated German doc translation
Updated German translation
Updated German translation
Updated German translation
Updated German translation
Updated German doc translation
Updated German translation
Murray Cumming (136):
appdata file: Added <kudos> section, at request of Richard Hughes.
appdata: Add <name> and <summary> tags.
appdata: Use <image> and <caption> tags.
AppData: Use larger screenshot image.
AppData: Add more screenshots.
Application: Change application ID to org.glom.Glom.
.desktop file: Remove now useless X-Osso-Service entry.
Add xdg-app-builder manifest file.
xdg-app-builder manifest: Use --disable-introspection with libgda.
xdg-app-builder manifest: Add avahi (for libepc).
xdg-app-builder manifest: Add postgresql
xdg-app-builder manifest: avahi: Pass --with-distro=none.
xdg-app-builder: avahi: Disable qt, python, and mono API.
xdg-app-builder manifest: Add mysql (needed for Glom).
xdg-app-builder manifest: Glom: Help it find python.
Move xdg-app-builder files into a sub-directory
xdg-app-builder: Try to add boost python.
xdg-app-builder manifest: Added Python.
xdg-app-builder manifest: Use newer glom
xdg-app-builder manifest: Add a patch for python to add a symlink.
xdg-app-builder manifest: boost: Tell it what python to use.
xdg-app-builder manifest: glom: Use --disable-documentation
xdg-app-builder manifest: Add patch to install python library as writable.
xdg-app-builder manifest: Don't install Python. Use the one already there.
xdg-app-builder manifest: libgda: Use --enable-gi-system-install=no .
xdg-app-builder: Tell boost python about /usr/include/python3.3m
Fix tiny typo in comment.
xdg-app-builder manifest: mysql: discard /bin
xdg-app-builder manifest: avahi: discard /bin
xdg-app-builder manifest: cleanup more mysql stuff.
xdg-app-builder manifest: cleanup more bin utils.
xdg-app-builder mainfest: boost: Specify python 3.3, not 3.3m.
xdg-app-builder: Build from the top-level
xdg-app-builder: Build from git master.
xdg-app-builder: Remove now-unused python patches.
Postgres::attempt_connect(): Specify a timeout.
Fix an ouput->output typo in a translatable string.
xdg-app-builder manifest: Use --share=network with finish-args
xdg-app-builder manifest: Use --disable-gtk-doc
xdg-app-builder manifest: avahi: Disable more of the build.
xdg-app-builder gtksourceview: Disable more of the build.
xdg-app-builder evince: Disable more and cleanup more.
xdg-app-builder manifest: mysql: Cleanup more.
xdg-app-builder manifest: libgda: Disable more.
xdg-app-builder manifest: Update the README.
xdg-app-builder manifest: Add gettext
Whitespace fixes.
connection_request_password_and_choose_new_database_name(): Simplify.
connection_request_password_and_choose_new_database_name(): Simplify more.
connection_request_password_and_choose_new_database_name(): Re-ask password.
Use AX_CXX_COMPILE_STDCXX() instead of AX_CXX_COMPILE_STDCXX_11().
Add and use find_exists().
Add and use find(container, element).
Add and use find_if(container, callable).
Add and use find_if_exists(container, callable).
Add and use find_if_same_name_exist().
C+11: Use auto for iterator types.
Replace find_if_layout_item_field_is_same_field_exists() with find_*_exists().
Remove all empty destructors.
Remove unnecessary init() methods.
C++11: BusyCursor: Delegate a constructor instead of sharing init().
Document: Use unique_ptr<> instead of Glib::ScopedPtr<>.
C++11: Use auto for shared_ptr<>.
Fix typos
C++11: Use auto for Glib::RefPtr<>s.
Desktop file: Add some keywords.
Replace deprecated Glib::ScopedPtr.
fill_from_database(): Add a sanity-check for the primary key index.
Box_DataDetails::fill_from_database(): Correctly find the primary key.
Box_Data_Details/FlowTableWithFields: Allow notebooks at the top-level.
Dialog_Layout_Details: Handle top-level notebooks.
Dialog_Layout_Details::save_to_document(): Support top-level calendar portal too.
Use std::shared_ptr<> for Document.
Document: Remove signal_forget().
Use C++14.
LayoutItem: Use std::unique_ptr<> for m_positions.
ConnectionPool: Use std::shared_ptr<> for m_instance.
Field::sql_find_operator(): Add a fallback return.
ConnectionPool: Correct curious uses of std::shared_ptr<>.
test_avahi_publisher: Use std::unique_ptr<>.
ConnectionPool: Use std::shared_ptr<> for m_field_types.
PyGlomRelated: A small use of unique_ptr<> to avoid a naked new.
PyGlomRelated: Use unique_ptr::release() instead of get.
Dialog_ImportCSV::get(): Correct the return type.
Dialog_ImportCSV: Some use of std::unique_ptr<> instead of naked news.
Db_AddDel: Use std::unique_ptr<> for the menu, instead of new and delete.
Box_Data_Calendar_Related: Use std::unique_ptr<> for the menu, instead of new and delete.
Window_RelationshipsOverview: Use std::unique_ptr instead of a naked new.
Window_PrintLayout_Edit: Use std::unique_ptr<> for the menu, instead of new and delete.
NotebookLabel: Use std::unique_ptr<> for the menu, instead of new and delete.
Canvas_PrintLayout: Use std::unique_ptr<> instead of naked new.
AddDel: Use std::unique_ptr<> instead of naked new.
ImageGlom: Use std::unique_ptr<> instead of naked new.
LayoutWidgetMenu: Use std::unique_ptr<> instead of naked new.
LayoutWidgetUtils: Use std::unique_ptr<> instead of naked new.
AppWindow: Use std::unique_ptr<> instead of naked new.
Frame_Glom: Use std::unique_ptr<> for dialogs instead of naked new.
test_canvas_editable: Use unique_ptr<> instead of naked new.
Replace ScopedArchivePtr with std::unique_ptr.
ComboChoices_WithTreeModel: Use unique_ptr<> for columns.
C++11: Replace push_front() with emplace_front().
C++11: Replace push_back() with emplace_back().
Surround all Glib::filename_from_uri() calls with try/catch.
PostgresSelf: Pass --locale=C to initdb.
Correct a comment.
Box_Tables: Table deletion: Actually let the user cancel the dialog.
DbUtils::drop_table(): Update the meta store too.
C++11: More range-based for loops.
C++11: tests: More range-based for loops.
C++11: More use of auto.
C+11: Use of override keyword on destructors.
CsvParser: Use unique_ptr<> for buffer instead of shared_ptr<>.
Dialog_ImportCsv: Replace get_parser() with parser_fetch_next_row().
Use "\n" instead of std::endl.
Remove return in void method.
Correct doxygen @param comments.
Remove duplicate line of code.
Add and use add_unique() to simplify code.
And and use Utils::copy().
Add and use copy_with_cloned_items().
Added a comment.
Minor const improvements.
Add null checks to silence clang-tidy.
BusyCursor: Correct a wrong null check.
Add -Wformat=2 to --enable-warnings=fatal.
ImageGlom: Put EvView in ScrolledWindow to avoid crash.
ImageGlom: Do not instantiate unnecessary widgets.
C++14: ImageGlom: Use std::unique_ptr to simplify code.
ImageGlom: Avoid copy/paste of code to clear data.
tests: Move the nasty UI test into test/ui.
Added test_imageglom_widget.
Updated .gitignore.
DialogImageLoadProgress::get_image_data(): Give ownership of the GdaBinary.
Fix silly code after a return.
Export format dialog: Make the TreeView expand so it's actually visible.
1.31.2
Necdet Yücel (5):
Updated Turkish translation
Added Turkish translation
Added Turkish translation
Added Turkish translation
Added Turkish translation
Pedro Albuquerque (2):
Updated Portuguese translation
Updated Portuguese translation
Piotr Drąg (6):
AppData: Mark strings for translation.
Add Polish translation
Updated Polish translation
Desktop file: Make keywords translatable.
Desktop file: Remove full stop from the comment.
Updated Polish translation
Rafael Fontenelle (2):
Updated Brazilian Portuguese translation (cherry picked from commit
df7e2a00eee87295fc938feb170fc19e96379658)
Updated Brazilian Portuguese translation
Richard Hughes (2):
Add a missing tag to the AppData file
Add a missing tag to the AppData file
Мирослав Николић (2):
Updated Serbian translation
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]