├── .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 |

Batch processing/Automation

7 |

8 | Launch via "Tools >> Automate/Batch..." or via the toolbar button. 9 |

10 |

Add your source files and set the output folder

11 | 12 |

Adjust image size or canvas size

13 | 14 |

Adjust brightness, contrast, saturation or gamma correction

15 | 16 |

Apply any of the available filters

17 | 18 |

Rotate or flip

19 | 20 |

Final summary screen - Click Ok to confirm

21 | 22 |

23 | Return to table of contents >> 24 |

25 | 26 | -------------------------------------------------------------------------------- /docs/creating.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Creating a new image

7 |

8 | Images are created by using the New file dialog. 9 |

10 |

Menu:
"File >> New..."

11 |

keyboard shortcut:
"Ctrl+N" (View all shortcuts)

12 |

Button:

13 | 17 | 18 |

19 | Return to table of contents >> 20 |

21 | 22 | -------------------------------------------------------------------------------- /docs/crop.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Cropping images

7 |

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"

11 |

keyboard shortcut:
"Ctrl+Shift+H" (View all shortcuts)

12 | 13 |

14 | Return to table of contents >> 15 |

16 | 17 | -------------------------------------------------------------------------------- /docs/gradients.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Gradients

7 |

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:

11 | 12 | 13 |

14 | Return to table of contents >> 15 |

16 | 17 | -------------------------------------------------------------------------------- /docs/hue.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Adjusting hue

7 |

8 | Launch the Hue Variation dialog. You can adjust either the hue via "Colorize" or "Hue" option. 9 |

10 |

Menu:
"Adjust >> Hue Variation..."

11 |

keyboard shortcut:
"Ctrl+H" (View all shortcuts)

12 |

Button:

13 | 14 | 15 |

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 |

User manual

11 |

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 |

Table of contents

17 | 31 | 32 | -------------------------------------------------------------------------------- /docs/modes.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Window modes

7 |

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 | 11 |

Tab mode

12 |

13 | The default mode will be tabs. This should be familiar to most users. 14 |

15 | 16 | 17 |

MDI mode

18 |

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 | 22 |

23 | Return to table of contents >> 24 |

25 | 26 | -------------------------------------------------------------------------------- /docs/opening.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Opening files

7 |

8 | Open files with the Open file dialog. 9 |

10 |

Menu:
"File >> Open..."

11 |

keyboard shortcut:
"Ctrl+O" (View all shortcuts)

12 |

Button:

13 |

Supported formats

14 | 22 | 23 |

24 | Return to table of contents >> 25 |

26 | 27 | -------------------------------------------------------------------------------- /docs/resize.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Resizing images

7 |

8 | Resize images with the Image size dialog. 9 |

10 |

Menu:
"Image >> Image size..."

11 |

keyboard shortcut:
"Ctrl+H" (View all shortcuts)

12 |

Button:

13 |

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 | 17 |

18 | Return to table of contents >> 19 |

20 | 21 | -------------------------------------------------------------------------------- /docs/text.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 6 |

Add/Edit text

7 |

8 | To add text to an image use the Text dialog. 9 |

10 |

Menu:
"Image >> Text..."

11 |

Button:

12 |

Options

