├── .github ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.MD ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── PULL_REQUEST_TEMPLATE.md └── README.md ├── .gitignore ├── .travis.yml ├── Icons.qrc ├── LICENSE.md ├── Photoflare.pro ├── assets ├── brushes │ ├── circle.png │ ├── square.png │ ├── type_1.png │ ├── type_2.png │ ├── type_3.png │ ├── type_4.png │ ├── type_5.png │ ├── type_6.png │ ├── type_7.png │ ├── type_8.png │ └── type_9.png ├── cursors │ ├── bucket.png │ └── color-picker.png ├── icons │ ├── aligntext_center.png │ ├── aligntext_left.png │ ├── aligntext_right.png │ ├── linked.png │ ├── palettemanager.png │ ├── selections │ │ ├── circle_sel.png │ │ └── square_sel.png │ ├── swap.png │ ├── toolbar1 │ │ ├── batch.png │ │ ├── cansize.png │ │ ├── imgsize.png │ │ ├── index.png │ │ ├── new.png │ │ ├── open.png │ │ ├── pref.png │ │ ├── print.png │ │ ├── redo.png │ │ ├── rgb.png │ │ ├── save.png │ │ ├── scan.png │ │ ├── show.png │ │ ├── text.png │ │ ├── trans.png │ │ └── undo.png │ ├── toolbar2 │ │ ├── autobright.png │ │ ├── autolevel.png │ │ ├── blur.png │ │ ├── brightness+.png │ │ ├── brightness-.png │ │ ├── contrast+.png │ │ ├── contrast-.png │ │ ├── dustreduction.png │ │ ├── flipH.png │ │ ├── flipV.png │ │ ├── gammacorrect+.png │ │ ├── gammacorrect-.png │ │ ├── gradient.png │ │ ├── grayscale.png │ │ ├── hue.png │ │ ├── old_photo.png │ │ ├── reinforce.png │ │ ├── rotateCCW.png │ │ ├── rotateCW.png │ │ ├── saturation+.png │ │ ├── saturation-.png │ │ ├── sepia.png │ │ ├── sharpen.png │ │ └── soften.png │ └── unlinked.png ├── lines │ ├── arrow_1.png │ ├── arrow_2.png │ ├── type_1.png │ ├── type_2.png │ ├── type_3.png │ ├── type_4.png │ ├── type_5.png │ └── type_6.png ├── pixmaps │ ├── checkers.png │ ├── flags │ │ ├── Brazil.png │ │ ├── China.png │ │ ├── Czech-Republic.png │ │ ├── France.png │ │ ├── Germany.png │ │ ├── Indonesia.png │ │ ├── Japan.png │ │ ├── Netherlands.png │ │ ├── Portugal.png │ │ ├── Russia.png │ │ ├── South-Korea.png │ │ ├── Spain.png │ │ ├── Sweden.png │ │ ├── Taiwan.png │ │ ├── Turkey.png │ │ ├── United-kingdom.png │ │ ├── all_flags │ │ │ ├── Afghanistan.png │ │ │ ├── Aland.png │ │ │ ├── Albania.png │ │ │ ├── Algeria.png │ │ │ ├── American-samoa.png │ │ │ ├── Andorra.png │ │ │ ├── Angola.png │ │ │ ├── Anguilla.png │ │ │ ├── Antarctica.png │ │ │ ├── Antigua-and-barbuda.png │ │ │ ├── Argentina.png │ │ │ ├── Armenia.png │ │ │ ├── Aruba.png │ │ │ ├── Australia.png │ │ │ ├── Austria.png │ │ │ ├── Azerbaijan.png │ │ │ ├── Bahamas.png │ │ │ ├── Bahrain.png │ │ │ ├── Bangladesh.png │ │ │ ├── Barbados.png │ │ │ ├── Belarus.png │ │ │ ├── Belgium.png │ │ │ ├── Belize.png │ │ │ ├── Benin.png │ │ │ ├── Bermuda.png │ │ │ ├── Bhutan.png │ │ │ ├── Bolivia.png │ │ │ ├── Bonaire.png │ │ │ ├── Bosnia-and-Herzegovina.png │ │ │ ├── Botswana.png │ │ │ ├── Brazil.png │ │ │ ├── British-Indian-Ocean-Territory.png │ │ │ ├── British-antarctic.png │ │ │ ├── British-virgin.png │ │ │ ├── Brunei.png │ │ │ ├── Bulgaria.png │ │ │ ├── Burkina-faso.png │ │ │ ├── Burundi.png │ │ │ ├── Cambodia.png │ │ │ ├── Cameroon.png │ │ │ ├── Canada.png │ │ │ ├── Cape-verde.png │ │ │ ├── Cascadia.png │ │ │ ├── Cayman-Islands.png │ │ │ ├── Central-african-republic.png │ │ │ ├── Chad.png │ │ │ ├── Chile.png │ │ │ ├── China.png │ │ │ ├── Christmas-Island.png │ │ │ ├── Cocos.png │ │ │ ├── Colombia.png │ │ │ ├── Comoros.png │ │ │ ├── Congo-kinshasa.png │ │ │ ├── Congo.png │ │ │ ├── Cook-islands.png │ │ │ ├── Costa-rica.png │ │ │ ├── Cote_d'Ivoire.png │ │ │ ├── Croatia.png │ │ │ ├── Cuba.png │ │ │ ├── Curacao.png │ │ │ ├── Cyprus.png │ │ │ ├── Czech-Republic.png │ │ │ ├── Denmark.png │ │ │ ├── Djibouti.png │ │ │ ├── Dominican-republic.png │ │ │ ├── East-Timor.png │ │ │ ├── Ecuador.png │ │ │ ├── Egypt.png │ │ │ ├── El-salvador.png │ │ │ ├── England.png │ │ │ ├── Equatorial-guinea.png │ │ │ ├── Eritrea.png │ │ │ ├── Estonia.png │ │ │ ├── Ethiopia.png │ │ │ ├── European-union.png │ │ │ ├── Ex-yugoslavia.png │ │ │ ├── Falkland-islands.png │ │ │ ├── Faroe-islands.png │ │ │ ├── Fiji.png │ │ │ ├── Finland.png │ │ │ ├── France.png │ │ │ ├── French-Southern.png │ │ │ ├── French-polynesia.png │ │ │ ├── Gabon.png │ │ │ ├── Gambia.png │ │ │ ├── Georgia.png │ │ │ ├── Germany.png │ │ │ ├── Ghana.png │ │ │ ├── Gibraltar.png │ │ │ ├── Greenland.png │ │ │ ├── Grenada.png │ │ │ ├── Guadeloupe.png │ │ │ ├── Guam.png │ │ │ ├── Guatemala.png │ │ │ ├── Guernsey.png │ │ │ ├── Guinea-bissau.png │ │ │ ├── Guinea.png │ │ │ ├── Guyana.png │ │ │ ├── Haiti.png │ │ │ ├── Honduras.png │ │ │ ├── Hong-kong.png │ │ │ ├── Hungary.png │ │ │ ├── Iceland.png │ │ │ ├── India.png │ │ │ ├── Indonesia.png │ │ │ ├── Iran.png │ │ │ ├── Iraq.png │ │ │ ├── Ireland.png │ │ │ ├── Isle-of-man.png │ │ │ ├── Israel.png │ │ │ ├── Italy.png │ │ │ ├── Ivory-coast.png │ │ │ ├── Jamaica.png │ │ │ ├── Japan.png │ │ │ ├── Jersey.png │ │ │ ├── Jordan.png │ │ │ ├── Kazakhstan.png │ │ │ ├── Kenya.png │ │ │ ├── Kiribati.png │ │ │ ├── Kosovo.png │ │ │ ├── Kuwait.png │ │ │ ├── Kyrgyzstan.png │ │ │ ├── Laos.png │ │ │ ├── Latvia.png │ │ │ ├── Lebanon.png │ │ │ ├── Lesotho.png │ │ │ ├── Liberia.png │ │ │ ├── Libya.png │ │ │ ├── Liechtenstein.png │ │ │ ├── Lithuania.png │ │ │ ├── Luxembourg.png │ │ │ ├── Macau.png │ │ │ ├── Macedonia.png │ │ │ ├── Madagascar.png │ │ │ ├── Malawi.png │ │ │ ├── Malaysia.png │ │ │ ├── Maldives.png │ │ │ ├── Mali.png │ │ │ ├── Malta.png │ │ │ ├── Marshall-islands.png │ │ │ ├── Martinique.png │ │ │ ├── Mauritania.png │ │ │ ├── Mauritius.png │ │ │ ├── Mayotte.png │ │ │ ├── Mexico.png │ │ │ ├── Micronesia.png │ │ │ ├── Moldova.png │ │ │ ├── Monaco.png │ │ │ ├── Mongolia.png │ │ │ ├── Montenegro.png │ │ │ ├── Montserrat.png │ │ │ ├── Morocco.png │ │ │ ├── Mozambique.png │ │ │ ├── Myanmar.png │ │ │ ├── Namibia.png │ │ │ ├── Nauru.png │ │ │ ├── Nepal.png │ │ │ ├── Netherlands-antilles.png │ │ │ ├── Netherlands.png │ │ │ ├── New-Zealand.png │ │ │ ├── New-caledonia.png │ │ │ ├── Nicaragua.png │ │ │ ├── Niger.png │ │ │ ├── Nigeria.png │ │ │ ├── Niue.png │ │ │ ├── Norfolk-island.png │ │ │ ├── North-korea.png │ │ │ ├── Northern-Mariana.png │ │ │ ├── Northern-ireland.png │ │ │ ├── Norway.png │ │ │ ├── Oman.png │ │ │ ├── Pakistan.png │ │ │ ├── Palau.png │ │ │ ├── Palestinian-Territory.png │ │ │ ├── Panama.png │ │ │ ├── Papua-new-guinea.png │ │ │ ├── Paraguay.png │ │ │ ├── Peru.png │ │ │ ├── Philippines.png │ │ │ ├── Pitcairn.png │ │ │ ├── Poland.png │ │ │ ├── Portugal.png │ │ │ ├── Puerto-rico.png │ │ │ ├── Qatar.png │ │ │ ├── Reunion.png │ │ │ ├── Romania.png │ │ │ ├── Russia.png │ │ │ ├── Rwanda.png │ │ │ ├── Saint-Helena.png │ │ │ ├── Saint-Pierre-and-Miquelon.png │ │ │ ├── Saint-Vincent-and-the-Grenadines.png │ │ │ ├── Saint-barthelemy.png │ │ │ ├── Saint-kitts-and-nevis.png │ │ │ ├── Saint-lucia.png │ │ │ ├── Samoa.png │ │ │ ├── San-marino.png │ │ │ ├── Sao-Tome-and-Principe.png │ │ │ ├── Saudi-arabia.png │ │ │ ├── Scotland.png │ │ │ ├── Senegal.png │ │ │ ├── Serbia.png │ │ │ ├── Seychelles.png │ │ │ ├── Sierra-leone.png │ │ │ ├── Singapore.png │ │ │ ├── Sint-Eustatius.png │ │ │ ├── Sint-Maarten.png │ │ │ ├── Slovakia.png │ │ │ ├── Slovenia.png │ │ │ ├── Solomon-islands.png │ │ │ ├── South-Georgia.png │ │ │ ├── South-Korea.png │ │ │ ├── South-Sudan.png │ │ │ ├── South-africa.png │ │ │ ├── Spain.png │ │ │ ├── Sri-lanka.png │ │ │ ├── Sudan.png │ │ │ ├── Suriname.png │ │ │ ├── Svalbard.png │ │ │ ├── Swaziland.png │ │ │ ├── Sweden.png │ │ │ ├── Switzerland.png │ │ │ ├── Syria.png │ │ │ ├── Taiwan.png │ │ │ ├── Tajikistan.png │ │ │ ├── Tanzania.png │ │ │ ├── Thailand.png │ │ │ ├── Timor-leste.png │ │ │ ├── Togo.png │ │ │ ├── Tokelau.png │ │ │ ├── Tonga.png │ │ │ ├── Trinidad-and-tobago.png │ │ │ ├── Tunisia.png │ │ │ ├── Turkey.png │ │ │ ├── Turkmenistan.png │ │ │ ├── Turks-and-Caicos.png │ │ │ ├── Tuvalu.png │ │ │ ├── USA.png │ │ │ ├── Uganda.png │ │ │ ├── Ukraine.png │ │ │ ├── United-States-Virgin-Islands.png │ │ │ ├── United-arab-emirates.png │ │ │ ├── United-kingdom.png │ │ │ ├── Uruguay.png │ │ │ ├── Uzbekistan.png │ │ │ ├── Vanuatu.png │ │ │ ├── Vatican-city.png │ │ │ ├── Venezuela.png │ │ │ ├── Vietnam.png │ │ │ ├── Wales.png │ │ │ ├── Wallis-and-futuna.png │ │ │ ├── Yemen.png │ │ │ ├── Zambia.png │ │ │ ├── Zimbabwe.png │ │ │ ├── greece.png │ │ │ └── somalia.png │ │ └── readme.md │ ├── logo.ico │ ├── logo.png │ └── logo.svg ├── themes │ └── Retro │ │ ├── src │ │ └── retro.svg │ │ ├── toolbar1 │ │ ├── batch.png │ │ ├── cansize.png │ │ ├── imgsize.png │ │ ├── index.png │ │ ├── new.png │ │ ├── open.png │ │ ├── pref.png │ │ ├── print.png │ │ ├── redo.png │ │ ├── rgb.png │ │ ├── save.png │ │ ├── scan.png │ │ ├── show.png │ │ ├── text.png │ │ ├── trans.png │ │ └── undo.png │ │ ├── toolbar2 │ │ ├── autobright.png │ │ ├── autolevel.png │ │ ├── blur.png │ │ ├── brightness+.png │ │ ├── brightness-.png │ │ ├── contrast+.png │ │ ├── contrast-.png │ │ ├── dustreduction.png │ │ ├── flipH.png │ │ ├── flipV.png │ │ ├── gammacorrect+.png │ │ ├── gammacorrect-.png │ │ ├── gradient.png │ │ ├── grayscale.png │ │ ├── hue.png │ │ ├── old_photo.png │ │ ├── reinforce.png │ │ ├── rotateCCW.png │ │ ├── rotateCW.png │ │ ├── saturation+.png │ │ ├── saturation-.png │ │ ├── sepia.png │ │ ├── sharpen.png │ │ └── soften.png │ │ └── toolpalette_icons │ │ ├── Blur.png │ │ ├── Bucket.png │ │ ├── ColourPicker.png │ │ ├── Eraser.png │ │ ├── Line.png │ │ ├── PaintBrush-Plus.png │ │ ├── PaintBrush.png │ │ ├── Pointer.png │ │ ├── Smudge.png │ │ ├── Spraycan.png │ │ ├── Stamp.png │ │ └── Wand.png └── toolpalette_icons │ ├── Blur.png │ ├── Bucket.png │ ├── ColourPicker.png │ ├── Eraser.png │ ├── Line.png │ ├── PaintBrush-Plus.png │ ├── PaintBrush.png │ ├── Pointer.png │ ├── Smudge.png │ ├── Spraycan.png │ ├── Stamp.png │ └── Wand.png ├── build.sh ├── docs ├── _config.yml ├── allshortcuts.html ├── batch.html ├── creating.html ├── crop.html ├── gradients.html ├── hue.html ├── images │ ├── batch1.png │ ├── batch2.png │ ├── batch3.png │ ├── batch4.png │ ├── batch5.png │ ├── batch6.png │ ├── cropping.png │ ├── grad1.png │ ├── grad2.png │ ├── hue1.png │ ├── hue2.png │ ├── mode_1.png │ ├── mode_2.png │ ├── mode_toggle.png │ ├── newDialog.png │ ├── openDialog.png │ ├── pref1.png │ ├── pref2.png │ ├── pref3.png │ ├── pref4.png │ ├── pref5.png │ ├── pref6.png │ ├── pref7.png │ ├── pref_comp.png │ ├── resizeDialog.png │ ├── text1.png │ ├── toolbar1 │ │ ├── imgsize.png │ │ ├── new.png │ │ ├── open.png │ │ ├── pref.png │ │ └── text.png │ ├── toolbar2 │ │ ├── gradient.png │ │ └── hue.png │ └── tools │ │ ├── Blur.png │ │ ├── Bucket.png │ │ ├── ColourPicker.png │ │ ├── Eraser.png │ │ ├── Line.png │ │ ├── PaintBrush-Plus.png │ │ ├── PaintBrush.png │ │ ├── Pointer.png │ │ ├── Smudge.png │ │ ├── Spraycan.png │ │ ├── Stamp.png │ │ └── Wand.png ├── index.html ├── modes.html ├── opening.html ├── prefs.html ├── resize.html ├── text.html └── tools.html ├── external └── qt-solutions │ ├── common.pri │ └── qtsingleapplication │ ├── CMakeLists.txt │ ├── QtLockedFile │ ├── QtSingleApplication │ ├── qtlocalpeer.cpp │ ├── qtlocalpeer.h │ ├── qtlockedfile.cpp │ ├── qtlockedfile.h │ ├── qtlockedfile_unix.cpp │ ├── qtlockedfile_win.cpp │ ├── qtsingleapplication.cpp │ ├── qtsingleapplication.h │ ├── qtsingleapplication.pri │ ├── qtsinglecoreapplication.cpp │ └── qtsinglecoreapplication.h ├── flatpak └── flatpak_build.json ├── installers ├── Photoflare.aip ├── README.md └── deb │ └── DEBIAN │ ├── control │ └── usr │ └── share │ ├── applications │ └── photoflare.desktop │ └── icons │ └── hicolor │ ├── 128x128 │ └── apps │ │ └── photoflare.png │ ├── 16x16 │ └── apps │ │ └── photoflare.png │ ├── 192x192 │ └── apps │ │ └── photoflare.png │ ├── 22x22 │ └── apps │ │ └── photoflare.png │ ├── 24x24 │ └── apps │ │ └── photoflare.png │ ├── 256x256 │ └── apps │ │ └── photoflare.png │ ├── 32x32 │ └── apps │ │ └── photoflare.png │ ├── 48x48 │ └── apps │ │ └── photoflare.png │ └── 64x64 │ └── apps │ └── photoflare.png ├── io.photoflare.photoflare.appdata.xml ├── languages ├── cs.ts ├── de.ts ├── diffing_tool.py ├── en.ts ├── es.ts ├── fr.ts ├── id.ts ├── ja.ts ├── ko.ts ├── nl.ts ├── pt_BR.ts ├── pt_PT.ts ├── ru_RU.ts ├── sv.ts ├── tr.ts ├── zh_CN.ts └── zh_TW.ts ├── photoflare.1 ├── snap └── snapcraft.yaml ├── src ├── Settings.cpp ├── Settings.h ├── dialogs │ ├── NewDialog.cpp │ ├── NewDialog.h │ ├── NewDialog.ui │ ├── aboutdialog.cpp │ ├── aboutdialog.h │ ├── aboutdialog.ui │ ├── batchdialog.cpp │ ├── batchdialog.h │ ├── batchdialog.ui │ ├── checkupdatedialog.cpp │ ├── checkupdatedialog.h │ ├── checkupdatedialog.ui │ ├── colourmanagerdialog.cpp │ ├── colourmanagerdialog.h │ ├── colourmanagerdialog.ui │ ├── compressiondialog.cpp │ ├── compressiondialog.h │ ├── compressiondialog.ui │ ├── dropshadowdialog.cpp │ ├── dropshadowdialog.h │ ├── dropshadowdialog.ui │ ├── gradientdialog.cpp │ ├── gradientdialog.h │ ├── gradientdialog.ui │ ├── huedialog.cpp │ ├── huedialog.h │ ├── huedialog.ui │ ├── imagepropertiesdialog.cpp │ ├── imagepropertiesdialog.h │ ├── imagepropertiesdialog.ui │ ├── outerframedialog.cpp │ ├── outerframedialog.h │ ├── outerframedialog.ui │ ├── plugindialog.cpp │ ├── plugindialog.h │ ├── plugindialog.ui │ ├── prefsdialog.cpp │ ├── prefsdialog.h │ ├── prefsdialog.ui │ ├── textdialog.cpp │ ├── textdialog.h │ ├── textdialog.ui │ ├── transparentdialog.cpp │ ├── transparentdialog.h │ └── transparentdialog.ui ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── managers │ ├── FilterManager.cpp │ ├── FilterManager.h │ ├── ToolManager.cpp │ └── ToolManager.h ├── progress │ ├── QProgressIndicator.cpp │ ├── QProgressIndicator.h │ ├── batchprogress.cpp │ ├── batchprogress.h │ └── batchprogress.ui ├── toolSettings │ ├── BlurSettingsWidget.cpp │ ├── BlurSettingsWidget.h │ ├── BlurSettingsWidget.ui │ ├── LineSettingsWidget.cpp │ ├── LineSettingsWidget.h │ ├── LineSettingsWidget.ui │ ├── MagicWandSettingsWidget.cpp │ ├── MagicWandSettingsWidget.h │ ├── MagicWandSettingsWidget.ui │ ├── PaintBrushAdvSettingsWidget.cpp │ ├── PaintBrushAdvSettingsWidget.h │ ├── PaintBrushAdvSettingsWidget.ui │ ├── PaintBrushSettingsWidget.cpp │ ├── PaintBrushSettingsWidget.h │ ├── PaintBrushSettingsWidget.ui │ ├── SmudgeSettingsWidget.cpp │ ├── SmudgeSettingsWidget.h │ ├── SprayCanSettingsWidget.cpp │ ├── SprayCanSettingsWidget.h │ ├── SprayCanSettingsWidget.ui │ ├── StampSettingsWidget.cpp │ ├── StampSettingsWidget.h │ ├── StampSettingsWidget.ui │ ├── erasersettingswidget.cpp │ ├── erasersettingswidget.h │ ├── erasersettingswidget.ui │ ├── pointersettingswidget.cpp │ ├── pointersettingswidget.h │ ├── pointersettingswidget.ui │ └── smudgesettingswidget.ui ├── tools │ ├── BlurTool.cpp │ ├── BlurTool.h │ ├── ColourPickerTool.cpp │ ├── ColourPickerTool.h │ ├── EraserTool.cpp │ ├── EraserTool.h │ ├── LineTool.cpp │ ├── LineTool.h │ ├── MagicWandTool.cpp │ ├── MagicWandTool.h │ ├── PaintBrushAdvTool.cpp │ ├── PaintBrushAdvTool.h │ ├── PaintBrushTool.cpp │ ├── PaintBrushTool.h │ ├── PaintBucketTool.cpp │ ├── PaintBucketTool.h │ ├── PointerTool.cpp │ ├── PointerTool.h │ ├── SmudgeTool.cpp │ ├── SmudgeTool.h │ ├── SprayCanTool.cpp │ ├── SprayCanTool.h │ ├── StampTool.cpp │ ├── StampTool.h │ ├── TextTool.cpp │ ├── TextTool.h │ ├── Tool.cpp │ └── Tool.h ├── widgets │ ├── BrushTypeComboBox.ui │ ├── ColorBoxWidget.ui │ ├── PaintWidget.cpp │ ├── PaintWidget.h │ ├── brushtypecombobox.cpp │ ├── brushtypecombobox.h │ ├── brushtypecombobox.ui │ ├── colorboxwidget.cpp │ ├── colorboxwidget.h │ ├── imagepositionwidget.cpp │ ├── imagepositionwidget.h │ └── imagepositionwidget.ui └── workers │ ├── BatchProcessWorker.cpp │ ├── BatchProcessWorker.h │ ├── filterworker.cpp │ ├── filterworker.h │ ├── filterworkermp.cpp │ └── filterworkermp.h └── versions ├── dev.json └── stable.json /.github/CONTRIBUTING.MD: -------------------------------------------------------------------------------- 1 | # Contributing to PhotoFlare 2 | 3 | 4 | The following is a set of guidelines for contributing to PhotoFlare. 5 | These are just guidelines, not rules. Pull requests that break these guidelines will still be considered to be merged. 6 | 7 | ## How Can I Contribute? 8 | * Reporting Bugs 9 | * Suggesting Enhancements 10 | * Pull Requests 11 | * Documentation 12 | 13 | ## Styleguides 14 | * [C++ Styleguide](https://google.github.io/styleguide/cppguide.html) 15 | 16 | ## Git Commit Messages 17 | 18 | * Use the present tense ("Add feature" not "Added feature") 19 | * Use the imperative mood ("Move cursor to..." not "Moves cursor to...") 20 | * Limit the first line to 72 characters or less 21 | 22 | ### Submiting issues 23 | * How to reproduce issue 24 | * Expected behaviour 25 | * Observer behaviour 26 | * Screenshots (where applicable) 27 | * Version of PhotoFlare 28 | * What Operating System you were using 29 | 30 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | custom: https://photoflare.io/donate/ 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve the software 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. Linux, Windows] 28 | - Version [e.g. 1.6.0] 29 | 30 | **Additional context** 31 | Add any other context about the problem here. 32 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ## New features 2 | If you are working on a new feature please choose one from issues with the enhancement label. Otherwise your feature may or may not be accepted into master. 3 | 4 | ## Description 5 | Give a brief description of the feature/bug fix and if the solution differs from the suggested issue solution. 6 | 7 | ## Related Issue 8 | Tag the issue number that your pull request relates to. 9 | 10 | ## How Has This Been Tested? 11 | Provide some information on your test results. Eg. Before and after your fix. 12 | 13 | ## Screenshots (if appropriate): 14 | Only required for fixes or features that involve a visual element. 15 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Photoflare.pro.user* 2 | .DS_Store 3 | .vscode/ 4 | *.o 5 | languages/*.qm 6 | moc_*.cpp 7 | ui_*.h 8 | debian/.debhelper/* 9 | debian/photoflare/* 10 | parts/ 11 | prime/ 12 | snap/.snapcraft/ 13 | stage/ 14 | external/GraphicsMagick-1.3.28 -------------------------------------------------------------------------------- /assets/brushes/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/circle.png -------------------------------------------------------------------------------- /assets/brushes/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/square.png -------------------------------------------------------------------------------- /assets/brushes/type_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_1.png -------------------------------------------------------------------------------- /assets/brushes/type_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_2.png -------------------------------------------------------------------------------- /assets/brushes/type_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_3.png -------------------------------------------------------------------------------- /assets/brushes/type_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_4.png -------------------------------------------------------------------------------- /assets/brushes/type_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_5.png -------------------------------------------------------------------------------- /assets/brushes/type_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_6.png -------------------------------------------------------------------------------- /assets/brushes/type_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_7.png -------------------------------------------------------------------------------- /assets/brushes/type_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_8.png -------------------------------------------------------------------------------- /assets/brushes/type_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/brushes/type_9.png -------------------------------------------------------------------------------- /assets/cursors/bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/cursors/bucket.png -------------------------------------------------------------------------------- /assets/cursors/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/cursors/color-picker.png -------------------------------------------------------------------------------- /assets/icons/aligntext_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/aligntext_center.png -------------------------------------------------------------------------------- /assets/icons/aligntext_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/aligntext_left.png -------------------------------------------------------------------------------- /assets/icons/aligntext_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/aligntext_right.png -------------------------------------------------------------------------------- /assets/icons/linked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/linked.png -------------------------------------------------------------------------------- /assets/icons/palettemanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/palettemanager.png -------------------------------------------------------------------------------- /assets/icons/selections/circle_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/selections/circle_sel.png -------------------------------------------------------------------------------- /assets/icons/selections/square_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/selections/square_sel.png -------------------------------------------------------------------------------- /assets/icons/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/swap.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/batch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/batch.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/cansize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/cansize.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/imgsize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/imgsize.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/index.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/new.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/open.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/pref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/pref.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/print.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/redo.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/rgb.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/save.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/scan.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/show.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/text.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/trans.png -------------------------------------------------------------------------------- /assets/icons/toolbar1/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar1/undo.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/autobright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/autobright.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/autolevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/autolevel.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/blur.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/brightness+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/brightness+.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/brightness-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/brightness-.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/contrast+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/contrast+.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/contrast-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/contrast-.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/dustreduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/dustreduction.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/flipH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/flipH.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/flipV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/flipV.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/gammacorrect+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/gammacorrect+.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/gammacorrect-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/gammacorrect-.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/gradient.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/grayscale.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/hue.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/old_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/old_photo.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/reinforce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/reinforce.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/rotateCCW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/rotateCCW.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/rotateCW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/rotateCW.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/saturation+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/saturation+.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/saturation-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/saturation-.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/sepia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/sepia.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/sharpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/sharpen.png -------------------------------------------------------------------------------- /assets/icons/toolbar2/soften.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/toolbar2/soften.png -------------------------------------------------------------------------------- /assets/icons/unlinked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/icons/unlinked.png -------------------------------------------------------------------------------- /assets/lines/arrow_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/arrow_1.png -------------------------------------------------------------------------------- /assets/lines/arrow_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/arrow_2.png -------------------------------------------------------------------------------- /assets/lines/type_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/type_1.png -------------------------------------------------------------------------------- /assets/lines/type_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/type_2.png -------------------------------------------------------------------------------- /assets/lines/type_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/type_3.png -------------------------------------------------------------------------------- /assets/lines/type_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/type_4.png -------------------------------------------------------------------------------- /assets/lines/type_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/type_5.png -------------------------------------------------------------------------------- /assets/lines/type_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/lines/type_6.png -------------------------------------------------------------------------------- /assets/pixmaps/checkers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/checkers.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Brazil.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/China.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Czech-Republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Czech-Republic.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/France.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Germany.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Indonesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Indonesia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Japan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Netherlands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Netherlands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Portugal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Portugal.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Russia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/South-Korea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/South-Korea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Spain.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Sweden.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Taiwan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/Turkey.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/United-kingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/United-kingdom.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Afghanistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Afghanistan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Aland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Aland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Albania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Albania.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Algeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Algeria.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/American-samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/American-samoa.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Andorra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Andorra.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Angola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Angola.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Anguilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Anguilla.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Antarctica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Antarctica.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Antigua-and-barbuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Antigua-and-barbuda.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Argentina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Argentina.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Armenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Armenia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Aruba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Aruba.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Australia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Australia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Austria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Austria.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Azerbaijan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Azerbaijan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bahamas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bahamas.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bahrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bahrain.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bangladesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bangladesh.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Barbados.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Barbados.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Belarus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Belarus.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Belgium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Belgium.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Belize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Belize.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Benin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Benin.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bermuda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bermuda.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bhutan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bhutan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bolivia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bolivia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bonaire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bonaire.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bosnia-and-Herzegovina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bosnia-and-Herzegovina.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Botswana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Botswana.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Brazil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Brazil.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/British-Indian-Ocean-Territory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/British-Indian-Ocean-Territory.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/British-antarctic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/British-antarctic.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/British-virgin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/British-virgin.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Brunei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Brunei.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Bulgaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Bulgaria.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Burkina-faso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Burkina-faso.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Burundi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Burundi.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cambodia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cambodia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cameroon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cameroon.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Canada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Canada.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cape-verde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cape-verde.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cascadia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cascadia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cayman-Islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cayman-Islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Central-african-republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Central-african-republic.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Chad.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Chile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Chile.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/China.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/China.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Christmas-Island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Christmas-Island.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cocos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cocos.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Colombia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Colombia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Comoros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Comoros.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Congo-kinshasa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Congo-kinshasa.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Congo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Congo.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cook-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cook-islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Costa-rica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Costa-rica.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cote_d'Ivoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cote_d'Ivoire.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Croatia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Croatia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cuba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cuba.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Curacao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Curacao.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Cyprus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Cyprus.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Czech-Republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Czech-Republic.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Denmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Denmark.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Djibouti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Djibouti.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Dominican-republic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Dominican-republic.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/East-Timor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/East-Timor.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ecuador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ecuador.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Egypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Egypt.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/El-salvador.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/El-salvador.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/England.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/England.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Equatorial-guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Equatorial-guinea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Eritrea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Eritrea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Estonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Estonia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ethiopia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ethiopia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/European-union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/European-union.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ex-yugoslavia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ex-yugoslavia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Falkland-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Falkland-islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Faroe-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Faroe-islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Fiji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Fiji.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Finland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Finland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/France.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/France.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/French-Southern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/French-Southern.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/French-polynesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/French-polynesia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Gabon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Gabon.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Gambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Gambia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Georgia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Germany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Germany.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ghana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ghana.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Gibraltar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Gibraltar.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Greenland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Greenland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Grenada.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Grenada.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guadeloupe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guadeloupe.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guam.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guatemala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guatemala.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guernsey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guernsey.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guinea-bissau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guinea-bissau.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guinea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Guyana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Guyana.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Haiti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Haiti.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Honduras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Honduras.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Hong-kong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Hong-kong.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Hungary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Hungary.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Iceland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Iceland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/India.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/India.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Indonesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Indonesia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Iran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Iran.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Iraq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Iraq.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ireland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Isle-of-man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Isle-of-man.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Israel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Israel.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Italy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Italy.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ivory-coast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ivory-coast.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Jamaica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Jamaica.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Japan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Japan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Jersey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Jersey.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Jordan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Jordan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Kazakhstan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Kazakhstan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Kenya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Kenya.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Kiribati.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Kiribati.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Kosovo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Kosovo.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Kuwait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Kuwait.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Kyrgyzstan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Kyrgyzstan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Laos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Laos.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Latvia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Latvia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Lebanon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Lebanon.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Lesotho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Lesotho.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Liberia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Liberia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Libya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Libya.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Liechtenstein.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Liechtenstein.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Lithuania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Lithuania.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Luxembourg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Luxembourg.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Macau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Macau.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Macedonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Macedonia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Madagascar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Madagascar.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Malawi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Malawi.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Malaysia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Malaysia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Maldives.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Maldives.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mali.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Malta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Malta.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Marshall-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Marshall-islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Martinique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Martinique.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mauritania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mauritania.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mauritius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mauritius.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mayotte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mayotte.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mexico.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Micronesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Micronesia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Moldova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Moldova.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Monaco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Monaco.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mongolia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mongolia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Montenegro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Montenegro.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Montserrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Montserrat.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Morocco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Morocco.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Mozambique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Mozambique.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Myanmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Myanmar.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Namibia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Namibia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Nauru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Nauru.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Nepal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Nepal.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Netherlands-antilles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Netherlands-antilles.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Netherlands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Netherlands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/New-Zealand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/New-Zealand.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/New-caledonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/New-caledonia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Nicaragua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Nicaragua.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Niger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Niger.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Nigeria.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Niue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Niue.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Norfolk-island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Norfolk-island.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/North-korea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/North-korea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Northern-Mariana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Northern-Mariana.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Northern-ireland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Northern-ireland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Norway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Norway.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Oman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Oman.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Pakistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Pakistan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Palau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Palau.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Palestinian-Territory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Palestinian-Territory.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Panama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Panama.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Papua-new-guinea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Papua-new-guinea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Paraguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Paraguay.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Peru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Peru.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Philippines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Philippines.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Pitcairn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Pitcairn.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Poland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Poland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Portugal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Portugal.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Puerto-rico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Puerto-rico.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Qatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Qatar.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Reunion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Reunion.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Romania.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Russia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Russia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Rwanda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Rwanda.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saint-Helena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saint-Helena.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saint-Pierre-and-Miquelon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saint-Pierre-and-Miquelon.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saint-Vincent-and-the-Grenadines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saint-Vincent-and-the-Grenadines.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saint-barthelemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saint-barthelemy.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saint-kitts-and-nevis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saint-kitts-and-nevis.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saint-lucia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saint-lucia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Samoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Samoa.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/San-marino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/San-marino.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sao-Tome-and-Principe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sao-Tome-and-Principe.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Saudi-arabia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Saudi-arabia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Scotland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Scotland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Senegal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Senegal.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Serbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Serbia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Seychelles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Seychelles.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sierra-leone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sierra-leone.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Singapore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Singapore.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sint-Eustatius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sint-Eustatius.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sint-Maarten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sint-Maarten.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Slovakia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Slovakia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Slovenia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Slovenia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Solomon-islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Solomon-islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/South-Georgia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/South-Georgia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/South-Korea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/South-Korea.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/South-Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/South-Sudan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/South-africa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/South-africa.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Spain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Spain.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sri-lanka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sri-lanka.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sudan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sudan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Suriname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Suriname.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Svalbard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Svalbard.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Swaziland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Swaziland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Sweden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Sweden.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Switzerland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Switzerland.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Syria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Syria.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Taiwan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Taiwan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Tajikistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Tajikistan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Tanzania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Tanzania.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Thailand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Thailand.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Timor-leste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Timor-leste.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Togo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Togo.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Tokelau.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Tokelau.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Tonga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Tonga.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Trinidad-and-tobago.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Trinidad-and-tobago.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Tunisia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Tunisia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Turkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Turkey.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Turkmenistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Turkmenistan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Turks-and-Caicos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Turks-and-Caicos.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Tuvalu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Tuvalu.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/USA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/USA.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Uganda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Uganda.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Ukraine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Ukraine.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/United-States-Virgin-Islands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/United-States-Virgin-Islands.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/United-arab-emirates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/United-arab-emirates.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/United-kingdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/United-kingdom.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Uruguay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Uruguay.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Uzbekistan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Uzbekistan.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Vanuatu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Vanuatu.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Vatican-city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Vatican-city.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Venezuela.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Venezuela.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Vietnam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Vietnam.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Wales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Wales.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Wallis-and-futuna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Wallis-and-futuna.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Yemen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Yemen.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Zambia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Zambia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/Zimbabwe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/Zimbabwe.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/greece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/greece.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/all_flags/somalia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/flags/all_flags/somalia.png -------------------------------------------------------------------------------- /assets/pixmaps/flags/readme.md: -------------------------------------------------------------------------------- 1 | # Translators 2 | 3 | If translating Photoflare into a new language copy the relevant image file from /all_flags to the /flags directory. 4 | -------------------------------------------------------------------------------- /assets/pixmaps/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/logo.ico -------------------------------------------------------------------------------- /assets/pixmaps/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/pixmaps/logo.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/batch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/batch.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/cansize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/cansize.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/imgsize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/imgsize.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/index.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/new.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/open.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/pref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/pref.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/print.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/redo.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/rgb.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/save.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/scan.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/show.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/text.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/trans.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar1/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar1/undo.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/autobright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/autobright.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/autolevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/autolevel.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/blur.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/brightness+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/brightness+.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/brightness-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/brightness-.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/contrast+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/contrast+.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/contrast-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/contrast-.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/dustreduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/dustreduction.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/flipH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/flipH.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/flipV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/flipV.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/gammacorrect+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/gammacorrect+.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/gammacorrect-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/gammacorrect-.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/gradient.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/grayscale.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/hue.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/old_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/old_photo.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/reinforce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/reinforce.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/rotateCCW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/rotateCCW.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/rotateCW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/rotateCW.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/saturation+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/saturation+.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/saturation-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/saturation-.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/sepia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/sepia.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/sharpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/sharpen.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolbar2/soften.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolbar2/soften.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Blur.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Bucket.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/ColourPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/ColourPicker.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Eraser.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Line.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/PaintBrush-Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/PaintBrush-Plus.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/PaintBrush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/PaintBrush.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Pointer.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Smudge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Smudge.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Spraycan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Spraycan.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Stamp.png -------------------------------------------------------------------------------- /assets/themes/Retro/toolpalette_icons/Wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/themes/Retro/toolpalette_icons/Wand.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Blur.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Bucket.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/ColourPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/ColourPicker.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Eraser.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Line.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/PaintBrush-Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/PaintBrush-Plus.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/PaintBrush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/PaintBrush.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Pointer.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Smudge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Smudge.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Spraycan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Spraycan.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Stamp.png -------------------------------------------------------------------------------- /assets/toolpalette_icons/Wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/assets/toolpalette_icons/Wand.png -------------------------------------------------------------------------------- /build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | # Simple script to build the project on Travis-CI 4 | 5 | export QT_SELECT=qt5 6 | 7 | apt-get update -q 8 | apt-get install -y qtbase5-dev qttools5-dev-tools libgraphicsmagick++-dev libomp-dev 9 | 10 | qmake Photoflare.pro 11 | make 12 | # make install # Before to enable it, PhotoFlare.pro need to be adjusted 13 | make clean 14 | -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate -------------------------------------------------------------------------------- /docs/batch.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 |
5 | 6 |8 | Launch via "Tools >> Automate/Batch..." or via the toolbar button. 9 |
10 |23 | Return to table of contents >> 24 |
25 | 26 | -------------------------------------------------------------------------------- /docs/creating.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | Images are created by using the New file dialog. 9 |
10 |Menu:
"File >> New..."
keyboard shortcut:
"Ctrl+N" (View all shortcuts)
Button:
19 | Return to table of contents >> 20 |
21 | 22 | -------------------------------------------------------------------------------- /docs/crop.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | To crop an image use the PointerTool (first tool in the palette). Left click and drag to select an area to crop. Right click to bring up the context menu. Select the "Crop" option. 9 |
10 |Menu:
"Image >> Crop"
keyboard shortcut:
"Ctrl+Shift+H" (View all shortcuts)
14 | Return to table of contents >> 15 |
16 | 17 | -------------------------------------------------------------------------------- /docs/gradients.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | Launch via the toolbar button. Easily create gradients via the Gradient dialog. You can select the gradient colours, direction and what type of gradient you would like. Gradients can be created on new images or applied to existing images. 9 |
10 |Button:
14 | Return to table of contents >> 15 |
16 | 17 | -------------------------------------------------------------------------------- /docs/hue.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | Launch the Hue Variation dialog. You can adjust either the hue via "Colorize" or "Hue" option. 9 |
10 |Menu:
"Adjust >> Hue Variation..."
keyboard shortcut:
"Ctrl+H" (View all shortcuts)
Button:
16 | Return to table of contents >> 17 |
18 | 19 | -------------------------------------------------------------------------------- /docs/images/batch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/batch1.png -------------------------------------------------------------------------------- /docs/images/batch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/batch2.png -------------------------------------------------------------------------------- /docs/images/batch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/batch3.png -------------------------------------------------------------------------------- /docs/images/batch4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/batch4.png -------------------------------------------------------------------------------- /docs/images/batch5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/batch5.png -------------------------------------------------------------------------------- /docs/images/batch6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/batch6.png -------------------------------------------------------------------------------- /docs/images/cropping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/cropping.png -------------------------------------------------------------------------------- /docs/images/grad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/grad1.png -------------------------------------------------------------------------------- /docs/images/grad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/grad2.png -------------------------------------------------------------------------------- /docs/images/hue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/hue1.png -------------------------------------------------------------------------------- /docs/images/hue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/hue2.png -------------------------------------------------------------------------------- /docs/images/mode_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/mode_1.png -------------------------------------------------------------------------------- /docs/images/mode_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/mode_2.png -------------------------------------------------------------------------------- /docs/images/mode_toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/mode_toggle.png -------------------------------------------------------------------------------- /docs/images/newDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/newDialog.png -------------------------------------------------------------------------------- /docs/images/openDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/openDialog.png -------------------------------------------------------------------------------- /docs/images/pref1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref1.png -------------------------------------------------------------------------------- /docs/images/pref2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref2.png -------------------------------------------------------------------------------- /docs/images/pref3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref3.png -------------------------------------------------------------------------------- /docs/images/pref4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref4.png -------------------------------------------------------------------------------- /docs/images/pref5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref5.png -------------------------------------------------------------------------------- /docs/images/pref6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref6.png -------------------------------------------------------------------------------- /docs/images/pref7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref7.png -------------------------------------------------------------------------------- /docs/images/pref_comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/pref_comp.png -------------------------------------------------------------------------------- /docs/images/resizeDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/resizeDialog.png -------------------------------------------------------------------------------- /docs/images/text1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/text1.png -------------------------------------------------------------------------------- /docs/images/toolbar1/imgsize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar1/imgsize.png -------------------------------------------------------------------------------- /docs/images/toolbar1/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar1/new.png -------------------------------------------------------------------------------- /docs/images/toolbar1/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar1/open.png -------------------------------------------------------------------------------- /docs/images/toolbar1/pref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar1/pref.png -------------------------------------------------------------------------------- /docs/images/toolbar1/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar1/text.png -------------------------------------------------------------------------------- /docs/images/toolbar2/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar2/gradient.png -------------------------------------------------------------------------------- /docs/images/toolbar2/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/toolbar2/hue.png -------------------------------------------------------------------------------- /docs/images/tools/Blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Blur.png -------------------------------------------------------------------------------- /docs/images/tools/Bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Bucket.png -------------------------------------------------------------------------------- /docs/images/tools/ColourPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/ColourPicker.png -------------------------------------------------------------------------------- /docs/images/tools/Eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Eraser.png -------------------------------------------------------------------------------- /docs/images/tools/Line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Line.png -------------------------------------------------------------------------------- /docs/images/tools/PaintBrush-Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/PaintBrush-Plus.png -------------------------------------------------------------------------------- /docs/images/tools/PaintBrush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/PaintBrush.png -------------------------------------------------------------------------------- /docs/images/tools/Pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Pointer.png -------------------------------------------------------------------------------- /docs/images/tools/Smudge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Smudge.png -------------------------------------------------------------------------------- /docs/images/tools/Spraycan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Spraycan.png -------------------------------------------------------------------------------- /docs/images/tools/Stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Stamp.png -------------------------------------------------------------------------------- /docs/images/tools/Wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/docs/images/tools/Wand.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |7 | Photoflare is a cross-platform image editor with an aim to balance between powerful features and a very friendly graphical user interface. It suits a wide variety of different tasks and users who value a more nimble workflow. Features include basic image editing capabilities, paint brushes, image filters, colour adjustments and more advanced features such as Batch image processing. 8 |
9 | 10 |12 | Welcome to the Photoflare user manual. This is information aimed at end users to help understand how to use the current features in the application. 13 |
14 | 15 | 16 |8 | Using the Window modes will give you options on how you work with your images. To switch window mode use the Layout tab inside Preferences and select "Multi-Window mode". 9 |
10 |13 | The default mode will be tabs. This should be familiar to most users. 14 |
15 |19 | The MDI option will use child windows inside the main (parent) window. This is a little less modern but some users prefer this option. 20 |
21 |23 | Return to table of contents >> 24 |
25 | 26 | -------------------------------------------------------------------------------- /docs/opening.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | Open files with the Open file dialog. 9 |
10 |Menu:
"File >> Open..."
keyboard shortcut:
"Ctrl+O" (View all shortcuts)
Button:
24 | Return to table of contents >> 25 |
26 | 27 | -------------------------------------------------------------------------------- /docs/resize.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | Resize images with the Image size dialog. 9 |
10 |Menu:
"Image >> Image size..."
keyboard shortcut:
"Ctrl+H" (View all shortcuts)
Button:
14 | This has similar options to the new file dialog. One new option here is the "Lock ratio" option. This will keep the ratio of the image intact if you change the width/height. 15 |
16 |18 | Return to table of contents >> 19 |
20 | 21 | -------------------------------------------------------------------------------- /docs/text.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |8 | To add text to an image use the Text dialog. 9 |
10 |Menu:
"Image >> Text..."
Button:
26 | Return to table of contents >> 27 |
28 | 29 | -------------------------------------------------------------------------------- /external/qt-solutions/common.pri: -------------------------------------------------------------------------------- 1 | exists(config.pri):infile(config.pri, SOLUTIONS_LIBRARY, yes): CONFIG += qtsingleapplication-uselib 2 | TEMPLATE += fakelib 3 | QTSINGLEAPPLICATION_LIBNAME = $$qtLibraryTarget(QtSolutions_SingleApplication-head) 4 | TEMPLATE -= fakelib 5 | QTSINGLEAPPLICATION_LIBDIR = $$PWD/lib 6 | unix:qtsingleapplication-uselib:!qtsingleapplication-buildlib:QMAKE_RPATHDIR += $$QTSINGLEAPPLICATION_LIBDIR 7 | -------------------------------------------------------------------------------- /external/qt-solutions/qtsingleapplication/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required (VERSION 2.8.11) 2 | cmake_policy(SET CMP0020 OLD) 3 | if ( CMAKE_VERSION VERSION_GREATER 3.0 ) 4 | cmake_policy(SET CMP0043 OLD) 5 | endif() 6 | 7 | set(QTSINGLEAPPLICATION "qtsingleapplication") 8 | set(PROJECT ${QTSINGLEAPPLICATION}) 9 | project(${PROJECT}) 10 | 11 | # Find includes in corresponding build directories 12 | set(CMAKE_INCLUDE_CURRENT_DIR ON) 13 | # Instruct CMake to run moc automatically when needed. 14 | if(WIN32) 15 | add_definitions(-DUNICODE -D_UNICODE) 16 | endif(WIN32) 17 | set(CMAKE_AUTOMOC ON) 18 | 19 | #find_package(Qt4 COMPONENTS QtCore QtGui QtNetwork REQUIRED) 20 | find_package(Qt5Core) 21 | #find_package(Qt5Network) 22 | #include_directories( ${QT_INCLUDE_DIR} ) 23 | #include_directories( ${QT_INCLUDE_DIR}/Qt ) 24 | 25 | set( MAIN_SRC 26 | "qtlocalpeer.cpp" 27 | "qtsingleapplication.cpp" 28 | "qtsinglecoreapplication.cpp" 29 | ) 30 | 31 | set(MAIN_QT_HDRS 32 | "qtlocalpeer.h" 33 | "qtsingleapplication.h" 34 | "qtsinglecoreapplication.h" 35 | ) 36 | 37 | set(MAIN_HDRS 38 | "qtlocalpeer.h" 39 | "qtlockedfile.h" 40 | "qtsingleapplication.h" 41 | "qtsinglecoreapplication.h" 42 | "QtLockedFile" 43 | "QtSingleApplication" 44 | ) 45 | 46 | #qt4_wrap_cpp(MOC_SOURCES ${MAIN_QT_HDRS} ) 47 | 48 | #add comment 49 | add_library(${PROJECT} STATIC ${MAIN_SRC} ${MOC_SOURCES}) 50 | #target_link_libraries(${PROJECT} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY}) 51 | qt5_use_modules(${PROJECT} Widgets Network) 52 | set(QTSINGLEAPPLICATION_LIBS ${QTSINGLEAPPLICATION} PARENT_SCOPE) 53 | -------------------------------------------------------------------------------- /external/qt-solutions/qtsingleapplication/QtLockedFile: -------------------------------------------------------------------------------- 1 | #include "qtlockedfile.h" 2 | -------------------------------------------------------------------------------- /external/qt-solutions/qtsingleapplication/QtSingleApplication: -------------------------------------------------------------------------------- 1 | #include "qtsingleapplication.h" 2 | -------------------------------------------------------------------------------- /external/qt-solutions/qtsingleapplication/qtsingleapplication.pri: -------------------------------------------------------------------------------- 1 | include(../common.pri) 2 | INCLUDEPATH += $$PWD 3 | DEPENDPATH += $$PWD 4 | QT *= network 5 | greaterThan(QT_MAJOR_VERSION, 4): QT *= widgets 6 | 7 | qtsingleapplication-uselib:!qtsingleapplication-buildlib { 8 | LIBS += -L$$QTSINGLEAPPLICATION_LIBDIR -l$$QTSINGLEAPPLICATION_LIBNAME 9 | } else { 10 | SOURCES += $$PWD/qtsingleapplication.cpp $$PWD/qtlocalpeer.cpp 11 | HEADERS += $$PWD/qtsingleapplication.h $$PWD/qtlocalpeer.h 12 | } 13 | 14 | win32 { 15 | contains(TEMPLATE, lib):contains(CONFIG, shared):DEFINES += QT_QTSINGLEAPPLICATION_EXPORT 16 | else:qtsingleapplication-uselib:DEFINES += QT_QTSINGLEAPPLICATION_IMPORT 17 | } 18 | -------------------------------------------------------------------------------- /flatpak/flatpak_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "app-id": "io.photoflare_editor.photoflare", 3 | "runtime": "org.kde.Platform", 4 | "runtime-version": "5.11", 5 | "sdk": "org.kde.Platform", 6 | "command": "photoflare", 7 | "modules": [ 8 | { 9 | "name": "graphicsmagick", 10 | "builddir": true, 11 | "config-opts": [ 12 | "--enable-shared", 13 | "--with-modules", 14 | "--with-perl", 15 | "--with-quantum-depth=16", 16 | "--with-threads" 17 | ], 18 | "sources": [ 19 | { 20 | "type": "archive", 21 | "url": "http://ftp.icm.edu.pl/pub/unix/graphics/GraphicsMagick/1.3/GraphicsMagick-1.3.29.tar.gz", 22 | "sha256":"de820cd10597205941a7e9d02c2e679231e92e8e769c204ef09034d2279ad453" 23 | } 24 | ] 25 | }, 26 | { 27 | "name": "photoflare", 28 | "buildsystem": "qmake", 29 | "sources": [ 30 | { 31 | "type": "git", 32 | "url": "https://github.com/PhotoFlare/photoflare.git", 33 | "commit": "25447adc0842ee78605df0dd49492e9dd5edc3e0" 34 | } 35 | ] 36 | } 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /installers/README.md: -------------------------------------------------------------------------------- 1 | ## Source for building the installer packages. 2 | 3 | - DEBIAN: Control file to build .deb installers. 4 | - PhotoFlare.aip: Advanced Installer config file for Windows .msi. 5 | -------------------------------------------------------------------------------- /installers/deb/DEBIAN/control: -------------------------------------------------------------------------------- 1 | Package: photoflare 2 | Version: 1.6.12~jammy1 3 | Architecture: amd64 4 | Maintainer: Dylan Coakley