13 | 24 | 25 |

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 5 | Installed-Size: 5000 6 | Depends: libc6,libgraphicsmagick++-q16-12,libqt5gui5,libqt5core5a,libqt5widgets5,libqt5printsupport5,qt5-image-formats-plugins, libomp5 7 | Section: graphics 8 | Priority: optional 9 | Homepage: https://www.photoflare.io 10 | Description: Photoflare 11 | Simple but featureful editor. Built for casual graphic editing and performance. 12 | -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/applications/photoflare.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=PhotoFlare 3 | Name[pt]=PhotoFlare 4 | Name[pt_BR]=PhotoFlare 5 | Name[ru_RU]=PhotoFlare 6 | Name[id]=PhotoFlare 7 | Comment=A simple but featureful image editor. 8 | Comment[pt]=Um editor de imagens simples, mas cheio de funcionalidades. 9 | Comment[pt_BR]=Um editor de imagens simples, mas cheio de recursos. 10 | Comment[ru_RU]=Простой, но самодостаточный редактор. 11 | Comment[id]=Penyunting gambar yang sederhana namun kaya fitur. 12 | GenericName=Image Editor 13 | GenericName[pt]=Editor de Imagem 14 | GenericName[pt_BR]=Editor de Imagem 15 | GenericName[ru_RU]=Графический редактор 16 | GenericName[id]=Penyunting Gambar 17 | X-GNOME-FullName=PhotoFlare 18 | Exec=photoflare %f 19 | Icon=photoflare 20 | Terminal=false 21 | Type=Application 22 | Categories=Graphics;2DGraphics; 23 | Keywords=photo;image;picture;photography;paint;graphics;editor; 24 | StartupNotify=false 25 | StartupWMClass=io.photoflare.photoflare 26 | MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/svg+xml;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/x-targa;image/x-tga;image/openraster; 27 | -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/128x128/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/128x128/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/16x16/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/16x16/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/192x192/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/192x192/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/22x22/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/22x22/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/24x24/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/24x24/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/256x256/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/256x256/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/32x32/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/32x32/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/48x48/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/48x48/apps/photoflare.png -------------------------------------------------------------------------------- /installers/deb/DEBIAN/usr/share/icons/hicolor/64x64/apps/photoflare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhotoFlare/photoflare/11de5e05fe3bdcc9b914808d70e3c71242931661/installers/deb/DEBIAN/usr/share/icons/hicolor/64x64/apps/photoflare.png -------------------------------------------------------------------------------- /languages/diffing_tool.py: -------------------------------------------------------------------------------- 1 | """` 2 | This module outputs strings missing from other .ts files 3 | :param [lang] 4 | example run: python3 diffing_tool.py de 5 | python3 diffing_tool.py de nl fr -> produces de.txt, nl.txt, fr.txt 6 | """ 7 | import sys 8 | EN_FILE = open("en.ts", "r") 9 | EN_STRINGS = [] 10 | 11 | for en_string in EN_FILE: 12 | en_string = en_string.lstrip().capitalize() 13 | if en_string.startswith(""): 14 | EN_STRINGS.append(en_string[8:-10]) 15 | 16 | for lang_short in sys.argv[1:]: 17 | LANG_FILE = open(lang_short + ".ts", "r") 18 | DIFF_FILE_OUTPUT = open(lang_short + ".txt", "w") 19 | LANG_STRING_LIST, DIFF_LIST = [], [] 20 | 21 | for lang_string in LANG_FILE: 22 | lang_string = lang_string.lstrip().capitalize() 23 | if lang_string.startswith(""): 24 | LANG_STRING_LIST.append(lang_string[8:-10]) 25 | 26 | for string in EN_STRINGS: 27 | if string not in LANG_STRING_LIST: 28 | DIFF_LIST.append(string) 29 | 30 | DIFF_LIST = [DIFF_FILE_OUTPUT.write(line + "\n") for line in DIFF_LIST] 31 | -------------------------------------------------------------------------------- /photoflare.1: -------------------------------------------------------------------------------- 1 | .\" 2 | .TH PHOTOFLARE "1" "Oct 2023" "1.6.13" 3 | .SH NAME 4 | photoflare \- Simple but powerful Cross Platform Image Editor 5 | .SH DESCRIPTION 6 | This is an effort to bring quick, simple but powerful image editing to the 7 | masses. Photoflare is inspired by the image editor currently only available 8 | on Microsoft Windows – PhotoFiltre. However, it will not be a straight clone. 9 | It is being built from the ground up to be much improved and cross platform too! 10 | .SH SEE ALSO 11 | .BR https://photoflare.io 12 | .br 13 | .BR https://github.com/PhotoFlare/photoflare 14 | .SH COPYRIGHT 15 | Copyright \(co 2015\-2023 Dylan Coakley. 16 | .br 17 | Distributed under the GNU GPL-3+ open source license. 18 | -------------------------------------------------------------------------------- /snap/snapcraft.yaml: -------------------------------------------------------------------------------- 1 | name: photoflare 2 | version: 1.6.13 3 | summary: PhotoFlare 4 | description: Simple but powerful Cross Platform image editor 5 | icon: installers/deb/DEBIAN/usr/share/icons/hicolor/48x48/apps/photoflare.png 6 | type: app 7 | 8 | base: core18 9 | confinement: classic 10 | grade: stable 11 | 12 | apps: 13 | photoflare: 14 | command: desktop-launch $SNAP/usr/local/bin/photoflare 15 | desktop: usr/local/share/applications/photoflare.desktop 16 | 17 | parts: 18 | photoflare: 19 | after: [desktop-qt5] 20 | source: https://github.com/PhotoFlare/photoflare.git 21 | source-type: git 22 | source-tag: 'v1.6.13' 23 | plugin: qmake 24 | qt-version: qt5 25 | build-packages: 26 | - qtbase5-dev 27 | - qttools5-dev-tools 28 | - libgraphicsmagick++-dev 29 | - libomp-dev 30 | stage-packages: 31 | - libgraphicsmagick++-q16-12 32 | - libomp5 33 | - libqt5printsupport5 34 | - qt5-image-formats-plugins 35 | -------------------------------------------------------------------------------- /src/dialogs/aboutdialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef ABOUTDIALOG_H 19 | #define ABOUTDIALOG_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class aboutDialog; 25 | } 26 | 27 | class aboutDialog : public QDialog 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit aboutDialog(QWidget *parent = nullptr); 33 | ~aboutDialog(); 34 | 35 | private slots: 36 | void on_closeButton_clicked(); 37 | void on_creditsButton_clicked(); 38 | 39 | private: 40 | Ui::aboutDialog *ui; 41 | }; 42 | 43 | #endif // ABOUTDIALOG_H 44 | -------------------------------------------------------------------------------- /src/dialogs/checkupdatedialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef CHECKUPDATEDIALOG_H 19 | #define CHECKUPDATEDIALOG_H 20 | 21 | #include 22 | #include 23 | 24 | namespace Ui { 25 | class checkupdateDialog; 26 | } 27 | 28 | class checkupdateDialog : public QDialog 29 | { 30 | Q_OBJECT 31 | 32 | public: 33 | explicit checkupdateDialog(QWidget *parent = nullptr); 34 | ~checkupdateDialog(); 35 | 36 | public slots: 37 | void replyFinished(QNetworkReply *reply); 38 | 39 | signals: 40 | void finished(); 41 | 42 | private slots: 43 | void on_closeButton_clicked(); 44 | 45 | void on_downloadButton_clicked(); 46 | 47 | private: 48 | Ui::checkupdateDialog *ui; 49 | }; 50 | 51 | #endif // CHECKUPDATEDIALOG_H 52 | -------------------------------------------------------------------------------- /src/dialogs/checkupdatedialog.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | checkupdateDialog 4 | 5 | 6 | Qt::ApplicationModal 7 | 8 | 9 | 10 | 0 11 | 0 12 | 400 13 | 154 14 | 15 | 16 | 17 | Updates 18 | 19 | 20 | 21 | 22 | 300 23 | 120 24 | 89 25 | 25 26 | 27 | 28 | 29 | Close 30 | 31 | 32 | 33 | 34 | 35 | 30 36 | 20 37 | 181 38 | 17 39 | 40 | 41 | 42 | Checking for updates... 43 | 44 | 45 | 46 | 47 | 48 | 30 49 | 40 50 | 89 51 | 25 52 | 53 | 54 | 55 | Download 56 | 57 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /src/dialogs/colourmanagerdialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef COLOURMANAGERDIALOG_H 19 | #define COLOURMANAGERDIALOG_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class colourManagerDialog; 25 | } 26 | 27 | class colourManagerDialog : public QDialog 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit colourManagerDialog(QWidget *parent = 0); 33 | ~colourManagerDialog(); 34 | 35 | private slots: 36 | void on_addButton_clicked(); 37 | 38 | void on_removeButton_clicked(); 39 | 40 | QColor getColorFromLabel(QWidget *colorLabel) const; 41 | 42 | void addColourToPalette(); 43 | 44 | private: 45 | Ui::colourManagerDialog *ui; 46 | }; 47 | 48 | #endif // COLOURMANAGERDIALOG_H 49 | -------------------------------------------------------------------------------- /src/dialogs/compressiondialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef COMPRESSIONDIALOG_H 19 | #define COMPRESSIONDIALOG_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class CompressionDialog; 25 | } 26 | 27 | class CompressionDialog : public QDialog 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit CompressionDialog(QWidget *parent = nullptr); 33 | ~CompressionDialog(); 34 | 35 | int quality() const; 36 | bool enableSaveImage; 37 | private slots: 38 | void on_horizontalSlider_sliderMoved(int position); 39 | void on_buttonBox_accepted(); 40 | void on_buttonBox_rejected(); 41 | void on_horizontalSlider_valueChanged(int value); 42 | 43 | private: 44 | Ui::CompressionDialog *ui; 45 | }; 46 | 47 | #endif // COMPRESSIONDIALOG_H 48 | -------------------------------------------------------------------------------- /src/dialogs/imagepropertiesdialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef IMAGEPROPERTIESDIALOG_H 19 | #define IMAGEPROPERTIESDIALOG_H 20 | 21 | #include 22 | 23 | class ImagePropertiesPrivate; 24 | 25 | namespace Ui { 26 | class imagePropertiesDialog; 27 | } 28 | 29 | class imagePropertiesDialog : public QDialog 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit imagePropertiesDialog(QWidget *parent = nullptr); 35 | ~imagePropertiesDialog(); 36 | 37 | void setImageName(QString); 38 | void setFolder(QString); 39 | void setSize(QSize); 40 | void setColorCount(QImage); 41 | 42 | void setFileSize(qint64); 43 | void setDate(QString); 44 | 45 | void setMemorySize(qint64); 46 | void setTotalSize(qint64); 47 | 48 | void setFileType(QString); 49 | private: 50 | Ui::imagePropertiesDialog *ui; 51 | }; 52 | 53 | #endif // IMAGEPROPERTIESDIALOG_H 54 | -------------------------------------------------------------------------------- /src/dialogs/outerframedialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef OUTERFRAMEDIALOG_H 19 | #define OUTERFRAMEDIALOG_H 20 | 21 | #include 22 | #include 23 | #include 24 | 25 | #include 26 | 27 | namespace Ui { 28 | class OuterFrameDialog; 29 | } 30 | 31 | class OuterFrameDialog : public QDialog, QComboBoxEventsInterface 32 | { 33 | Q_OBJECT 34 | 35 | public: 36 | explicit OuterFrameDialog(QWidget *parent = nullptr); 37 | ~OuterFrameDialog(); 38 | 39 | void mousePressEvent(QComboBox* obj, QMouseEvent *e); 40 | QColor color() const; 41 | int width() const; 42 | private: 43 | Ui::OuterFrameDialog *ui; 44 | }; 45 | 46 | #endif // OUTERFRAMEDIALOG_H 47 | -------------------------------------------------------------------------------- /src/dialogs/plugindialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef PLUGINDIALOG_H 19 | #define PLUGINDIALOG_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class PluginDialog; 25 | } 26 | 27 | class PluginDialog : public QDialog 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit PluginDialog(QWidget *parent = nullptr); 33 | ~PluginDialog(); 34 | 35 | private: 36 | Ui::PluginDialog *ui; 37 | }; 38 | 39 | #endif // PLUGINDIALOG_H 40 | -------------------------------------------------------------------------------- /src/progress/batchprogress.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #include "batchprogress.h" 19 | #include "ui_batchprogress.h" 20 | 21 | BatchProgress::BatchProgress(QWidget *parent) : 22 | QDialog(parent), 23 | ui(new Ui::BatchProgress) 24 | { 25 | ui->setupUi(this); 26 | } 27 | 28 | BatchProgress::~BatchProgress() 29 | { 30 | delete ui; 31 | } 32 | 33 | void BatchProgress::progress(int value,int total) 34 | { 35 | ui->progressBar->setValue(int(100 * (float)value/(float)total)); 36 | if(value == total) 37 | hide(); 38 | } 39 | 40 | void BatchProgress::on_hideButton_clicked() 41 | { 42 | hide(); 43 | } 44 | -------------------------------------------------------------------------------- /src/progress/batchprogress.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef BATCHPREGRESS_H 19 | #define BATCHPREGRESS_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class BatchProgress; 25 | } 26 | 27 | class BatchProgress : public QDialog 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit BatchProgress(QWidget *parent = nullptr); 33 | ~BatchProgress(); 34 | 35 | public slots: 36 | void progress(int,int); 37 | 38 | private slots: 39 | void on_hideButton_clicked(); 40 | 41 | private: 42 | Ui::BatchProgress *ui; 43 | }; 44 | 45 | #endif // BATCHPROGRESS_H 46 | -------------------------------------------------------------------------------- /src/progress/batchprogress.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | BatchProgress 4 | 5 | 6 | 7 | 0 8 | 0 9 | 290 10 | 46 11 | 12 | 13 | 14 | Batch progress 15 | 16 | 17 | 18 | 19 | 10 20 | 12 21 | 211 22 | 23 23 | 24 | 25 | 26 | 0 27 | 28 | 29 | 30 | 31 | 32 | 230 33 | 10 34 | 51 35 | 25 36 | 37 | 38 | 39 | Hide 40 | 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /src/toolSettings/BlurSettingsWidget.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for BlurTool settings. 19 | 20 | #include "BlurSettingsWidget.h" 21 | #include "ui_BlurSettingsWidget.h" 22 | 23 | BlurSettingsWidget::BlurSettingsWidget(QWidget *parent) : 24 | QWidget(parent), 25 | ui(new Ui::BlurSettingsWidget) 26 | { 27 | ui->setupUi(this); 28 | 29 | connect(ui->radiusSpinBox, static_cast(&QSpinBox::valueChanged), this, &BlurSettingsWidget::settingsChanged); 30 | connect(ui->pressureSlider, &QSlider::valueChanged, this, &BlurSettingsWidget::settingsChanged); 31 | } 32 | 33 | BlurSettingsWidget::~BlurSettingsWidget() 34 | { 35 | delete ui; 36 | } 37 | 38 | int BlurSettingsWidget::radius() const 39 | { 40 | return ui->radiusSpinBox->value(); 41 | } 42 | 43 | int BlurSettingsWidget::pressure() const 44 | { 45 | return ui->pressureSlider->value(); 46 | } 47 | -------------------------------------------------------------------------------- /src/toolSettings/BlurSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for BlurTool settings. 19 | 20 | #ifndef BLURSETTINGSWIDGET_H 21 | #define BLURSETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class BlurSettingsWidget; 27 | } 28 | 29 | class BlurSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit BlurSettingsWidget(QWidget *parent = nullptr); 35 | ~BlurSettingsWidget(); 36 | 37 | int radius() const; 38 | int pressure() const; 39 | 40 | signals: 41 | void settingsChanged(); 42 | 43 | private: 44 | Ui::BlurSettingsWidget *ui; 45 | }; 46 | 47 | #endif // BLURSETTINGSWIDGET_H 48 | -------------------------------------------------------------------------------- /src/toolSettings/LineSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for LineTool settings. 19 | 20 | #ifndef LINESETTINGSWIDGET_H 21 | #define LINESETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class LineSettingsWidget; 27 | } 28 | 29 | class LineSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit LineSettingsWidget(QWidget *parent = nullptr); 35 | ~LineSettingsWidget(); 36 | 37 | int width(); 38 | int opacity(); 39 | bool antialias(); 40 | int style(); 41 | int arrowStyle(); 42 | 43 | signals: 44 | void settingsChanged(); 45 | 46 | private slots: 47 | void on_arrowCheckBox_clicked(bool checked); 48 | void on_arrowCheckBox2_clicked(bool checked); 49 | 50 | private: 51 | Ui::LineSettingsWidget *ui; 52 | }; 53 | 54 | #endif // LINESETTINGSWIDGET_H 55 | -------------------------------------------------------------------------------- /src/toolSettings/MagicWandSettingsWidget.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for MagicWandTool settings. 19 | 20 | #include "MagicWandSettingsWidget.h" 21 | #include "ui_MagicWandSettingsWidget.h" 22 | 23 | MagicWandSettingsWidget::MagicWandSettingsWidget(QWidget *parent) : 24 | QWidget(parent), 25 | ui(new Ui::MagicWandSettingsWidget) 26 | { 27 | ui->setupUi(this); 28 | 29 | connect(ui->toleranceSpinBox, static_cast(&QSpinBox::valueChanged), this, &MagicWandSettingsWidget::settingsChanged); 30 | connect(ui->colorCheckBox, &QCheckBox::clicked, this, &MagicWandSettingsWidget::settingsChanged); 31 | } 32 | 33 | MagicWandSettingsWidget::~MagicWandSettingsWidget() 34 | { 35 | delete ui; 36 | } 37 | 38 | int MagicWandSettingsWidget::tolerance() const 39 | { 40 | return ui->toleranceSpinBox->value(); 41 | } 42 | 43 | bool MagicWandSettingsWidget::color() const 44 | { 45 | return ui->colorCheckBox->isChecked(); 46 | } 47 | -------------------------------------------------------------------------------- /src/toolSettings/MagicWandSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for MagicWandTool settings. 19 | 20 | #ifndef MAGICWANDSETTINGSWIDGET_H 21 | #define MAGICWANDSETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class MagicWandSettingsWidget; 27 | } 28 | 29 | class MagicWandSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit MagicWandSettingsWidget(QWidget *parent = nullptr); 35 | ~MagicWandSettingsWidget(); 36 | 37 | int tolerance() const; 38 | bool color() const; 39 | 40 | signals: 41 | void settingsChanged(); 42 | 43 | private: 44 | Ui::MagicWandSettingsWidget *ui; 45 | }; 46 | 47 | #endif // MAGICWANDSETTINGSWIDGET_H 48 | -------------------------------------------------------------------------------- /src/toolSettings/PaintBrushAdvSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | //Widget for AdvancedPaintbrushTool settings. 19 | 20 | #ifndef PAINTBRUSHADVSETTINGSWIDGET_H 21 | #define PAINTBRUSHADVSETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class PaintBrushAdvSettingsWidget; 27 | } 28 | 29 | class PaintBrushAdvSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit PaintBrushAdvSettingsWidget(QWidget *parent = nullptr); 35 | ~PaintBrushAdvSettingsWidget(); 36 | 37 | QPixmap brushPixmap(); 38 | int brushWidth() const; 39 | int pressure() const; 40 | bool fade() const; 41 | int step() const; 42 | 43 | signals: 44 | void settingsChanged(); 45 | 46 | private: 47 | Ui::PaintBrushAdvSettingsWidget *ui; 48 | }; 49 | 50 | #endif // PAINTBRUSHADVSETTINGSWIDGET_H 51 | -------------------------------------------------------------------------------- /src/toolSettings/SmudgeSettingsWidget.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for SmudgeTool settings. 19 | 20 | #include "SmudgeSettingsWidget.h" 21 | #include "ui_smudgesettingswidget.h" 22 | 23 | SmudgeSettingsWidget::SmudgeSettingsWidget(QWidget *parent) : 24 | QWidget(parent), 25 | ui(new Ui::SmudgeSettingsWidget) 26 | { 27 | ui->setupUi(this); 28 | 29 | connect(ui->radiusSpinBox, static_cast(&QSpinBox::valueChanged), this, &SmudgeSettingsWidget::settingsChanged); 30 | connect(ui->pressureSlider, &QSlider::valueChanged, this, &SmudgeSettingsWidget::settingsChanged); 31 | } 32 | 33 | SmudgeSettingsWidget::~SmudgeSettingsWidget() 34 | { 35 | delete ui; 36 | } 37 | 38 | int SmudgeSettingsWidget::radius() const 39 | { 40 | return ui->radiusSpinBox->value(); 41 | } 42 | 43 | int SmudgeSettingsWidget::pressure() const 44 | { 45 | return ui->pressureSlider->value(); 46 | } 47 | -------------------------------------------------------------------------------- /src/toolSettings/SmudgeSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for SmudgeTool settings. 19 | 20 | #ifndef SMUDGESETTINGSWIDGET_H 21 | #define SMUDGESETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class SmudgeSettingsWidget; 27 | } 28 | 29 | class SmudgeSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit SmudgeSettingsWidget(QWidget *parent = nullptr); 35 | ~SmudgeSettingsWidget(); 36 | 37 | int radius() const; 38 | int pressure() const; 39 | 40 | signals: 41 | void settingsChanged(); 42 | 43 | private: 44 | Ui::SmudgeSettingsWidget *ui; 45 | }; 46 | 47 | #endif // SMUDGESETTINGSWIDGET_H 48 | -------------------------------------------------------------------------------- /src/toolSettings/SprayCanSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for SprayCanTool settings. 19 | 20 | #ifndef SPRAYCANSETTINGSWIDGET_H 21 | #define SPRAYCANSETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class SprayCanSettingsWidget; 27 | } 28 | 29 | class SprayCanSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit SprayCanSettingsWidget(QWidget *parent = nullptr); 35 | ~SprayCanSettingsWidget(); 36 | 37 | int radius() const; 38 | int pressure() const; 39 | int dispersion() const; 40 | bool rainbow() const; 41 | 42 | signals: 43 | void settingsChanged(); 44 | 45 | private: 46 | Ui::SprayCanSettingsWidget *ui; 47 | }; 48 | 49 | #endif // SPRAYCANSETTINGSWIDGET_H 50 | -------------------------------------------------------------------------------- /src/toolSettings/StampSettingsWidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // Widget for StampTool settings. 19 | 20 | #ifndef STAMPSETTINGSWIDGET_H 21 | #define STAMPSETTINGSWIDGET_H 22 | 23 | #include 24 | 25 | namespace Ui { 26 | class StampSettingsWidget; 27 | } 28 | 29 | class StampSettingsWidget : public QWidget 30 | { 31 | Q_OBJECT 32 | 33 | public: 34 | explicit StampSettingsWidget(QWidget *parent = nullptr); 35 | ~StampSettingsWidget(); 36 | 37 | int radius() const; 38 | int pressure() const; 39 | int step() const; 40 | bool fixed() const; 41 | bool diffuse() const; 42 | bool precise() const; 43 | 44 | signals: 45 | void settingsChanged(); 46 | 47 | private slots: 48 | void onFixedChanged(); 49 | 50 | private: 51 | Ui::StampSettingsWidget *ui; 52 | }; 53 | 54 | #endif // STAMPSETTINGSWIDGET_H 55 | -------------------------------------------------------------------------------- /src/toolSettings/erasersettingswidget.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #include "erasersettingswidget.h" 19 | #include "ui_erasersettingswidget.h" 20 | 21 | EraserSettingsWidget::EraserSettingsWidget(QWidget *parent) : 22 | QWidget(parent), 23 | ui(new Ui::EraserSettingsWidget) 24 | { 25 | ui->setupUi(this); 26 | 27 | connect(ui->radiusSlider, &QSlider::valueChanged, this, &EraserSettingsWidget::settingsChanged); 28 | } 29 | 30 | EraserSettingsWidget::~EraserSettingsWidget() 31 | { 32 | delete ui; 33 | } 34 | 35 | int EraserSettingsWidget::radius() const 36 | { 37 | return ui->radiusSlider->value(); 38 | } 39 | 40 | void EraserSettingsWidget::on_radiusSlider_valueChanged(int value) 41 | { 42 | ui->radiusValueLabel->setText(QString::number(value)); 43 | } 44 | -------------------------------------------------------------------------------- /src/toolSettings/erasersettingswidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef ERASERSETTINGSWIDGET_H 19 | #define ERASERSETTINGSWIDGET_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class EraserSettingsWidget; 25 | } 26 | 27 | class EraserSettingsWidget : public QWidget 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit EraserSettingsWidget(QWidget *parent = nullptr); 33 | ~EraserSettingsWidget(); 34 | 35 | int radius() const; 36 | 37 | signals: 38 | void settingsChanged(); 39 | 40 | private slots: 41 | void on_radiusSlider_valueChanged(int value); 42 | 43 | private: 44 | Ui::EraserSettingsWidget *ui; 45 | }; 46 | 47 | #endif // ERASERSETTINGSWIDGET_H 48 | -------------------------------------------------------------------------------- /src/toolSettings/pointersettingswidget.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef POINTERSETTINGSWIDGET_H 19 | #define POINTERSETTINGSWIDGET_H 20 | 21 | #include 22 | 23 | namespace Ui { 24 | class PointerSettingsWidget; 25 | } 26 | 27 | class PointerSettingsWidget : public QWidget 28 | { 29 | Q_OBJECT 30 | 31 | public: 32 | explicit PointerSettingsWidget(QWidget *parent = nullptr); 33 | ~PointerSettingsWidget(); 34 | 35 | bool stroke() const; 36 | bool fill() const; 37 | int strokeWidth() const; 38 | 39 | signals: 40 | void settingsChanged(); 41 | 42 | private slots: 43 | void on_square_sel_clicked(bool checked); 44 | void on_circle_sel_clicked(bool checked); 45 | void on_checkBoxStroke_clicked(bool checked); 46 | void on_checkBoxFill_clicked(bool checked); 47 | void on_strokeWidth_valueChanged(int width); 48 | 49 | private: 50 | Ui::PointerSettingsWidget *ui; 51 | }; 52 | 53 | #endif // POINTERSETTINGSWIDGET_H 54 | -------------------------------------------------------------------------------- /src/tools/ColourPickerTool.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef COLOURPICKERTOOL_H 19 | #define COLOURPICKERTOOL_H 20 | 21 | #include "Tool.h" 22 | 23 | class ColourPickerToolPrivate; 24 | class MainWindow; 25 | 26 | class ColourPickerTool : public Tool 27 | { 28 | Q_OBJECT 29 | public: 30 | explicit ColourPickerTool(QObject *parent = nullptr); 31 | virtual ~ColourPickerTool() override; 32 | 33 | void onMousePress(const QPoint &pos, Qt::MouseButton button) override; 34 | QCursor getCursor() override; 35 | 36 | signals: 37 | void pickPrimaryColor(const QPoint&); 38 | void pickSecondaryColor(const QPoint&); 39 | 40 | private: 41 | ColourPickerToolPrivate *d; 42 | }; 43 | 44 | #endif // COLOURPICKERTOOL_H 45 | -------------------------------------------------------------------------------- /src/tools/EraserTool.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef ERASERTOOL_H 19 | #define ERASERTOOL_H 20 | 21 | #include "Tool.h" 22 | 23 | class EraserToolPrivate; 24 | 25 | class EraserTool : public Tool 26 | { 27 | public: 28 | EraserTool(QObject *parent = nullptr); 29 | ~EraserTool() override; 30 | 31 | void setWidth(int width); 32 | int width() const; 33 | void onMousePress(const QPoint &pos, Qt::MouseButton button) override; 34 | void onMouseMove(const QPoint &pos) override; 35 | QCursor getCursor() override; 36 | 37 | public slots: 38 | void setSecondaryColor(const QColor &color); 39 | 40 | private: 41 | EraserToolPrivate *d; 42 | }; 43 | 44 | #endif // ERASERTOOL_H 45 | -------------------------------------------------------------------------------- /src/tools/MagicWandTool.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef MAGICWANDTTOOL_H 19 | #define MAGICWANDTTOOL_H 20 | 21 | #include "Tool.h" 22 | 23 | class MainWindow; 24 | class MagicWandToolPrivate; 25 | 26 | class MagicWandTool : public Tool 27 | { 28 | Q_OBJECT 29 | public: 30 | explicit MagicWandTool(QObject *parent = nullptr); 31 | virtual ~MagicWandTool() override; 32 | 33 | void onMousePress(const QPoint &pos, Qt::MouseButton button) override; 34 | void setSelection(const QPolygon& poly); 35 | void setTolerance(int tolerance); 36 | void setColor(bool color); 37 | 38 | signals: 39 | void selectPrimaryColor(const QPoint&,int,bool); 40 | 41 | private: 42 | MagicWandToolPrivate *d; 43 | }; 44 | 45 | #endif // MAGICWANDTTOOL_H 46 | -------------------------------------------------------------------------------- /src/tools/PaintBucketTool.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | // PaintBucketTool - Flood fill areas. 19 | 20 | #include "PaintBucketTool.h" 21 | #include "../mainwindow.h" 22 | #include "../widgets/PaintWidget.h" 23 | 24 | PaintBucketTool::PaintBucketTool(QObject *parent) 25 | : Tool(parent){} 26 | 27 | void PaintBucketTool::onMousePress(const QPoint &pos, Qt::MouseButton button) 28 | { 29 | QPoint newPos(pos.x()-1,pos.y()+1); 30 | switch(button) 31 | { 32 | case Qt::LeftButton: 33 | emit floodFillPrimaryColor(newPos); 34 | break; 35 | case Qt::RightButton: 36 | emit floodFillSecondaryColor(newPos); 37 | break; 38 | default: 39 | break; 40 | } 41 | } 42 | 43 | QCursor PaintBucketTool::getCursor() 44 | { 45 | return QCursor(QPixmap (QString(":/cursors/assets/cursors/bucket.png"))); 46 | } 47 | -------------------------------------------------------------------------------- /src/tools/PaintBucketTool.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef PAINTBUCKETTOOL_H 19 | #define PAINTBUCKETTOOL_H 20 | 21 | #include "Tool.h" 22 | 23 | class MainWindow; 24 | 25 | class PaintBucketTool : public Tool 26 | { 27 | Q_OBJECT 28 | public: 29 | explicit PaintBucketTool(QObject *parent = nullptr); 30 | 31 | void onMousePress(const QPoint &pos, Qt::MouseButton button) override; 32 | QCursor getCursor() override; 33 | 34 | signals: 35 | void floodFillPrimaryColor(const QPoint&); 36 | void floodFillSecondaryColor(const QPoint&); 37 | }; 38 | 39 | #endif // PAINTBUCKETTOOL_H 40 | -------------------------------------------------------------------------------- /src/tools/SmudgeTool.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef SMUDGETOOL_H 19 | #define SMUDGETOOL_H 20 | 21 | #include "Tool.h" 22 | 23 | class SmudgeToolPrivate; 24 | 25 | class SmudgeTool : public Tool 26 | { 27 | 28 | public: 29 | SmudgeTool(QObject *parent = nullptr); 30 | ~SmudgeTool() override; 31 | 32 | QCursor getCursor() override; 33 | void setRadius(int radius); 34 | void setPressure(int pressure); 35 | void onMousePress(const QPoint &pos, Qt::MouseButton button) override; 36 | void onMouseMove(const QPoint &pos) override; 37 | void onMouseRelease(const QPoint &pos) override; 38 | 39 | private: 40 | void fillPattern(); 41 | 42 | private: 43 | SmudgeToolPrivate *d; 44 | }; 45 | 46 | #endif // SMUDGETOOL_H 47 | -------------------------------------------------------------------------------- /src/tools/TextTool.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef TEXTTOOL_H 19 | #define TEXTTOOL_H 20 | 21 | #include "Tool.h" 22 | 23 | class TextToolPrivate; 24 | 25 | class TextTool : public Tool 26 | { 27 | Q_OBJECT 28 | public: 29 | TextTool(QObject *parent = nullptr); 30 | ~TextTool() override; 31 | 32 | void setText(const QString &text, const QFont &font, const QColor&, const bool &antialiasEnabled, const QString &position); 33 | void onMousePress(const QPoint &pos, Qt::MouseButton button) override; 34 | void onMouseMove(const QPoint &pos) override; 35 | void onMouseRelease(const QPoint &pos) override; 36 | void disconnect() override; 37 | 38 | signals: 39 | void editText(const QString&, const QFont&, const QColor&); 40 | void editTextFinished(); 41 | 42 | private: 43 | void previewText(); 44 | void drawText(); 45 | TextToolPrivate *d; 46 | }; 47 | 48 | #endif // TEXTTOOL_H 49 | -------------------------------------------------------------------------------- /src/widgets/BrushTypeComboBox.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | BrushTypeComboBox 4 | 5 | 6 | 7 | 0 8 | 0 9 | 105 10 | 58 11 | 12 | 13 | 14 | Form 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /src/widgets/brushtypecombobox.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef BRUSHTYPECOMBOBOX_H 19 | #define BRUSHTYPECOMBOBOX_H 20 | 21 | #include 22 | 23 | class QComboBoxEventsInterface 24 | { 25 | public: 26 | virtual void mousePressEvent(QComboBox* obj,QMouseEvent *e) = 0; 27 | }; 28 | 29 | class BrushTypeComboBox : public QComboBox 30 | { 31 | Q_OBJECT 32 | public: 33 | explicit BrushTypeComboBox(QWidget *parent = nullptr); 34 | ~BrushTypeComboBox(); 35 | 36 | void setOnClickHandler(QComboBoxEventsInterface *handler); 37 | signals: 38 | 39 | public slots: 40 | 41 | protected: 42 | void paintEvent(QPaintEvent* pEvent); 43 | void mousePressEvent(QMouseEvent *e); 44 | private: 45 | QComboBoxEventsInterface *onClickHandler; 46 | }; 47 | 48 | #endif // BRUSHTYPECOMBOBOX_H 49 | -------------------------------------------------------------------------------- /src/widgets/brushtypecombobox.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | BrushTypeComboBox 4 | 5 | 6 | 7 | 0 8 | 0 9 | 105 10 | 58 11 | 12 | 13 | 14 | Form 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /src/workers/BatchProcessWorker.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef BATCHPROCESSWORKER_H 19 | #define BATCHPROCESSWORKER_H 20 | 21 | #include 22 | 23 | #include "batchdialog.h" 24 | #include "../mainwindow.h" 25 | 26 | class BatchProcessWorker : public QObject 27 | { 28 | Q_OBJECT 29 | public: 30 | explicit BatchProcessWorker(QObject *parent = nullptr); 31 | 32 | void setParams(batchDialog* params){m_params = params;} 33 | void setParent(MainWindow* parent){m_parent = parent;} 34 | 35 | public slots: 36 | void process(); 37 | 38 | signals: 39 | void fileProcessFinished(QString file, QImage image); 40 | void batchProgress(int idx, int total); 41 | 42 | private: 43 | batchDialog* m_params; 44 | MainWindow* m_parent; 45 | }; 46 | 47 | #endif // BATCHPROCESSWORKER_H 48 | -------------------------------------------------------------------------------- /src/workers/filterworker.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef FILTERWORKER_H 19 | #define FILTERWORKER_H 20 | 21 | #include 22 | #include "../mainwindow.h" 23 | 24 | class FilterWorker : public QObject 25 | { 26 | Q_OBJECT 27 | public: 28 | //FilterWorker(); 29 | explicit FilterWorker(QObject *parent = 0); 30 | void setParent(MainWindow* parent){m_parent = parent;} 31 | void setImage(QImage image); 32 | void setFilter(QString filter); 33 | void setDoubleVal(double v); 34 | 35 | public slots: 36 | void process(); 37 | 38 | signals: 39 | void filterProcessFinished(QImage image); 40 | 41 | private: 42 | MainWindow* m_parent; 43 | QImage currentImage; 44 | QString currentFilter; 45 | double currentDouble; 46 | }; 47 | 48 | #endif // FILTERWORKER_H 49 | -------------------------------------------------------------------------------- /src/workers/filterworkermp.h: -------------------------------------------------------------------------------- 1 | /* 2 | This file is part of Photoflare. 3 | 4 | Photoflare is free software: you can redistribute it and/or modify 5 | it under the terms of the GNU General Public License as published by 6 | the Free Software Foundation, either version 3 of the License, or 7 | (at your option) any later version. 8 | 9 | Photoflare is distributed in the hope that it will be useful, 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | GNU General Public License for more details. 13 | 14 | You should have received a copy of the GNU General Public License 15 | along with Photoflare. If not, see . 16 | */ 17 | 18 | #ifndef FILTERWORKERMP_H 19 | #define FILTERWORKERMP_H 20 | 21 | #include 22 | #include "../mainwindow.h" 23 | 24 | class FilterWorkerMP : public QObject 25 | { 26 | Q_OBJECT 27 | public: 28 | //FilterWorker(); 29 | explicit FilterWorkerMP(QObject *parent = 0); 30 | void setParent(MainWindow* parent){m_parent = parent;} 31 | void setImage(QImage image); 32 | void setFilter(QString filter); 33 | void setDoubleVal(double v); 34 | 35 | public slots: 36 | void process(); 37 | 38 | signals: 39 | void filterProcessFinished(QImage image); 40 | 41 | private: 42 | MainWindow* m_parent; 43 | QImage currentImage; 44 | QString currentFilter; 45 | double currentDouble; 46 | }; 47 | 48 | #endif // FILTERWORKERMP_H 49 | -------------------------------------------------------------------------------- /versions/dev.json: -------------------------------------------------------------------------------- 1 | 1.7.0 2 | -------------------------------------------------------------------------------- /versions/stable.json: -------------------------------------------------------------------------------- 1 | 1.6.13 2 | --------------------------------------------------------------------------------